User Interface migration from UI Kit to Cosmos for an Application built on Pega Smart Dispute
Suppose there is an existing Application MyApp which is built on 2 Applications, one 1. SmartDisputeIssuersAll which is eventually built on UI-Kit and 2. OrgApp which is built on Theme-Cosmos. Now I want to change this application entirely to Cosmos and don't want to refer UI-Kit screens anymore.
The approach that I have taken is :
I have changed the inheritance path for MyApp Skin. Now it is inheriting CosmosSkin.
Also saved the necessary Harness and Sections from Theme-Cosmos to my Case Type work class, otherwise it was referring to UI-Kit versions of those rules, this way I can see I am getting the cosmos UI properly.
However I saw there are few UI-Kit sections which are getting loaded in some particular instances and I was unable to find any Cosmos versions of those sections in Pega. Is there any documentation how we can completely override UI-Kit with Cosmos? Also kindly suggest if you are aware of any other approach to implement this requirement.