Share via


AssetBookTaxCoefficient::findCoefficient Method

Finds the acquisition coefficient for the given time period.

Syntax

client server public static AssetTaxDepreciationCoefficient findCoefficient(
    AssetBookId _categoryId, 
    TransDate _periodStartDate, 
    TransDate _periodEndDate)

Run On

Called

Parameters

Return Value

Type: AssetTaxDepreciationCoefficient Extended Data Type
The acquisition coefficient for the given period of time; otherwise, -1 to indicate an error.

Remarks

Since coefficients cannot be less than or equal to 0, a value of -1 is used to indicate an error condition.

See Also

Reference

AssetBookTaxCoefficient Table