AssetTaxDepreciationCategoryDetail::calculate Method
Calculates tax depreciation for the specified asset.
Syntax
client server public static void calculate(
AssetId _assetId,
AssetBookId _bookId,
ValidFromDate _periodValidFrom,
ValidToDate _periodValidTo,
AssetTaxDepreciationCoefficient _coefficient,
AssetDepreciationPercentage _depreciationPercentage,
RefRecId _assetTaxCategoryRecId)
Run On
Called
Parameters
- _assetId
Type: AssetId Extended Data Type
The asset ID.
- _bookId
Type: AssetBookId Extended Data Type
The book ID.
- _periodValidFrom
Type: ValidFromDate Extended Data Type
The start date of the period.
- _periodValidTo
Type: ValidToDate Extended Data Type
The end date of the period.
- _coefficient
Type: AssetTaxDepreciationCoefficient Extended Data Type
The coefficient for acquisition value.
- _depreciationPercentage
Type: AssetDepreciationPercentage Extended Data Type
The depreciation percentage.
- _assetTaxCategoryRecId
Type: RefRecId Extended Data Type
The ID of a AssetTaxDeprCategory_LV record.