TSIntercompanyCost::findByTimesheet Method
Finds the specified record in the TSIntercompanyCost table using an existing timesheet.
Syntax
client server public static TSIntercompanyCost findByTimesheet(
RefRecId _tsTimesheetTable,
[boolean _forupdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _tsTimesheetTable
Type: RefRecId Extended Data Type
The timesheet record ID.
- _forupdate
Type: boolean
A Boolean value that specifies whether to read the record for update; optional.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
The concurrency model option to use when it reads the record; optional.
Return Value
Type: TSIntercompanyCost Table
A record in the TSIntercompanyCost table.