Share via


BudgetControlAccountingJournalProcessor::submitLedgerJournalTableToCheckBudget Method [AX 2012]

Submits the ledger journal to be checked for budget.

Syntax

server public static void submitLedgerJournalTableToCheckBudget(
    RecId _ledgerJournalTableRecId, 
   [boolean _ignoreCheckOnLineItemEntry, 
    UserId _userId, 
    boolean _showResultMessages])

Run On

Server

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