SysExtensionSerializerExtensionMap::find Method [AX 2012]

Finds the extension table record from the database based on the record ID of extension table record.

client server public static SysExtensionSerializerExtensionMap find(
    TableId _tableId, 
    RefRecId _recId, 
   [boolean _forUpdate])

Run On

Called

Parameters

_tableId
Type: TableId Extended Data Type
The table ID of the extension table.
_recId
Type: RefRecId Extended Data Type
The record ID of the extension 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.
Show: