Record IDs
- Last Updated: October 29, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
One difference between the JavaScript record objects in JSDO memory and the
table records that they represent on the server is that the JSDO creates each record object
with a local record ID. This is an internal field reference with the OpenEdge-reserved name
that uniquely identifies the record in JSDO memory. This record ID has no relationship to any
values maintained to identify records on the server (such as the RECID and ROWID values maintained for the records
of an OpenEdge database).
Note: The value assigned to the internal record ID for any given
record object can change with each invocation of the
fill( )
or saveChanges( ) method. For more information on these
methods, see Methods of the JSDO and JSRecord classes.