Share via


TaxReportDomesticTrans_IT::findByVoucher Method

Finds a TaxReportDomesticTrans_IT record for the specified invoice.

Syntax

client server public static TaxReportDomesticTrans_IT findByVoucher(
    RecId _reportTableRecId, 
    ModuleSalesPurch _direction, 
    CustVendAC _accountNum, 
    Voucher _voucher, 
    TransDate _transDate, 
   [boolean _forUpdate])

Run On

Called

Parameters

  • _forUpdate
    Type: boolean
    A Boolean value that indicates whether the TaxReportDomesticTrans_IT record should be selected for update.

Return Value

Type: TaxReportDomesticTrans_IT Table
The TaxReportDomesticTrans_IT record for the specified invoice.

See Also

Reference

TaxReportDomesticTrans_IT Table