SysExtensionSerializerMap.packPrioritizedExtensionTable Method [AX 2012]

Packs an prioritized extension table record to the container field PackedExtensions.

public boolean packPrioritizedExtensionTable(SysExtensionSerializerExtensionMap _extensionTable)

Run On

Called

Parameters

_extensionTable
Type: SysExtensionSerializerExtensionMap Map
The extension table record.

Return Value

Type: boolean
true if success; otherwise false.

This should only be used for the base table that has field mapping to PackedPrioritizedIdList field.

Otherwise, an exception will be thrown out.

Community Additions

ADD
Show: