Description
This function can be used to add a property to an item template. The template has to be created with nxa.AddItemTemplate before.
Signature
nxa.AddPropertyTemplate (number, number, string, nxa.type, variant)
Parameters
Name | Type | Mandatory/Optional | Description |
---|---|---|---|
number | M | ID that identifies the template to which the property has to be added | |
number | M | ID that uniquely identifies the property within the template. The number room for the ID is 7000-7999. | |
string | M | name of the property | |
nxa.type | M | the data type of the property | |
variant | M | default value of the property |
Return
None.