Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- _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.
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.