Share via


TaxReportDomesticThresholdBase_IT::findByVoucher Method

Finds the TaxReportDomesticThresholdBase_IT record for the specified voucher number.

Syntax

client server public static TaxReportDomesticThresholdBase_IT findByVoucher(
    RecId _reportTableRecId, 
    ModuleSalesPurch _direction, 
    CustVendAC _accountNum, 
    Voucher _voucher, 
    InvoiceDate _invoiceDate, 
   [boolean _forUpdate])

Run On

Called

Parameters

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

Return Value

Type: TaxReportDomesticThresholdBase_IT Table
The TaxReportDomesticThresholdBase_IT record if it is found; otherwise, a nullNothingnullptrunita null reference (Nothing in Visual Basic) record.

See Also

Reference

TaxReportDomesticThresholdBase_IT Table