Share via


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

  • _forupdate
    Type: boolean
    A Boolean value that indicates whether to read the record for update; optional.

Return Value

Type: CustVendPaymProcessingData Table
A record in the CustVendPaymProcessingData table; otherwise, an empty record.

See Also

Reference

CustVendPaymProcessingData Table