Difference between revisions of "UTA Calendar Template"

From SmartWiki
Jump to: navigation, search
Line 1: Line 1:
 +
{{l2}}s associated with a {{l1}} in a [[UTA]] can be displayed in a SmartSimple calendar format. The setting to define the template used for the calendar display of the {{l2} activities is on the [[UTA Settings - Miscellaneous]] tab.
 +
 +
 
The fields and values to be displayed on the calendar can be customized using the '''UTA Calendar Template'''
 
The fields and values to be displayed on the calendar can be customized using the '''UTA Calendar Template'''
  
By default, the  
+
By default, the template used for the calendar entries will show the ''Start Time'', ''End Time'' and ''Parent name'' [[standard fields]], as follows:
  
@starttime@
 
@endtime@
 
@subject@
 
@description@
 
@type@
 
  
 
This template supports the [[Web Page View Field|web page view]] variables including [[sslogic]].
 
This template supports the [[Web Page View Field|web page view]] variables including [[sslogic]].

Revision as of 15:17, 26 September 2013

Level 2s associated with a Level 1 in a UTA can be displayed in a SmartSimple calendar format. The setting to define the template used for the calendar display of the {{l2} activities is on the UTA Settings - Miscellaneous tab.


The fields and values to be displayed on the calendar can be customized using the UTA Calendar Template

By default, the template used for the calendar entries will show the Start Time, End Time and Parent name standard fields, as follows:


This template supports the web page view variables including sslogic.

Example: Presume a Level 2 Type called Site Visits, and a custom field on that Level 2 Type called Site Location with a custom field ID of 12345.
You can use the following syntax on the "Calendar Fields" section of the Miscellaneous tab of the UTA Settings Page:

<!--@sslogic('@type@'='Site Visits')-->@#12345#@
<!--@end-->

This will only display the Site Location field (field ID 12345) for Site Visits Level 2 type activities on the Level 1 calendar.


With multiple conditions:

<!--@sslogic('@type@'='Site Visits' and '@statusname@'!='Closed')-->@#12345#@
<!--@end-->

Will do the same as above, but only if the Status of the Level 2 item is not Closed.


Level 1 fields can be included using @parent.fieldname@


See Also