Share via


AssetProposalDepreciation.processTaxValueModel Method [AX 2012]

This method determines whether the derogatory tax value model must be depreciated.

Syntax

private boolean processTaxValueModel(
    AssetBook _assetMainBook, 
    AssetBook _assetTaxBook, 
    AssetTableMethod _primaryAssetTableMethod, 
    AssetTableMethod _secondaryAssetTableMethod)

Run On

Called

Parameters

  • _assetMainBook
    Type: AssetBook Table
    An object that represents a main value model of an asset.
  • _assetTaxBook
    Type: AssetBook Table
    An object that represents a derogatory tax value model of an asset.
  • _primaryAssetTableMethod
    Type: AssetTableMethod Class
    An object that represents primary depreciation method.
  • _secondaryAssetTableMethod
    Type: AssetTableMethod Class
    An object that represents secondary depreciation method.

Return Value

Type: boolean
true if the derogatory tax value model must be depreciated; otherwise, false.

Remarks

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

See Also

Reference

AssetProposalDepreciation Class