Question
Accenture
IN
Last activity: 29 Oct 2018 11:42 EDT
Flushing Data Pages
Hello,
We are using a data page with parameters and there is a possiblity to have multiple instances of data page for different parameters.
Please let us know how to flush data page from a data transform other than Remove option. With remove only one instance of data page is removed but not all.
Any suggestioins are appreciated.
In Dt step, use java method as below to remove all instances of Data page,
@java("pega.getDeclarativePageUtils().deleteAllInstancesOfDeclarativePage(\"yourdatapagename\")")
set this to a dummy parameter like param.TempFlush to allow the DT to save.