Conversation

Cognizant Technology Solutions
IN
Last activity: 18 Sep 2025 10:17 EDT
Node Level Data page Refresh Strategy
We are having few Node level Data page -, in which we cache some external system's data(Via calling external API from data page context ) , so that , these data can be used to source drop down fields in PEGA case. In Case View , we have some Thread level data page -which refers to these Node level data page to bring the filtered data ( as applicable for that respective case context ) .
We need to refresh/reload these Node level data pages , X amount of time , across a day , where we can set the X value ( like 2 /3/4 times) .
We want to put one refresh strategy on these Node level data pages , so that it never gets loaded from a User Context ( as it is going to take much time and it can create bad User experience) .
We are planning to introduce a Job schedular, which will run on the User Node and will do the refresh /reload via calling pxClearAllInstancesOfDataPage(DT) or pzFlushDataPage ( Activity ) .
I need some guidance here- In Constellation ,Does Node level data pages as well cached to User's browser ?whether this approach will work considering we are not going to clean the D page from user cache explicitly via calling pxC11NPublishDatapageUpdate or we need to change our approach?
We are in 24.1.2.