TSTimesheetTrans::findBySourceDocumentLine Method
Finds a TSTimesheetTrans record with a specified source document line.
Syntax
client server public static TSTimesheetTrans findBySourceDocumentLine(RefRecId _sourceDocumentLine, [boolean _forUpdate])
Run On
Called
Parameters
- _sourceDocumentLine
Type: RefRecId Extended Data Type
The record ID of the source document line.
- _forUpdate
Type: boolean
A Boolean value that indicates whether the record should be selected for update; optional.
Return Value
Type: TSTimesheetTrans Table
A TSTimesheetTrans record if found; otherwise, and empty record.