Microsoft Dynamics AX 2009
AssetParametersDeprRates_DE::find Method

Finds an interval record for the specified date range.

client server public static AssetParametersDeprRates_DE find(
    AssetFromDate_DE _fromDate, 
    AssetToDate_DE _toDate, 
   [boolean _forupdate, 
    ConcurrencyModel _concurrencyModel])
Run On

Called

Parameters

Parameter

Description

_fromDate

The starting date for the date range.

_toDate

The ending date for the date range.

_forupdate

A Boolean value that indicates whether the table buffer record that is returned should be available for update; optional.

_concurrencyModel

The concurrency setting that should be used with the table buffer record that is returned; optional.

Return Value

An AssetParametersDeprRates_DE table buffer record if one is found; otherwise, returns an empty table buffer.

See Also

Tags :


Page view tracker