Tag table |
The Tag table provides information about the tags defined for a Fleet customer account.
Tags are keywords that can be assigned to vehicles, drivers, and sites. Typically, tags represent special skills or properties that might be required for certain jobs. Tags can also be used to group vehicles, drivers, or sites into custom categories.
To Create a Tag, you must provide a unique Name. A unique Tag Id is generated automatically when the tag is created.
To Delete or Update a tag, only the Id is required.
This topic contains the following sections:
When you write templates that access this table, follow these requirements:
Specify the Symbolic Name for the table version to use:
TableID = Tag-1.0
Specify an Intent that this table supports:
Input templates: In your [Output] section, be sure to map an input value to every table column that is flagged as being a primary key or required.
[Filter] Id(ExtId) = Equals(Id1) # You can filter on literals or on variables from the [User] or [Calculated] sections.
[Filter] Id(ExtId) = In(["Id1","Id2","Id3"])
[Filter] Name = Equals(Name)
[Filter] Name = In(["Name1","Name2","Name3"])
This list includes each column's name, which you use in expressions to retrieve or create data, and data type, which defines how the data is retrieved and set.
Note |
---|
If a column of data type Id is a primary key OR if it refers to other tables (Id <OtherTable>), then you can map it to an external key or, in some cases, a Telogis key. |
Additional columns: