Show / Hide Table of Contents

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

Extension Methods

EnumUtil.MapEnums<SuperOffice.Data.ShipmentLinkAction, To>()
ObjectExtensions.AssignByReflection<ShipmentLinkAction>(ShipmentLinkAction)
ObjectExtensions.GraphCopy<ShipmentLinkAction>()
Converters.MapEnums<ShipmentLinkAction, To>()
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top