Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.