SysExtensionSerializerMap::checkPrioritizedPackEnabled Method [AX 2012]

Checks whether the prioritized packing is enabled for specified base table.

client server public static boolean checkPrioritizedPackEnabled(TableId _baseTableId, [boolean _throwError])

Run On

Called

Parameters

_baseTableId
Type: TableId Extended Data Type
Table ID of base table.
_throwError
Type: boolean
The flag to identify whether to throw an error if check failed.

Return Value

Type: boolean
true, if the prioritized packing is enabled; otherwise, return false.

ExceptionCondition
Error

When the parameter specified to throw error if check failed, an error will be thrown out if check failed.

To enabled the prioritized packing function, there must be a field mapping to PackedPrioritizedIdList field.

Show: