TrackStudio Enterprise 3.5
Custom Field Properties
General custom field properties:
Property 
Description 
Examples 
Caption 
Custom field name. 
platform
release
version
customer name 
Type 
Custom field type. Please refer to the table below, for more information about available custom field types. 
String
Memo 
Order 
An integer value which indicates the sorting position of the custom field on the user page. 
10
20
30 
Required 
Indicates whether a field value is required or not. The users cannot save a task if they do not fill in all required properties. 
Yes
No 
HTML View 
Set this flag to allow your users use HTML formatting. This property is available for String and Memo custom fields only. 
Yes
No 
Default 
Default field value. 
100 
Properties, used for calculated custom fields:
Property 
Description 
Examples 
Calculate Custom Field Value 
Set to mark field as calculated. 
Yes
No 
Script 
The script used to calculate custom field value. 
getCustomerAddress 
Cache Values 
Set this flag to improve calculated custom field performance. Mark if script uses only properties of the current task to calculate its value. 
Yes
No 
Properties, used for String custom fields to fill in the lookup dropdown list with the possible values:
Property 
Description 
Examples 
Show Lookup Dropdown 
Mark to use the Lookup Script to fill in the dropdown list with the possible values of a custom field. 
Yes
No 
Lookup Script 
Specify the script that returns the list of possible values of a custom field. 
getDaysOfWeek 
Lookup Only 
Mark to indicate that custom field cannot take any value except of returned by Lookup Script
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.