Share via


COSAllocation::findByRecId Method

Finds a record in the COSAllocation table by using the specified record ID.

Syntax

client server public static COSAllocation 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: COSAllocation Table
A record in the COSAllocation table; otherwise, an empty record.

See Also

Reference

COSAllocation Table