Changes

Jump to: navigation, search

Web Page View Field Variables

96 bytes added, 20:52, 12 November 2021
Syntax
'''@enddate@'''
'''Created Date@createddate@''' - no variable
'''Created By@createdby@''' - no variable
'''@jobquestions@''' - displays as combo boxes
: <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''
::: ''('''Close Date''' does not have a time associated with it)
'''Examples:'''
 
::* To display the Start Date in the format '''February 22, 1985''' you would use:
::: <span style="font-size: medium;"><input class="Button" type="button" value="Button Label." /></span>
'''where:'''
 
::* ''customfieldid'' = the field id of the Single or Multiple file custom field (without '''cf_''')
<!--:::* You can only obtain the history of the Status field and [[Custom Fields]] in this way.-->
 
==For Hybrid Sign-Up Pages==
::: The @user_input_form@ will display the associated user sign up form on a company sign up page if included in the HTML template of the company sign up page.
::* [[Adding JavaScript JS files to Web Page View Pages]]
::* [[Custom Field ID|Determining the Custom Field ID]]
::* [[Allow for '$' in webpage view field showing activity]] 
[[Category:Custom Fields]][[Category:Variables]][[Category:PDF]]%20in%20webpage%20view%20field%20showing%20activity" data-mce-href="Allow%20for%20'
110
edits

Navigation menu