CustPaymModeTable::findByCompany Method
Finds the specified record in the CustPaymModeTable table.
Syntax
client server public static CustPaymModeTable findByCompany(
DataAreaId _company,
PaymMode _paymModeId,
[boolean _forUpdate])
Run On
Called
Parameters
- _company
Type: DataAreaId Extended Data Type
The company of the payment method.
- _paymModeId
Type: PaymMode Extended Data Type
The ID of the payment method.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: CustPaymModeTable Table
A record in the CustPaymModeTable table; otherwise, an empty record.