SysExtensionSerializerMap.packExtensionTable Method [AX 2012]

Packs an extension table record to the container field PackedExtensions.

public boolean packExtensionTable(SysExtensionSerializerExtensionMap _extensionTable)

Run On

Called

Parameters

_extensionTable
Type: SysExtensionSerializerExtensionMap Map
The extension table record.

Return Value

Type: boolean
true if success; otherwise false.

For the cases the extension table record will be returned by reference, the extension table will not be actually packed here, but it will be considered as success.

Community Additions

ADD
Show: