PurchReqTableForm::isPurchReqLineBudgetControlEnabled Method [AX 2012]

Indicates whether to perform a budget check when a purchase requisition line is saved by checking the DoPurchaseRequisitionBudgetCheckOnEntry field of the BudgetControlConfiguration table.

server public static boolean isPurchReqLineBudgetControlEnabled()

Run On

Server

Return Value

Type: boolean
true if budget check must be performed; otherwise, false.
Show: