Changes

Web Page View Field Variables

657 bytes added, 13:44, 27 August 2009
To Display a List of Activities, Notes, Transactions, Contacts or Companies
:* You can refer to [[Custom Fields]] in the list using the Custom Field ID instead of the field name, still between dollar signs ('''$12345$''')
:* '''level-1''' can only be used as an object when referenced from a contact record
:* You can include text as well as variables within the [#...#] syntax.
:* When using this syntax for [[Web Page View]]s, [[Custom Field Type: Read Only – System Variables|Read Only – System Variables]] etc. you will usually want to include HTML table formatting within the '''[#...#]''' syntax (see examples below). For [[MS Word Merge]] custom fields the table defined on the MS Word Template document, with the columns delimited by pipes (|) within the '''[#...#]'''.
'''Options:'''
'''Examples:'''
* To generate a list of Level 2 activities for a [[MS Word Merge]]:
[#(?object=activity;)|~status~ |~typename~ |$speciality$ |$123456$~|#]::See [[MS Word Merge]] for further details on including tables on MS Word Merge documents.
 *To generate a list of all contacts for a [[Web Page View]], [[Custom Field Type: Read Only – System Variables|Read Only – System Variables]] (note that the HTML table formatting is included within the '''[#...#]''' syntax)
<pre>
<table><tr><td>First Name</td><td>Last Name</td><td>E-mail Address</td><td>Cell Phone Number</td></tr>
0
edits