Share via


CustTrans::findByCompany Method

Finds a CustTrans record in the given company.

Syntax

client server public static CustTrans findByCompany(
    CompanyId _companyId, 
    RecId _recId, 
   [boolean _forupdate])

Run On

Called

Parameters

  • _forupdate
    Type: boolean
    Determines whether the returned CustTrans is selected for update; optional.

Return Value

Type: CustTrans Table
The CustTrans record.

See Also

Reference

CustTrans Table