TSTimesheetLineLog::find Method
Retrieves the record for a given ID.
Syntax
server public static TSTimesheetLineLog find(RecId _RecId, [boolean _forUpdate])
Run On
Server
Parameters
- _RecId
Type: RecId Extended Data Type
The ID of the record.
- _forUpdate
Type: boolean
A boolean value that determines whether the record should be selected for update; optional.
Return Value
Type: TSTimesheetLineLog Table
The record.