Is there a way to flush each and every node in a data page?

Is there a way to flush each and every node in a data page?

@TanyaS58

You can use the Pega API attached in screenshot to flush D pages by passing the node IDs as param.

Hi @TanyaS58,

You can use the OOTB data transform pxClearAllInstancesOfDataPage, or you can use the OOTB function pzDeleteAllInstancesOfDeclarativePage. You can use the parameters to clear the data pages in a dynamic way.

Thanks,

Ravoof.

@TanyaS58

  1. Call OOTB activity FlushDeclarativeStepPage with flushall option selected.

  2. Use function @(Pega-RULES:DeclarePages).pzDeleteAllInstancesOfDeclarativePage(tools, “D_YourDataPageName”)