Difference between revisions of "Calendar Fields"
From SmartWiki
m (Calendars referencing UTA variables moved to Calendar Fields) |
|||
Line 1: | Line 1: | ||
− | [[UTA]] | + | The '''Calendar Fields'' section on the Application Configuration page of a [[UTA]] allows you to configure the display of activities on the [[UTA]] Calendar. |
− | + | The field accepts [[Web Page View Field Variables]] and logic. | |
− | + | ||
+ | '''Examples:''' | ||
+ | |||
This will only display the field with field ID 55222 for “Contract” type activities on the Project calendar: | This will only display the field with field ID 55222 for “Contract” type activities on the Project calendar: | ||
Line 21: | Line 23: | ||
</pre> | </pre> | ||
− | + | [[Category:Universal Tracking Application]][[Category:Calendars]] | |
− | [[Category: |
Revision as of 15:06, 7 October 2009
The 'Calendar Fields section on the Application Configuration page of a UTA allows you to configure the display of activities on the UTA Calendar.
The field accepts Web Page View Field Variables and logic.
Examples:
This will only display the field with field ID 55222 for “Contract” type activities on the Project calendar:
<!--@sslogic('@type@'='Contract')-->@#55222#@ <!--@end-->
This will display the type, owner name and start/end time if the status is schedules or re-scheduled.
<!--@sslogic('@statusname@' in ('scheduled','re-scheduled'))-->@type@ @parent.owner.fullname@ @starttime@-@endtime@ <!--@end-->