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

Called

Parameters

_tableId
Type: RefTableId Extended Data Type
The ID of the table to check.

Return Value

Type: boolean
true if price discount change policy is enabled for the table; otherwise, false.
Show: