ReqDemPlanDateConverter::getFirstDateDimensionEntry Method [AX 2012]
Obtains a BIDateDimensionsView record.
client server public static BIDateDimensionsView getFirstDateDimensionEntry(date _date, ReqDemPlanDateGranularity _granularity)
Run On
CalledParameters
- _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 ViewA BIDateDimensionsView record for the specified date if the granularity is days; otherwise, the first date record of the current period.
Show: