Requirement is to fetch cases created in constellation application and display that in an UI Kit application by passing few parameters, For both the applications Org is same. Rather than using Service and connector Rest, Is there any OOTB or any simpler way to do it?
@Khaja_Ajmal_Hussain I recently wrote an article demonstrating how a UI-Kit case can launch a Constellation case, retrieve data from the Constellation case, and display it within the UI-Kit case. You may find some of the information useful. In short, if you know the pzInsKey of the Constellation case, you should be able to fetch it from UI-Kit.
I’d like to move this to User Experience, to go with the other Constellation posts.
However, you are not a member, if you can join then that will allow me to move this (only members can reply to User Experience posts, so you would no longer be able to reply).
Let me know when you join and i’ll move this.
If the requirement is simply to retrieve cases created in the Constellation application and display them in a UI Kit application, I would recommend leveraging the Pega DX API v2. DX APIs provide an out-of-the-box, lightweight, and loosely coupled approach for accessing case data without building custom services and connectors.
However, if users need to open, work on, and complete assignments from the UI Kit application, then you should evaluate broader coexistence options based on the long-term architecture, such as:
- Blended Architecture
- Remote Case Types
- Process / Case Fabric
