Question
Morgan Stanley
Morgan Stanley
IN
Morgan Stanley
Posted: Jul 25, 2016
Last activity: Jul 25, 2016
Last activity: 25 Jul 2016 16:05 EDT
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.