0
edits
Changes
→How to display a list of UTA Level 1 Activities, Contacts or Companies
Results will be sorted on Startdate in Descending order.
</pre>
'''With Multiple Criteria''':
<pre>
[#(?object=contact;criteria=(rolename='External' or rolename='Internal'))<tr><td>~firstname~ ~lastname~</td></tr>#]
</pre>
'''To sort on custom field''':
<pre>
e.g. where custom field id=999999
'''To list a specific activity type only''':
<pre>
e.g. where typename='activity name'
e.g. where typeid='141414'</pre>