Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Finds a record in the COSWorkDistribution table by using the specified record ID.
Syntax
client server public static COSWorkDistribution findByRecId(RecId _recId, [boolean _forUpdate])
Run On
Called
Parameters
- _recId
Type: RecId Extended Data Type
The record ID of the COSWorkDistribution record to find.
- _forUpdate
Type: boolean
A Boolean value that indicates whether the record should be read for update; optional.
Return Value
Type: COSWorkDistribution Table
A record in the COSWorkDistribution table; otherwise, an empty record.