Share via


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

  • _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.

See Also

Reference

COSCostDistribution Table