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
- _date
Type: TaxValidDate Extended Data Type
The date for which the records will be searched.
- _taxPurchaseTaxRefRecId
Type: RefRecId Extended Data Type
The record ID of a record in the TaxPurchaseTaxTable table.
- _forupdate
Type: boolean
A Boolean value that indicates whether to read the record for updating; optional.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
The concurrency model option to use when reading the record; 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.