Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

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 item 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.

  • No labels