Discussion
1
Replies
6091
Views
Infosys
Posted: March 4, 2016
Last activity: March 5, 2016
Closed
Persisting a case
With the creation of the temporary case, when the new case is created. No object ID is identified and nothing is saved in the database. All the data is transient. Once the user identifies that the case is needed, the temporary case can be made a permanent case. Where this transient data rests in Pega PRPC and how can the same be found?
TiA
>>> Where this transient data rests in
the transient data can be found on pyWorkPage. just that it doesnt have pyID or pzInsKey, pxInsName ...
on passing this page to pxPersistCase smart shape ... the page will be committed to DB returning pzInsKey and pyID...