Question
2
Replies
39
Views
Posted: March 26, 2019
Last activity: March 26, 2019
Closed
Partial commit on transactions
I have this requirement on my case type: after create a new case, I need to insert a record in a specific data type, and commit this record, but without commit the case information. How could I do that inside the activity?
***Edited by Moderator Marissa to update platform capability tags****
Hi,
But if case creation failed, do you need to remove record from specific data type??
Insert a record in a specific data type using Obj-save with write-now option(Not recommended by PEGA)
Thanks
Krishna