PurchMatchingPolicyManager::canMatchingPolicyWithNotSetBeChanged Method [AX 2012]

Specifies whether the matching policy that has a PurchMatchingPolicyWithNotSetOption enumeration value of NotSet can be changed.

client server public static boolean canMatchingPolicyWithNotSetBeChanged(PurchMatchingPolicyWithNotSetOption _changedMatchingPolicyWithNotSet)

Run On

Called

Parameters

_changedMatchingPolicyWithNotSet
Type: PurchMatchingPolicyWithNotSetOption Enumeration
The changed matching policy to validate.

Return Value

Type: boolean
true when the changed matching policy is valid; otherwise, false.
Show: