Question
Capgemini
NO
Last activity: 8 Jan 2025 5:28 EST
Support for URL mapping in Pega constellation
We are refactoring our existing Theme-Cosmos app to the Constellation app in Pega 24.1. In the current app, we have a functionality where a case is created for a specific patient and shown to the user when they call Pega from another journal application using a parameterized URL defined in the Pega URL mapping rule. Example below.
https://pega-url/patient/******
In the URL mapping rule, we create a case using the svcAddWorkObject activity and use the DoUIAction activity to display the created case.
I noticed that Pega Constellation has out-of-the-box (OOTB) URL Mapping support for existing cases, according to this document: Generating a URL to access a case [SDR-81] | Support Center
Does Pega Constellation support this method of creating and displaying a newly created case to users based on parameters passed in the URL? If so, could you please provide some documentation?