Question
1
Replies
188
Views
Posted: May 8, 2017
Last activity: May 8, 2017
Closed
Commit
Came accross 'committed save' and 'committed delete' in declare trigger(attached in the image). When we say commit does it commit to the Database ? What exactly does commit mean ?
Hi Anuj,
Committed save is used to cause the rule to execute when a Commit method occurs and the previous method for the instance was Obj-Save. (Also, an Obj-Save method that executes with the WriteNow option selected causes trigger rules with Committed Save to execute.)
Committed Delete is used to cause the rule to execute when a Commit method occurs and the previous method for the instance was Obj-Delete.