New in package 166
Syntax
Server.on( 'changesApplied', function changesApplied( object ) { ... } )
Description
An event listener executed when a [main object] has been modified, for example when [Form.applyChanges]() or is called or Add or Update button is clicked while editing the object.
Parameters
Parameter | Description |
---|---|
object | The main object updated by the Server. |
Context
See Context.
See also
Server Methods: startChanges(), changeObject(), commitChanges()
Server Events: 'objectLoaded', 'startChanges', 'commitChanges'
Form