Share via


TaxWithholdConcessionCertTable_IN::findByCustVendAccount Method

Reads the TaxWithholdConcessionCertTable_IN table for the specified parameters

Syntax

client server public static TaxWithholdConcessionCertTable_IN findByCustVendAccount(
    RefRecId _refRecId, 
    date _fromDate, 
    date _toDate, 
   [VendAccount _vendAccount, 
    CustAccount _custAccount, 
    boolean _forUpdate])

Run On

Called

Parameters

  • _fromDate
    Type: date
    From date used to find the record.
  • _toDate
    Type: date
    To date used to find the record.
  • _forUpdate
    Type: boolean
    If true, then read the record for updating.

Return Value

Type: TaxWithholdConcessionCertTable_IN Table
A buffer containing TaxWithholdConcessionCertTable_IN table.

See Also

Reference

TaxWithholdConcessionCertTable_IN Table