Share via


FiscalCalendarYear::findMostRecentFiscalCalendar Method

Retrieves only the first FiscalCalendarYear record in descending order by the StartDate field of the FiscalCalendarYear table.

Syntax

client server public static FiscalCalendarYear findMostRecentFiscalCalendar(RecId _calendarRecId)

Run On

Called

Parameters

  • _calendarRecId
    Type: RecId Extended Data Type
    The fiscal calendar record ID to use to find the most recent fiscal year.

Return Value

Type: FiscalCalendarYear Table
The most recent FiscalCalendarYear record in the specified fiscal calendar.

See Also

Reference

FiscalCalendarYear Table