SysExtensionSerializerMap.packPrioritizedExtensionTable Method
Packs an prioritized extension table record to the container field PackedExtensions.
Syntax
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.
Remarks
This should only be used for the base table that has field mapping to PackedPrioritizedIdList field.
Otherwise, an exception will be thrown out.