BudgetTransactionPost.findBalanceIntervalStartAndEndDates Method [AX 2012]

Finds the start and end dates for the specified ledger dimension and date.

private container findBalanceIntervalStartAndEndDates(LedgerDimensionBudget _ledgerDimensionBudget, TransDate _date)

Run On

Called

Parameters

_ledgerDimensionBudget
Type: LedgerDimensionBudget Extended Data Type
The ledger dimension for which to find the interval start date and end date.
_date
Type: TransDate Extended Data Type
The date for which to find the interval start date and end date.

Return Value

Type: container
A container with the start date and end date.

When the account does not have a fiscal calendar specified, the company fiscal calendar will be used.

Community Additions

ADD
Show: