Question
4
Replies
2688
Views
Morgan Stanley
Posted: July 25, 2016
Last activity: July 25, 2016
Closed
When does PRPC Commit to database
Can any one provide some insight on when PRPC actually commits the clipboard data to database.
1. Upon submit of an assignment
2. Upon completion of a Utility (has activity with obj-save and NO writenow) shape in a flow
3. Upon refresh of a screen using F5
If you want a commit to happen then you need to use the "writenow" option when doing obj-save. Otherwise, it is added to the deferred list and committed say when you submit an assignment.
Screen refresh should never be committing data unless the refresh activity is explicitly doing it.