Changes

Jump to: navigation, search

Web Page View Field Variables

681 bytes added, 16:15, 27 August 2009
To Display a List of Activities, Notes, Transactions, Contacts or Companies
<table>[#(?object=activity;orderby=startdate;criteria=statusname='Open')<tr><td>~subject~</td><td>~location~</td><td>~startdate~</td></tr>#]</table>
</pre>
 
 
* To list notes (from the record that contains the notes):
<pre>
[@(?object=notes;orderby=createddate desc)<tr><td>~notes~</td><td>~createddate~</td><td>~username~</td></tr>@]
</pre>
::''Note: This syntax is for "Public (Default)" notes only, not custom note types.
 
 
'''To list level 2 notes for each level 2 record at level 1:
<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>
::''Note: This syntax is for "Public (Default)" notes only, not custom note types.
0
edits

Navigation menu