COSCostDistribution::findByRecId Method
Finds a record in the COSCostDistribution table by using the specified record ID.
Syntax
client server public static COSCostDistribution findByRecId(RecId _recId, [boolean _forUpdate])
Run On
Called
Parameters
- _recId
Type: RecId Extended Data Type
The record ID of the COSCostDistribution record to find.
- _forUpdate
Type: boolean
A Boolean value that indicates whether the record should be read for update; optional.
Return Value
Type: COSCostDistribution Table
A record in the COSCostDistribution table; otherwise, an empty record.