PurchReqPurchaseOrderGenerationRule::isManualCreatePurchaseOrderStatic Method [AX 2012]

Checks whether there are any records has a policy rule that only allow for manual PO creation.

client server public static boolean isManualCreatePurchaseOrderStatic(PurchReqLine _purchReqLine)

Run On

Called

Parameters

_purchReqLine
Type: PurchReqLine Table
The record ID in the PurchReqLine table.

Return Value

Type: boolean
true if manual PO creation exists for purchase requisition line; otherwise, false.
Show: