Versions Compared

Key

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

Description

This function links a source item to a destination item. This means that the value of Creates a link between two items. Any change in the source item will be is forwarded to the destination item.

Signature

string nxa.

...

AddItemLink (string, string, number)

Parameters

itemID Mdelay
NameTypeMandatory/OptionalDescription
SourceItemIDstringMitemID The ItemID of the source item.
DestinationItemIDstringMThe ItemID of the destination item.
DelaynumberODelay in milliseconds.

Return

...

TypeDescription
stringThe TaskID that identifies the created task.