| Parameter Name | Type | Mandatory | Strict | Transitional | Case Sensitive | Description |
|---|---|---|---|---|---|
| type | Text | + | S | + | must be contentExtensionValues |
| name | Text | + | S | + | should be unique tqtag name in the template. no spaces/commas/single quote/double quotes allowed |
| createIfNotExist | - | T | Used to make sure a specific value exist for extentionName. If value in extensionValue do not exist the system will add it to the db. Must go together with extensionValue |
||
| extensionName | Alpha Numeric | + | S | + | The system will retrieve all values for the extensionName |
| extensionValue | - | S | + | Value to check if exist in db. Must go together with createIfNotExist |
|
| maxItems
|
Number | - | S | The max number of additional fields allowed | |
| parentValue |
| Name | Type | Size | Description |
|---|---|---|---|
| addDate | datetime | The datetime the extension was created or last modified. can be formated using 2009-01-09 09:57:54df:[format]! | |
| count | |||
| counter | number | 6 | Running number from 1 to n |
| extName | text | 200 | The name of the extension |
| id | number | 12 | Extension value id |
| parentID | number | 5 | The id of the parent extension |
| theValue | text | 1024 | Extension value |