Setting up the application
When Application setup is run, it automatically runs the implementation layer steps that are required for the apps that are built on Pega Government Platform, and it performs the following actions.
- Overrides the lookup data pages in base applications work classes to implementation layer specific work classes and updates the source of lookup to the implementation work class.
- Overrides all node level data pages which are in the pattern inheritance of PegaPS-Data-Context class to the implementation layer and sets the access group to the implementation layer Admin Access Group. For example, if built-on is PegaGP, PegaPS-Data-Context-Application is the class. If built-on is ICM then it also considers PegaPS-Data-Context-ICM as well as per pattern inheritance.
- Updates the operators of base application with implementation specific access group and sets it to default.
- Updates the implementation Application Data class direct inheritance with the data class of the base application.
Alternatively, teams can perform the steps above manually, if only a subset of the steps is required.
Previous topic Extending an application built on Pega Government Platform Next topic Testing a new application