Question
How to load node level Data Page in Pega startup
Hi,
We have a node level data page that is used by everyone, and only one time load is sufficient as the contents never change. Data Page gets created per first user reference, but for better performance we want to make it available before user's trigger. I guess there are many ways to do this, but I just created a startup agent to call an activity with Load-DataPage method as below. It works fine but does this approach sound reasonable or is there any other better standard way?
Thanks,
Hi,
As creating an agent will have an overhead of day to day maintenance. For this kind of prerequisites for an application, there is an activity ApplicationProfileSetUp at the Code-Security class which is the extension point for application specific initialization.
Thanks
Sandeep P V