Skip to content

create

create creates a new node item of referenced node type (Insight Mobile and Insight Explorer), TreeConfig:

  • creates a new node and copies data ("dst": "source")
  • values of source node can be accessed via ${attributeid}
actionValues
_tree (optional) define a tree, default is current tree
_node define a node, default is root node of the tree
{attribute} Preallocate an attribute. Only available at node level.
{
    "label": "Material",
    "action": "create",
    "icon": "icon-plus",
    "actionValues": [
        {
            "_tree": "WORKORDER",
            "_node": "MATUSETRANS",
            "WONUM": "${WONUM}",
            "SENDERSYSID": "EXT"
        }
    ]
}