Following table provides list of custom field properties:
Property |
Description |
Examples |
Caption |
Custom field name. It can be software platform, release, version, customer name and so on. |
platform release version customer name |
Order |
An integer value which indicates the position of the field on the user page, the system sorts custom fields by this field. |
10 20 30 |
Type |
Custom field type. Please check out next table for more information about available custom field types. |
String Memo |
Default |
Default field value. |
100 |
Script |
The script for the calculated custom field. A field is considered calculated if there is a script specified for it. |
getCustomerAddress |
List of Values |
Contains possible values for List and Multiple List. To fill this property enter first list item, then press the Save button, then enter the second and save that, etc. |
Red Green Blue |
Required |
Indicates whether a field value is required or not. The users can't save a task if they do not fill in all required properties. |
Yes No |
Custom field types:
Type |
Description |
Examples |
String |
String of symbols |
XWare 1.0 |
Memo |
Text area |
Long text |
Float |
Floating point value |
2.3 |
Integer |
Integer value |
5 |
Date |
Date/Time value |
01/01/2005 15:00 |
List |
Drop-down list with values specified in the List field |
["London", "Paris", "Moscow"] |
Multiple List |
Multi-select list with values specified in the List field |
["London", "Paris", "Moscow"] |
Task |
Task link |
["#1","#5"] |
User |
User link |
["jsmith","clist"] |
URL |
Uniform Resource Locator |