PurchYearEndProcess.doCarryForwardBudget Method [AX 2012]

Filters the SourceDocumentDistribution records by the passed-in LedgerFundYearEndOption value.

private boolean doCarryForwardBudget(LedgerDimensionBase _fundLedgerAccount, LedgerFundYearEndOption _yearEndOption)

Run On

Called

Parameters

_fundLedgerAccount
Type: LedgerDimensionBase Extended Data Type
A LedgerDimensionBase value.
_yearEndOption
Type: LedgerFundYearEndOption Enumeration
Represents the current LedgerFundYearEndOption carry forward option of the year end process.

Return Value

Type: boolean
true if SourceDocumentDistribution amount needs to be carried forward; otherwise false.

Community Additions

ADD
Show: