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
- _recId
Type: RecId Extended Data Type
The record ID of the COSAllocation record to find.
- _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.