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
Name | Type | Mandatory/Optional | Description |
---|---|---|---|
SourceItemID | string | M | itemID The ItemID of the source item. |
DestinationItemID | string | M | itemIDThe ItemID of the destination item. |
Delay | number | MO | delayDelay in milliseconds. |
Return
...
Type | Description |
---|---|
string | TaskID that identifies the created task. |