Share via


BudgetControlAccountingJournalProcessor::submitLedgerJournalTransToRemoveBudget Method [AX 2012]

Submits the ledger journal transaction that must be removed from budget control.

Syntax

server public static void submitLedgerJournalTransToRemoveBudget(
    RecId _ledgerJournalTransRecId, 
    LedgerJournalType _ledgerJournalType, 
    LedgerJournalId _journalNumber, 
    DataAreaId _journalLegalEntityDataArea, 
    Voucher _voucherNumber, 
   [boolean _ignoreCheckOnLineItemEntry, 
    UserId _userId, 
    boolean _showResultMessages])

Run On

Server

Parameters

  • _ledgerJournalType
    Type: LedgerJournalType Enumeration
    The LedgerJournalType enumeration value for the journal to which the journal lines that must be removed from budget control belong.
  • _ignoreCheckOnLineItemEntry
    Type: boolean
    A Boolean value that indicates whether the budgetary control configuration for performing the budget check for a 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