0
edits
Changes
no edit summary
The field type is used to define the characteristics of the field. There are '''40''' field types currently available.
==='''Visibility Condition'''===
Whether or not a [[Custom Field|custom field]] is visible can be controlled using conditional statements in this box.
For example, if you used the following '''Visibility Condition''':
*now()>'2009-02-06'
The field would only be visible after 06 February 2009.
These conditional statements can also refer to other fields:
*'@Date initiated@' >'2009-01-31'
The field would only be visible if the date in the field named '''Date Initiated''' is after 2009-01-31
*'@Destination City@'='Toronto'
The field would only be visible if the entry in the '''Destination City''' field was '''Toronto'''
==='''Role Permissions'''===