[TableOptions] section |
The [TableOptions] section contains table-specific settings that you can add to control how data is processed in your templates.
Entries in this section are case-sensitive.
This topic contains the following sections:
The following tables have options that can be used in the [TableOptions] section. See the table's documentation for details about the options available.
The example below shows how to add the [TableOptions] section to a template. In this case, the option is used to change the default behavior of the Route table.
[Template] TemplateVersion = 1.0 TableID = Route-1.0 TemplateName = Route_Update Intent = Update Output = CompleteSuccessful [TableOptions] DriverUnitSync = AssignOnly # Changes the default template behavior for Routes by setting a table option [Output] Id(routekey) = Input.RouteKey DriverId(driverkey) = Input.DriverKey TerritoryId(territorykey) = Input.TerritoryKey