SysExtensionSerializerMap::checkPrioritizedPackEnabled Method

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

Syntax

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

Run On

Called

Parameters

  • _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.

Exceptions

Exception Condition
Error

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

Remarks

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

See Also

Reference

SysExtensionSerializerMap Map