AssetDepBookCalendarSchedule_JP::find Method
Searches for a record in the active schedule based on the specified source record and date.
Syntax
client server public static AssetDepBookCalendarSchedule_JP find(
RefTableId _sourceTableId,
RefRecId _sourceRecId,
[AssetTransDate _date,
boolean _forUpdate])
Run On
Called
Parameters
- _sourceTableId
Type: RefTableId Extended Data Type
The table identifier (ID) for the source record.
- _sourceRecId
Type: RefRecId Extended Data Type
The record ID for the source record.
- _date
Type: AssetTransDate Extended Data Type
The date you want to specify.
- _forUpdate
Type: boolean
A Boolean value that indicates whether the record will be read for updating; optional.
Return Value
Type: AssetDepBookCalendarSchedule_JP Table
An AssetDepBookCalendarSchedule_JP record.