A reference to the record object that was created, updated, or deleted by the current record-change operation.

Data type: progress.data.JSRecord class

Access: Read-only

Applies to: request object

The jsrecord property is available only for the following JSDO events:

  • afterCreate
  • afterDelete
  • afterUpdate
  • beforeCreate
  • beforeDelete
  • beforeUpdate

This request object property is also available for any session online and offline events that are fired in response to the associated resource operation when it encounters a change in the online status of the JSDO login session (JSDOSession or Session object). The request object is itself passed as a parameter to any event handler functions that you subscribe both to JSDO events and to the online and offline events of the session that manages Data Object Services for the JSDO.

See also:

saveChanges( ) method