PCRuntimePriceModel.updateNode Method [AX 2012]

Updates a node in the price model.

public void updateNode(
    str _xPath, 
    NoYes _isCalculated, 
    real _value, 
    PCRuntimePriceModelInstance _runtimePriceModelInstance)

Run On

Called

Parameters

_xPath
Type: str
The XPath to the node which is target for an update.
_isCalculated
Type: NoYes Enumeration
A boolean value indicating if the node was evaluated.
_value
Type: real
The new value of the node.
_runtimePriceModelInstance
Type: PCRuntimePriceModelInstance Class
A runtime price model instance.

Community Additions

ADD
Show: