$setDocumentItem

Creates a new document item on the current branch with the given name and value.
Syntax
    $setDocumentItem{name}{value}
DocumentationCreates a new document item on the current branch with the given name and value:

    Parameters:
      name, the name of the document item to be created.
      value, the value of the document item to be created.
Examples
    $createDocumentItem{SITEFORUM}
    {outstanding software}
    {}
    $setDocumentItem{SITEFORUM}{outstanding software company}
    $getDocumentItem{SITEFORUM}

    Result:
    creates documentitem "SITEFORUM" to the specified value, sets
    documentitem "SITEFORUM" to a new value, returns documentitem
    "SITEFORUM":
    outstanding software company
GroupBranch
Minimum required transaction-mode:UPDATE=TREE
Required scripting permission of the developerPERMISSION_FL_BASIC
Minimum parameters2
Maximum parameters 2