TaxPurchaseTaxValue::find Method

Finds the specified record in the TaxPurchaseTaxValue table.

Syntax

client server public static TaxPurchaseTaxValue find(
    RecId _recId, 
   [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 update.
  • _minDate
    Type: date
    The minimum date for which to perform the search.
  • _maxDate
    Type: date
    The maximum date for which to perform the search.

Return Value

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

See Also

Reference

TaxPurchaseTaxValue Table