PurchReqCancel::canCancelConsumptionHeader Method [AX 2012]

Indicates if a requisition header of purpose type consumption can be canceled.

client server public static boolean canCancelConsumptionHeader(PurchReqTable _purchReqTable)

Run On

Called

Parameters

_purchReqTable
Type: PurchReqTable Table
The PurchReqTable record to cancel.

Return Value

Type: boolean
true if the requisition header can be canceled; otherwise, false.
Show: