Share via


AssetProposalDepreciation.postDerogatoryScrapValue Method [AX 2012]

Posts the scrap value as derogatory decrease.

Syntax

private boolean postDerogatoryScrapValue(AssetBook _assetBook, AssetTransDate _transDate)

Run On

Called

Parameters

  • _assetBook
    Type: AssetBook Table
    An object that represents a value model of an asset.

Return Value

Type: boolean
true if a transaction must be created to represent derogatory scrap value; otherwise, false.

Remarks

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

See Also

Reference

AssetProposalDepreciation Class