PurchReqCancel::canCancelReplenishHeader Method [AX 2012]

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

client server public static boolean canCancelReplenishHeader(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: