BudgetControlAccountingJournalProcessor.initializeForVoucherRemoveBudget Method [AX 2012]
Initializes the current instance with the voucher details.
Syntax
protected void initializeForVoucherRemoveBudget(
LedgerJournalId _journalNumber,
DataAreaId _journalLegalEntityDataArea,
Voucher _voucherNumber,
[boolean _showResultMessages])
Run On
Called
Parameters
- _journalNumber
Type: LedgerJournalId Extended Data Type
The journal number that is shared by the journal lines.
- _journalLegalEntityDataArea
Type: DataAreaId Extended Data Type
The DataAreaId value of the legal entity where the journal is created.
- _voucherNumber
Type: Voucher Extended Data Type
The voucher number that is shared by the journal lines.
- _showResultMessages
Type: boolean
A Boolean value that indicates whether any budget check result error or warning messages should be displayed in the Infolog; optional.