Server 'changesApplied' event

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

Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.