Is there a way to flush each and every node in a data page?
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.
-
Call OOTB activity FlushDeclarativeStepPage with flushall option selected.
-
Use function @(Pega-RULES:DeclarePages).pzDeleteAllInstancesOfDeclarativePage(tools, “D_YourDataPageName”)
