Share via


BudgetControlGeneralJournalEntry.initializeForGeneralJournalEntry Method [AX 2012]

Initializes the current instance with the details from the general journal entry.

Syntax

protected void initializeForGeneralJournalEntry(
    GeneralJournalEntry _generalJournalEntry, 
    Voucher _subledgerVoucherNumber, 
    UserId _userId, 
    boolean _showResultMessages)

Run On

Called

Parameters

  • _showResultMessages
    Type: boolean
    A Boolean value that indicates whether any error or warning messages for budget check results should be displayed in the Infolog; optional.

See Also

Reference

BudgetControlGeneralJournalEntry Class