Changes

Jump to: navigation, search

Web Page View Field Variables

180 bytes added, 20:52, 12 November 2021
Syntax
: <span style="font-size: medium;">'''[#(?object=''objectname''::{options})~''standardfieldname''~ $''customfieldname''$#]'''</span>
'''Where:'''
 
:* ''objectname'' is the name of the item to be listed.
:: Either: '''address, activity, assign, contact, user, group, company, notes, association, companyassociation, transaction, timesheet''', '''level-1''', '''utaproviderL1''', '''utaproviderL2''', '''utaconsumerL1''', '''utaconsumerL2''' or '''linkactivity'''
:* To generate a list of all contacts for a [[Web Page View]] or [[Custom Field Type: Read Only – System Variables|Read Only – System Variables]] custom field (note that the HTML table formatting is included within the '''[#...#]''' syntax)
<pre style="white-space: -o-pre-wrap; word-wrap: break-word;"><table><tr> <th>First Name</th> <th>Last Name</th> <th>E-mail Address</th> <th>Cell Phone Number</th>[#(?object=contact)<tr> <td>~firstname~</td> <td>~lastname~</td> <td>~email~</td> <td>$Cell Phone$</td> </tr>#]</table></pre>
{|
|-
||First Name
||Last Name
||E-mail Address
||Cell Phone Number
|-
||~firstname~
||~lastname~
||~email~
||$Cell Phone$
|}
::: ''Note: The first line creates a header row for the table''
110
edits

Navigation menu