|
Value | Description | Tiki version |
numeric | Initial value, default 1 | tw>2.0 |
string | Prepend string | tw>=2.0 |
string | Append string | tw>=2.0 |
the string itemId | the field will contain the itemId | tw>=2.0 |
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.
In order to set a new itemId field on existing items. this sql query can be used
DELETE FROM `tiki_tracker_item_fields` WHERE `fieldId`=317; INSERT INTO `tiki_tracker_item_fields` ( `itemId` , `fieldId` , `value` ) SELECT `itemId` , 317, `itemId` FROM tiki_tracker_items WHERE `trackerId` =54
Where 317 is your itemId field and 54 your trackerId.
In later versions of the 1.9.x series, ItemID was available via System Tracker Field