Difference between revisions of "Calendar Fields"

From SmartWiki
Jump to: navigation, search
 
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>
 +
&lt;!--@sslogic('@type@'='Contract')-->@#55222#@
 +
 +
&lt;!--@end-->
 +
</pre>
 +
 +
This will only display the field with field ID 55222 for “Contract” type activities on the Project calendar
  
[[UTA]] Calendar Template now supports [[Web Page View Field|web page view]] type [[Variables|variables]] and logic.
 
  
  
  
 
[[Category:Enhancements]][[Category:System Management]][[Category:Universal Tracking Application]]
 
[[Category:Enhancements]][[Category:System Management]][[Category:Universal Tracking Application]]

Revision as of 10: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