Class 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
public sealed class ShipmentLinkAction : Enum
Fields
AddRequest
512: Add a request (ticket) in CS
Declaration
public const ShipmentLinkAction AddRequest
Field Value
Type | Description |
---|---|
ShipmentLinkAction |
AddTask
256: Add a task in an S&M diary
Declaration
public const ShipmentLinkAction AddTask
Field Value
Type | Description |
---|---|
ShipmentLinkAction |
AddToCsSelection
1024: Add person to a Customer Support selection
Declaration
public const ShipmentLinkAction AddToCsSelection
Field Value
Type | Description |
---|---|
ShipmentLinkAction |
AddToSmProject
64: Add person id of recipient as a member of an S&M project
Declaration
public const ShipmentLinkAction AddToSmProject
Field Value
Type | Description |
---|---|
ShipmentLinkAction |
AddToSmSelection
16: Add person id of recipient to a static S&M selection
Declaration
public const ShipmentLinkAction AddToSmSelection
Field Value
Type | Description |
---|---|
ShipmentLinkAction |
ExecuteScript
4096: Execute an ejScript
Declaration
public const ShipmentLinkAction ExecuteScript
Field Value
Type | Description |
---|---|
ShipmentLinkAction |
None
0: No action
Declaration
public const ShipmentLinkAction None
Field Value
Type | Description |
---|---|
ShipmentLinkAction |
RemoveContactInterest
8: Remove an interest from the recipient-who-is-a-contact
Declaration
public const ShipmentLinkAction RemoveContactInterest
Field Value
Type | Description |
---|---|
ShipmentLinkAction |
RemoveFromCsSelection
2048: Remove person from a Customer Service selection
Declaration
public const ShipmentLinkAction RemoveFromCsSelection
Field Value
Type | Description |
---|---|
ShipmentLinkAction |
RemoveFromSmProject
128: Remove person id of recipient as a member of an S&M project
Declaration
public const ShipmentLinkAction RemoveFromSmProject
Field Value
Type | Description |
---|---|
ShipmentLinkAction |
RemoveFromSmSelection
32: Remove person id of recipient from a static S&M selection
Declaration
public const ShipmentLinkAction RemoveFromSmSelection
Field Value
Type | Description |
---|---|
ShipmentLinkAction |
RemovePersonInterest
2: Remove an interest from the recipient-who-is-a-person
Declaration
public const ShipmentLinkAction RemovePersonInterest
Field Value
Type | Description |
---|---|
ShipmentLinkAction |
SetContactInterest
4: Set an interest on the recipient-who-is-a-contact
Declaration
public const ShipmentLinkAction SetContactInterest
Field Value
Type | Description |
---|---|
ShipmentLinkAction |
SetPersonInterest
1: Set an interest on the recipient-who-is-a-person
Declaration
public const ShipmentLinkAction SetPersonInterest
Field Value
Type | Description |
---|---|
ShipmentLinkAction |
value__
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.
Declaration
public short value__
Field Value
Type | Description |
---|---|
Int16 |