0
edits
Changes
no edit summary
* To display the custom field '''Date Of Birth''' in the format '''31-01-2001''' you would use:
@day(date of birth)@-@month(date of birth)@-@year(date of birth)@
=Miscellaneous Variables=
==How to display a Dynamic Data grid field==
To show the data grid field in the webpage view field use the syntax '@fieldname.table@'.
== Role base Web page view field ==
When you have a role base web page view field or company based webpage view field you can access the levelone, contacts, or company information.
@levelone.custom field name/custom field id@
@levelone.standard field name@
@company.custom field name/custom field id@
@company.standard field name@
@contact.custom fieldname/custom field id@
@contact.standard field name@
== Retrieving Custom Field History ==
The following syntax is used to retrieve custom field history:
For the [[Status]] field:
@HistoryOf(status)@
For a [[Custom Field]]:
@HistoryOf(#####)@
:''where ##### is the Custom Field ID. (The field name is not accepted in this case.)
=Controls=
To change the orientation of a page to landscape in a PDF add <pd4ml:page.break pageFormat="rotate"> before the content you deem as the next page.
=Troubleshooting=