/
nxa.AddCustomItem
nxa.AddCustomItem
Description
This function adds a new Custom Item during the initialization phase of the server and returns its ID. In general, this function shall be used within the OnInitEvent callback only.
Signature
string nxa.AddCustomItem (string, string, nxa.access, nxa.type, string, string, string, ..., string)Parameters
Name | Type | Mandatory/Optional | Description |
---|---|---|---|
string | M | name of the Custom Item | |
string | M | description of the Custom Item | |
nxa.access | M | access rights of the Custom Item | |
nxa.type | M | the data type of the Custom Item | |
string | O | delimiter that is used to build the item ID (optional) | |
string | O | path1 (optional) | |
string | O | path2 (optional) | |
... | |||
string | O | pathN (optional) |
Return
Type | Description |
---|---|
string | itemID of the new Custom Item |
, multiple selections available,
Related content
nxa.AddExtSysCustomItem
nxa.AddExtSysCustomItem
More like this
nxa.GetItemID , nxa.ItemID
nxa.GetItemID , nxa.ItemID
More like this
nxa.MakeItemShadowCopy
nxa.MakeItemShadowCopy
More like this
nxa.GetSimpleItemValuesSum
nxa.GetSimpleItemValuesSum
More like this
nxa.GetItemValuesSum
nxa.GetItemValuesSum
More like this
Item alias definitions
Item alias definitions
More like this