Hi , I have use case where we want to create case in another application (B) as it can be reusable for another divison in future.
What is recommanded way for exchanging data betwen applications? I need to show assignments from other application(B) into my local application(A) so that users can work on it and update it.
I have drilled down to 2 approaches
Remote Case Type
2.DX API
Wanted to check which one is recommanded , are there any guidelines on which one to prefer ?
@Mayurk33 In Pega 24.2, if you want to create a case in another application (B) and allow users from your current application (A) to work on its assignments, both Remote Case Types and DX API are valid options. Remote Case Type is the recommended approach when you want to create and manage a case from another application without deep customization Pega manages the connection, case creation, and data synchronization automatically, and it’s easier for business users to maintain. DX API, on the other hand, is suitable if you need more flexibility or integration with external systems or custom UI, but it requires more development effort. Since you’re working within Pega applications and want to display and update assignments, Remote Case Type is preferred for simplicity, maintainability, and seamless assignment handling. Always check performance impact, data security, and authentication when choosing.
Each approach has its advantages and disadvantages, making it challenging to recommend one without understanding the entire context. However, it’s crucial to select the appropriate approach based on your specific business scenarios.
For the Remote case type, please refer to the known issues.