AddTemplate
- 1 Minute to read
- Print
- DarkLight
- PDF
AddTemplate
- 1 Minute to read
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Adds a field template to the project
Key | Value(s) | Description |
---|---|---|
method | "AddTemplate" | Adds a field template to the project |
project | "currentproject" | current project name |
name | "FieldTemplatName" | name of the template, as displayed in the templates tab |
overwrite | false | if true, existing templates will be overwritten |
fields | [ "table.field1", "table.field2", "..." ] | List of fields to add to the field template |
{Explanation}
{
"method": "AddTemplate",
"project": "BikeData2",
"name": "Example",
"overwrite": false,
"fields": [
"BikeTripData.StartStation_locale",
"BikeTripData.Start Date"
]
}
Was this article helpful?