nxa.AddItemLink

Description

Creates a link between two items. Any change in the source item is forwarded to the destination item.

Signature

string nxa.AddItemLink (string, string, number)

Parameters

NameTypeMandatory/OptionalDescription
SourceItemIDstringMThe ItemID of the source item.
DestinationItemIDstringMThe ItemID of the destination item.
DelaynumberODelay in milliseconds.

Return

TypeDescription
stringTaskID that identifies the created task.