Changes

Calendar Fields

255 bytes added, 13:57, 20 March 2009
no edit summary
You can use the following syntax on the "Calendar Fields" section of Application Configuration:
This will only display the field with field ID 55222 for “Contract” type activities on the Project calendar:
<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
This will display the type, owner name and start/end time if the status is schedules or re-scheduled.
<pre>
&lt;!--@sslogic('@statusname@' in ('scheduled','re-scheduled'))-->@type@
@parent.owner.fullname@
@starttime@-@endtime@
&lt;!--@end-->
</pre>
[[Category:Enhancements]][[Category:System Management]][[Category:Universal Tracking Application]]
0
edits