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.
- _fiscalYearName
Type: FiscalYearName Extended Data Type
The fiscal year name of the FiscalCalendarYear record to check for existence.
Return Value
Type: boolean
true if the specified record exists; otherwise, false.