Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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.