Share via


AssetProposalDepreciation.calculateDerogatoryTaxDepreciationAmount Method [AX 2012]

Determines the amount for the derogatory tax model.

Syntax

private AmountCur calculateDerogatoryTaxDepreciationAmount(AssetTableMethod _assetTableMethodTaxModelPrimary, AssetTableMethod _assetTableMethodTaxModelSecondary)

Run On

Called

Parameters

  • _assetTableMethodTaxModelPrimary
    Type: AssetTableMethod Class
    An object that represents the primary depreciation method.
  • _assetTableMethodTaxModelSecondary
    Type: AssetTableMethod Class
    An object that represents the secondary depreciation method.

Return Value

Type: AmountCur Extended Data Type
An amount that represents the depreciation amount.

Remarks

This method will consider either primary or secondary value model and determine the highest amount.

This method is only used for French derogatory depreciation and is call from run method.

See Also

Reference

AssetProposalDepreciation Class