Share via


BudgetControlAccountingJournalProcessor.initializeForJournalBudgetCheck Method [AX 2012]

Initializes the current instance with the journal details.

Syntax

protected void initializeForJournalBudgetCheck(
    RecId _ledgerJournalTableRecId, 
    boolean _ignoreCheckOnLineItemEntry, 
    UserId _userId, 
    boolean _showResultMessages)

Run On

Called

Parameters

  • _ignoreCheckOnLineItemEntry
    Type: boolean
    A Boolean value that indicates whether the budgetary control configuration for performing a budget check for the journal line item on entry should be ignored; optional.
  • _showResultMessages
    Type: boolean
    A Boolean value that indicates whether any budget check result error or warning messages should be displayed in the Infolog; optional.

See Also

Reference

BudgetControlAccountingJournalProcessor Class