Share via


TSTimesheetTableLog::find Method

Retrieves the record for a given ID.

Syntax

server public static TSTimesheetTableLog find(RecId _recId, [boolean _forUpdate])

Run On

Server

Parameters

  • _forUpdate
    Type: boolean
    A boolean value that determines whether the record should be selected for update; optional.

Return Value

Type: TSTimesheetTableLog Table
The record.

See Also

Reference

TSTimesheetTableLog Table