Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Finds the extension table record from the database based on the record ID of base table record.
Syntax
client server public static SysExtensionSerializerExtensionMap findByBase(
TableId _extensionTableId,
RefRecId _baseRecId,
[boolean _forUpdate])
Run On
Called
Parameters
- _extensionTableId
Type: TableId Extended Data Type
The table ID of the extension table.
- _baseRecId
Type: RefRecId Extended Data Type
The record ID of the specified base table record.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record to update; optional.
Return Value
Type: SysExtensionSerializerExtensionMap Map
The extension table record.