Share via


TaxPurchaseTaxValue::findByTaxDate Method

Finds the TaxPurchaseTaxValue table for the specified ID.

Syntax

client server public static TaxPurchaseTaxValue findByTaxDate(
    TaxValidDate _date, 
   [RefRecId _taxPurchaseTaxRefRecId, 
    boolean _forupdate, 
    ConcurrencyModel _concurrencyModel, 
    date _minDate, 
    date _maxDate])

Run On

Called

Parameters

  • _forupdate
    Type: boolean
    A Boolean value that indicates whether to read the record for updating; optional.
  • _minDate
    Type: date
    The minimum date for which the search will be done.
  • _maxDate
    Type: date
    The maximum date for which the search will be done.

Return Value

Type: TaxPurchaseTaxValue Table
A buffer that contains the TaxPurchaseTaxValue table.

Remarks

This method was named find() in Microsoft Dynamics AX 2009, and it is used by Austrian reports.

See Also

Reference

TaxPurchaseTaxValue Table