Enum ShipmentLinkTaskFlags
Flags that control how the task is created This Enum is used by: s_link.task_flags This Enum consists of flag values that can be combined.
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
[Flags]
public enum ShipmentLinkTaskFlags : short
Fields
| Name | Description |
|---|---|
| AssignToOurContact | 1: Assign task to contact owner |
| IsAssignment | 4: Create as an assignment (shown in Invitation dialog) |
| None | 0: No special options, values taken from other fields |
| UseNextAvailableTime | 2: Use the soonest-available working time slot (after the task-creation evcent is triggered) |