ProjectCommitmentFacade::isProjectBudgetControlEnabled Method [AX 2012]

Determines whether project budget control is enabled for the source document line item.

client server public static boolean isProjectBudgetControlEnabled(SourceDocumentLineItem _sourceDocumentLineItem, boolean _isOnDemandBudgetCheck)

Run On

Called

Parameters

_sourceDocumentLineItem
Type: SourceDocumentLineItem Class
The source document line item.
_isOnDemandBudgetCheck
Type: boolean
A Boolean value that indicates whether to perform an on-demand project budget check.

Return Value

Type: boolean
true if project budget control is enabled for the source document line item; otherwise, false.
Show: