PriceDiscResultFields::isPriceDiscPolicyEnabled Method [AX 2012]
Determines whether price discount change policy is enabled for a table.
client server public static boolean isPriceDiscPolicyEnabled(RefTableId _tableId)
Run On
CalledParameters
- _tableId
- Type: RefTableId Extended Data Type
The ID of the table to check.
Return Value
Type: booleantrue if price discount change policy is enabled for the table; otherwise, false.
Show: