DX API - Case Creation
We have a two schools of thought on the best way to create a case in one Pega application from another Pega application by using a Data Page and Connect REST request to utilise the DX API. In a scenario such as a 'Procurement Request' case in a Supply Management application wanting to create a 'Vendor Request' case in a separate Procurement application. What would be the recommended best practice out of the options below, or something else?
Option 1 - Use a savable API data page with a stub data transform as the source and the REST connector etc in the data save options. This data page can be called with a save data page step in your case type.
Option 2 - Use a read only API data page with the REST connector etc as the source. This data page can then be called via flow action post processing, from a data transform or activity etc.