Share via


FiscalCalendarYear::existByCalendarYearName Method

Indicates whether the specified record in the FiscalCalendarYear table exists.

Syntax

client server public static boolean existByCalendarYearName(RecId _calendarRecId, FiscalYearName _fiscalYearName)

Run On

Called

Parameters

  • _calendarRecId
    Type: RecId Extended Data Type
    The calendar record ID of the FiscalCalendarYear record to check for existence.

Return Value

Type: boolean
true if the specified record exists; otherwise, false.

See Also

Reference

FiscalCalendarYear Table