Activity types to map string to number for internal use. Activity types available are: "null", "case", "inspection", "request", "workorder", "wipcase"
Link types to map string to number for internal use. Link types available are: "null", "parent", "related"
Create a new activity link between two items.
Returns Promise object that represents a
Source type as string. Options: "null", "case", "inspection", "request", "workorder", "wipcase"
Source SID (numeric ID) one wishes to remove a link between SID as source and a particular destination
Destination type as string: "null", "case", "inspection", "request", "workorder", "wipcase"
Destination SID (numeric ID) one wishes to remove a link between SID as destination and a particular source
The type of link which exists between provided source and destination. Defaults to related
. Options: "null", "parent", "related"
Clone a current activity link.
Returns Promise object that represents a
Source type as string. Options: "null", "case", "inspection", "request", "workorder", "wipcase"
Source SID (numeric ID) one wishes to clone a link between SID as source and a particular destination
Destination type as string: "null", "case", "inspection", "request", "workorder", "wipcase"
Destination SID (numeric ID) one wishes to clone a link between SID as destination and a particular source
Get the links for a particular node type by ID.
Returns Promise object that represents a collection
Source type as string. Options: "null", "case", "inspection", "request", "workorder", "wipcase"
Array of numeric (S)IDs you wish to get of the specified type
Remove a link by specifying everything.
Returns Promise object that represents a
Source type as string. Options: "null", "case", "inspection", "request", "workorder", "wipcase"
Source SID (numeric ID) one wishes to remove a link between SID as source and a particular destination
Destination type as string: "null", "case", "inspection", "request", "workorder", "wipcase"
Destination SID (numeric ID) one wishes to remove a link between SID as destination and a particular source
The type of link which exists between provided source and destination. Defaults to related
. Options: "null", "parent", "related"
ActivityLinks implements the activity link functions via using the ActivityLink interface