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 2 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

NameTypeMandatory/OptionalDescription

numberMID that identifies the template to which the property has to be added

numberMID that uniquely identifies the property within the template. The number room for the ID is 7000-7999.

stringMname of the property

nxa.typeMthe data type of the property

variantMdefault value of the property

Return

None.

  • No labels