Share via


TaxReportDomesticThresholdBase_IT::findOrCreateByInvoice Method

Finds or creates a TaxReportDomesticThresholdBase_IT record for the specified invoice.

Syntax

client server public static TaxReportDomesticThresholdBase_IT findOrCreateByInvoice(
    RecId _reportTableRecId, 
    ModuleSalesPurch _direction, 
    CustVendAC _accountNum, 
    InvoiceId _invoiceId, 
    InvoiceDate _invoiceDate, 
   [boolean _forUpdate])

Run On

Called

Parameters

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

Return Value

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

See Also

Reference

TaxReportDomesticThresholdBase_IT Table