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
- _companyId
Type: CompanyId Extended Data Type
The company in which to look for the record.
- _recId
Type: RecId Extended Data Type
The record ID of the record to look for.
- _forupdate
Type: boolean
Determines whether the returned CustTrans is selected for update; optional.
Return Value
Type: CustTrans Table
The CustTrans record.