Changes

Web Page View Field Variables

404 bytes added, 15:30, 26 August 2009
To display a list of Activities (Level 2 or 3), Notes, Contacts or Companies
<table border=1>[#(?object=activity;orderby=startdate)<tr><td colspan=2>~subject~</td><td>~location~</td><td>~startdate~</td></tr><tr><td colspan=2>$123456$</td></tr>#]
</table>
</pre>
 
==How to display specific number of items in a list==
When you want to display only specific number of activities or transactions from underlying level, use the following syntax.
<pre>
[#(?object=object;orderby=field)
<!--@sslogic(~index~='num')-->
~standard field~ $custom field$ <br />
<!--@end-->
#] <br />
 
where, num= number of activities that should be displayed
</pre>
0
edits