Enum ShipmentLinkAction
Bitmask defining what action should be taken This Enum is used by: s_link.action_flags This Enum consists of flag values that can be combined.
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
[Flags]
public enum ShipmentLinkAction : short
Fields
| Name | Description |
|---|---|
| AddRequest | 512: Add a request (ticket) in CS |
| AddTask | 256: Add a task in an S&M diary |
| AddToCsSelection | 1024: Add person to a Customer Support selection |
| AddToSmProject | 64: Add person id of recipient as a member of an S&M project |
| AddToSmSelection | 16: Add person id of recipient to a static S&M selection |
| ExecuteScript | 4096: Execute an ejScript |
| None | 0: No action |
| RemoveContactInterest | 8: Remove an interest from the recipient-who-is-a-contact |
| RemoveFromCsSelection | 2048: Remove person from a Customer Service selection |
| RemoveFromSmProject | 128: Remove person id of recipient as a member of an S&M project |
| RemoveFromSmSelection | 32: Remove person id of recipient from a static S&M selection |
| RemovePersonInterest | 2: Remove an interest from the recipient-who-is-a-person |
| SetContactInterest | 4: Set an interest on the recipient-who-is-a-contact |
| SetPersonInterest | 1: Set an interest on the recipient-who-is-a-person |