jsrecord property
- Last Updated: October 28, 2015
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
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:
afterCreateafterDeleteafterUpdatebeforeCreatebeforeDeletebeforeUpdate
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.