> ## 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 ShipmentLinkTaskFlags

> Flags that control how the task is created

Flags that control how the task is created

## Syntax

```crmscript theme={null}
ShipmentLinkTaskFlags
```

## Fields

| Name                 | Description                                                                               |
| -------------------- | ----------------------------------------------------------------------------------------- |
| None                 | No special options, values taken from other fields                                        |
| AssignToOurContact   | Assign task to contact owner                                                              |
| UseNextAvailableTime | Use the soonest-available working time slot (after the task-creation evcent is triggered) |
| IsAssignment         | Create as an assignment (shown in Invitation dialog)                                      |


## Related topics

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