TSTimesheetTableLog::find Method
Retrieves the record for a given ID.
Syntax
server public static TSTimesheetTableLog 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: TSTimesheetTableLog Table
The record.