Share via


RassetDisposalValue::findDisposalParameter Method [AX 2012]

Finds appropriate Disposal parameter for Asset, Asset group or Standard

Syntax

server public static RAssetDisposalParameters findDisposalParameter(
    RAssetId _assetId, 
    RAssetStandardId _assetStandardId, 
    RAssetPostingProfile _postingProfile, 
    RAssetDisposalType _assetSoldScrap, 
    RAssetPostValue _postValue, 
    boolean _useAssetPostTypeParm, 
   [RAssetPostType _assetPostType])

Run On

Server

Parameters

  • _useAssetPostTypeParm
    Type: boolean
    Shows whether use or ignore _assetPostType parameter

Return Value

Type: RAssetDisposalParameters Table
Found record

See Also

Reference

RassetDisposalValue Class