Delegation rules tab in interaction portal in pega constellaton

I have a requirement to create a tab in the interaction portal which will display all the rules that I have delegated and the user will be able to edit the delegated rules using that tab. I have followed a documentation provided by pega, however the end result is that we have to launch Case manager portal and also in one of the steps the rule mentioned - pyPopulateAdditionalNavPages - is a final rule which can not be edited. However, as per my requirement I need the tab to be present in Interaction Portal itself so that the customer does not need to launch a new portal to make the changes.

Pega documentation link -

https://docs.pega.com/bundle/platform-88/page/platform/app-dev/delegating-rules-data-type-2.html

@ShreyaC41

You can follow the steps below to manage delegation in constellation applications similar to UI Kit & Theme Cosmos.

  1. In your constellation application, add a Theme-Cosmos or UI Kit application as a built on application.

  2. In constellation application, override pyEnableTraditionalUICoexistence when rule as true

  3. In the constellation application, switch to App Studio and use “Traditional UI in Constellation”.

  4. Click on generate assets and select the Theme-Cosmos or UI Kit application you have created in step 1.

Follow https://academy.pega.com/challenge/blending-traditional-ui-and-constellation/v2 for reference.

  1. In the Landing Page setup, click on Add and enter Data-Portal in class and name of rule - “DelegatedRulesPage”, in the next tab of “Landing page name” edit the name as per your choice - “Manage Change” and click next.

  2. Now you can launch your Interaction Portal and you will see your newly created landing page. Add it.

  1. Now you should be able to see the delegated rules from Interaction Portal.

@Soumyadeep.B Thanks this is working as accepted

@Soumyadeep.B Can you please let me know for which Pega version this solution will workout. I’m using Pega v8.8.3 with Constellation UI.

@Chiranjeevi12 We were using Infinity 24