PurchReqWorkflow::validatePurchReqOnHold Method [AX 2012]

Validates whether the purchase requisition is on hold.

client server public static boolean validatePurchReqOnHold(Args _args, PurchReqTable _purchReqTable)

Run On

Called

Parameters

_args
Type: Args Class
The PurchReqTable form arguments.
_purchReqTable
Type: PurchReqTable Table
The PurchReqTable record.

Return Value

Type: boolean
true if requistion is not on hold; otherwise false.
Show: