Configuration Manager App - Application Settings

Hi, I’m implementing a Customer Service for Healthcare application. I have followed the documentation as per Adding a Configuration manager application . I have an application stack as follows:

  1. BaseCSHCDEV

  2. BaseCSHC

  3. CustomerService-HC-Constellation/PegaKM

I have created the documented data transform pattern in both Dev layer and Impl App

The only difference between the Dev layer and the Impl Layer rule is step 3 , as documentation states the name of the app is required to be set

When attempting to launch the configuration manager app from the Interaction portal, the URL stilll has the OOB URL

If I do a private edit of the OOB DT GeneralSettings_CSHC and modify step 3 to the proper config manager app URL, the portal applies the correct URL, however since its a FINAL rule I cannot override in my layer. What is the suggested approach to properly launch my implementation configuration manager app?

@EDGARHDEZ

Please run the data page D_ApplicationSettings and check the value of the above properties being set in your GeneralSettings.. data transform. If it still reflects the value from GeneralSettings_CSHC data transform, then please check if all the configurations in Required setup to prepare the new implementation application are taken care.

@barad Thank you for replying, sharing the name of the data page where the configuration is used, allowed me to troubleshoot an issue I had with the setup. The configuration is now launching the configured URL for the implementation as expected.-