> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Enum ShipmentLinkAction

> Bitmask defining what action should be taken

Bitmask defining what action should be taken

## Syntax

```crmscript theme={null}
ShipmentLinkAction
```

## Fields

| Name                  | Description                                                  |
| --------------------- | ------------------------------------------------------------ |
| None                  | No action                                                    |
| SetPersonInterest     | Set an interest on the recipient-who-is-a-person             |
| RemovePersonInterest  | Remove an interest from the recipient-who-is-a-person        |
| SetContactInterest    | Set an interest on the recipient-who-is-a-contact            |
| RemoveContactInterest | Remove an interest from the recipient-who-is-a-contact       |
| AddToSmSelection      | Add person id of recipient to a static S\&M selection        |
| RemoveFromSmSelection | Remove person id of recipient from a static S\&M selection   |
| AddToSmProject        | Add person id of recipient as a member of an S\&M project    |
| RemoveFromSmProject   | Remove person id of recipient as a member of an S\&M project |
| AddTask               | Add a task in an S\&M diary                                  |
| AddRequest            | Add a request (ticket) in CS                                 |
| AddToCsSelection      | Add person to a Customer Support selection                   |
| RemoveFromCsSelection | Remove person from a Customer Service selection              |
| ExecuteScript         | Execute an ejScript                                          |


## Related topics

- [Enum values for ShipmentLinkAction](/en/database/tables/enums/shipmentlinkaction.md)
- [s_link table](/en/database/tables/s-link.md)
- [Enum ShipmentLinkType](/en/automation/crmscript/reference/CRMScript.NetServer.ShipmentLinkType.md)
- [Enum values for ShipmentLinkType](/en/database/tables/enums/shipmentlinktype.md)
- [Enum ShipmentLinkTaskFlags](/en/automation/crmscript/reference/CRMScript.NetServer.ShipmentLinkTaskFlags.md)
- [Enum values for ShipmentLinkRedirectKind](/en/database/tables/enums/shipmentlinkredirectkind.md)
