Changes

Jump to: navigation, search

Web Page View Field Variables

426 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=contact) ~lnkid~ #]'''</span>
To display the contact's profile status:
 
: <span style="font-size: medium;">'''[#(?object=contact) ~firstname~ ~lastname~ ~ustatusid~ #]'''</span>
'''Notes:'''
The syntax for extracting information on the entity to which they are associated is as follows . . .
<span style="font-size: medium;">'''[#(?object=association)~name~ ~standard field name~ $custom ?afc_custom field id$ $custom ?afc_custom field name$##]<br />
<br />'''[#(?object=companyassociation)~standard field name~ $custom field id$ $custom field name$#]'''</span>
: <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_''')
::: <span style="font-size: medium;">'''@fieldname.table'''@</span>
==Retrieving History for Fields with Track Changes Enabled==
The following syntax is used to retrieve standard or custom field history:
For the [[Status]] standard field:
::: <span style="font-size: medium;">'''@HistoryOf(''customfieldid'')@'''</span>
OR
 
::: <span style="font-size: medium;">'''@HistoryOf(''customfieldname'')@'''</span>
'''Notes:'''
 
:::* ''HistoryOf'' is case sensitive.
:::* You can only obtain See the history of the Status field and [[Custom FieldsHistoryOf function]] in page for a complete description of this wayvariable and its uses.
<!--:::* 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.
::* [[Custom Field ID|Determining the Custom Field ID]]
::*
 
[[Category:Custom Fields]][[Category:Variables]][[Category:PDF]]%20in%20webpage%20view%20field%20showing%20activity" data-mce-href="Allow%20for%20'
110
edits

Navigation menu