ReqDemPlanDateConverter::getAdjustedDateDimensionEntry Method [AX 2012]

Obtains a BIDateDimensionsView record.

client server public static BIDateDimensionsView getAdjustedDateDimensionEntry(date _date, ReqDemPlanDateGranularity _granularity)

Run On

Called

Parameters

_date
Type: date
The date for which to find a record in the view.
_granularity
Type: ReqDemPlanDateGranularity Enumeration
The granularity for which to find the first record in the view.

Return Value

Type: BIDateDimensionsView View
A BIDateDimensionsView record for the specified date if the granularity is days; otherwise, the first date record of the next period.
Show: