commit |
This insertable action saves the data in the database.
Additional parameters: quiet: Optional Boolean Default=false Example: commit(true)
NOTE: You can confirm that a commit event has been handled correctly by requesting an eventState. In the following example, the text: 'Succeeded' will be returned if the commit was successful.
commit(true) if(eventState==success) { alert(Succeeded) } |