Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.