CustVendPaymProcessingData::findPaymData Method
Finds the specified record in the CustVendPaymProcessingData table.
Syntax
client server public static CustVendPaymProcessingData findPaymData(
RefRecId _custVendAifPaymTableRecId,
Name _name,
[boolean _forupdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _custVendAifPaymTableRecId
Type: RefRecId Extended Data Type
The record ID of the payment format reference.
- _name
Type: Name Extended Data Type
The name of the payment format data item.
- _forupdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
The concurrency model option to use when reading the record; optional.
Return Value
Type: CustVendPaymProcessingData Table
A record in the CustVendPaymProcessingData table; otherwise, an empty record.