Auto-increment Field / ItemIdĀ Field | |
|
tw>=2.0 The field type enables you to assign a column for an ID number to a tracker. You can either use the itemID from tiki (which counts all items in all trackers) or an ID you define using a string and a consecutive increasing numeric value. For instance
The first item field value will be File1, the second item field value will be File2
The field value will be the itemId | |
Options | |||||||||||||||
The option are separated with comma. Since Tiki9, this field can be used in PluginTrackerFilter to allow users to do custom searches of items in a tracker based also on their auto-increment field. | |||||||||||||||
Limitation | |
In order to set a new itemId field on existing items. this sql query can be used Copy to clipboard
Where 317 is your itemId field and 54 your trackerId.
| |
Note about ItemID before versionĀ 2.0 | |
|
In later versions of the 1.9.x series, ItemID was available via System Tracker Field | |