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

  • _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.

See Also

Reference

CompanyInfo Table