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.
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"
Returns Promise object that represents a
Clone a current activity link.
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
Returns Promise object that represents a
Delete an activity link by ID
The ID of the activity link one wishes to delete
Returns Promise object that represents a
Get the links for a particular node type by ID.
Source type as string. Options: "null", "case", "inspection", "request", "workorder", "wipcase"
Array of numeric (S)IDs you wish to get of the specified type
Returns Promise object that represents a collection
Remove a link by specifying everything.
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"
Returns Promise object that represents a
ActivityLinks implements the activity link functions via using the ActivityLink interface