how to expire parameterized data pages
Hi, I am trying to expire parameterized data pages and the parameter is coming from a pagelist so there will be many instances of this data page (D_SamplePage[RecordID:Param.RecID]). I am using @ExpireDeclarativePage function as below but it seems not working.
Param.test = @ExpireDeclarativePage(tools, "D_SamplePage")
I tried to call as well the FlushDeclarativePage activity and passed Param page and set below parameters:
Param.PageName = "D_SamplePage"
Param.pyFlushAll = true
But, still not working.
Can you help on how to expire these data pages instances? TIA.
***Edited by Moderator: Pallavi to update platform capability tags***