ReqPeggingTreeNodeCache.insert Method [AX 2012]

Stores given value for specified class name and key combination.

public void insert(
    ClassName _className, 
    container _key, 
    container _value)

Run On

Called

Parameters

_className
Type: ClassName Extended Data Type
Name of the class.
_key
Type: container
Key for the data.
_value
Type: container
Value to be stored

Community Additions

ADD
Show: