CompanyImage::findByRecord Method
Finds a record in the CompanyImage table that is related to a specified record.
Syntax
client server public static CompanyImage findByRecord(Common _record, [boolean _forUpdate])
Run On
Called
Parameters
- _record
Type: Common Table
The record for which to find the related CompanyImage record.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for an update; optional.
Return Value
Type: CompanyImage Table
A record in the CompanyImage table; otherwise, an empty record.