Changes

Jump to: navigation, search

Web Page View Field Variables

350 bytes added, 19:39, 13 July 2009
How to display a list of UTA Level 1 Activities, Contacts or Companies
Example: @company.insurance companies.name@ or @company.consulting firms.address@
==How to display a list of UTA Level 1 2/3 Activities, Notes, Contacts or Companies==
'''object= [activity,contact,user,company,notes,association,level-1 (applies to contacts only) or transaction]'''
<pre><table>[#(?object=object;orderby=field)<tr><td>~field~</td><td>~field~</td><td>~field~</td><td>$customfield id$</td></tr>#]</table></pre>
'''To list level two entity at level one using level two fieldname instead of customfield ID '''
<pre>
[#(?object=activity;criteria=typeid='19997';)
<tr><td>~index~</td><td>Folder</td><td>$Field Name$</td><td>$customfieldID$</td><td>$customfieldID$</td></tr>
#]
</pre>
 
 
'''To list level two notes for each level 2 record at level one:
<pre>
[#(?object=activity;orderby=startdate desc)
<tr><td>~subject~</td><td>~description~</td><td>~startdate~</td>
<td><table>
[@(?object=notes;orderby=createddate desc)<tr><td>~notes~</td><td>~createddate~</td><td>~username~</td></tr>@]
</table></td>
</tr>#]
</pre>
0
edits

Navigation menu