Difference between revisions of "Calendar Fields"
From SmartWiki
Julia Decker (talk | contribs) |
|||
Line 1: | Line 1: | ||
+ | [[UTA]] Calendar Template now supports [[Web Page View Field|web page view]] type [[Variables|variables]] and logic. | ||
+ | |||
+ | |||
+ | For example: | ||
+ | You can use the following syntax on the "Calendar Fields" section of Application Configuration: | ||
+ | |||
+ | <pre> | ||
+ | <!--@sslogic('@type@'='Contract')-->@#55222#@ | ||
+ | |||
+ | <!--@end--> | ||
+ | </pre> | ||
+ | |||
+ | This will only display the field with field ID 55222 for “Contract” type activities on the Project calendar | ||
− | |||
[[Category:Enhancements]][[Category:System Management]][[Category:Universal Tracking Application]] | [[Category:Enhancements]][[Category:System Management]][[Category:Universal Tracking Application]] |
Revision as of 09:39, 17 March 2009
UTA Calendar Template now supports web page view type variables and logic.
For example:
You can use the following syntax on the "Calendar Fields" section of Application Configuration:
<!--@sslogic('@type@'='Contract')-->@#55222#@ <!--@end-->
This will only display the field with field ID 55222 for “Contract” type activities on the Project calendar