PurchSpendingThresholdValidation_PSN::checkSpendThresholdPolicyValidation Method [AX 2012]

Verify that the PO or the invoice pass the purchase spending threshold policy rule.

server public static boolean checkSpendThresholdPolicyValidation(Common _common)

Run On

Server

Parameters

_common
Type: Common Table
The selected table record.

Return Value

Type: boolean
true if policy passed;otherwise, false.
Show: