PurchReqCancel::canCancelConsumptionLine Method [AX 2012]

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

client server public static boolean canCancelConsumptionLine(PurchReqLine _purchReqLine)

Run On

Called

Parameters

_purchReqLine
Type: PurchReqLine Table
The PurchReqLine record to cancel.

Return Value

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