ProjectCommitmentFacade::checkProjectBudgets Method [AX 2012]

Performs a project budget check for the accounting distributions for the given source document line.

client server public static boolean checkProjectBudgets(
    SourceDocumentLineItem _sourceDocumentLineItem, 
   [boolean _suppressMessages, 
    boolean _trackBudgetStatus])

Run On

Called

Parameters

_sourceDocumentLineItem
Type: SourceDocumentLineItem Class
A SourceDocumentLineItem object.
_suppressMessages
Type: boolean
A Boolean value that indicates whether to suppress the over budget messages; optional.
_trackBudgetStatus
Type: boolean
A Boolean value that indicates whether to track the budget status of the transactions; optional.

Return Value

Type: boolean
true to if the project budget check succeeded; otherwise, false.

This method will not perform reservation of project budgets.

Show: