CompanyInfo::findByCompany_IN Method
Finds the specified record in the CompanyInfo table, based on the company ID that is passed.
Syntax
client server public static CompanyInfo findByCompany_IN([CompanyId _companyId, boolean _forupdate])
Run On
Called
Parameters
- _companyId
Type: CompanyId Extended Data Type
The company of the CompanyInfo record.
- _forupdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: CompanyInfo Table
A record in the CompanyInfo table; otherwise, an empty record if the record is not found in specified company.