FiscalCalendar::findByCalendarId Method
Finds the specified record in the FiscalCalendar table.
Syntax
client server public static FiscalCalendar findByCalendarId(
FiscalCalendarID _calendarId,
[boolean _forupdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _calendarId
Type: FiscalCalendarID Extended Data Type
- _forupdate
Type: boolean
- _concurrencyModel
Type: ConcurrencyModel Enumeration
Return Value
Type: FiscalCalendar Table
A record of the FiscalCalendar table if found; otherwise, an empty buffer.