Changes

Jump to: navigation, search

Web Page View Field Variables

695 bytes added, 15:02, 17 April 2009
no edit summary
Example: @contact.company.address@ or @contact.company.city@
 
'''@parent.field@''' (Note: All field names should be entirely lower case.)
 
Example: @parent.name@ or @parent.startdate@ or @parent.#id#@
<u>'''Custom Field Variables'''</u>
See Also: [[Invoice Module Variables]] for Variables specific to the Invoicing module.
 
 
<u>'''UTA Level 1 variables called from UTA Level 2'''</u>
If your '''Web Page View'' is at Level 2, you can call Level 1 variables using:
'''@parent.fieldname@''' or '''parent.#fieldid#@''' (Note: All field names should be entirely lower case.)
:Example: ''@parent.name@'' or ''@parent.startdate''@ or ''@parent.#12345#@''
 
<u>'''UTA Level 2 variables called from UTA Level 3'''</u>
If your '''Web Page View'' is at Level 3, you can call Level 2 variables using:
'''@parent.fieldname@''' or '''parent.#fieldid#@''' (Note: All field names should be entirely lower case.)
 
<u>'''UTA Level 1 variables called from UTA Level 3'''</u>
If your '''Web Page View'' is at Level 3, you can call Level 2 variables using:
'''@parent.parent.fieldname@''' or '''parent.parent.#fieldid#@''' (Note: All field names should be entirely lower case.)
 
0
edits

Navigation menu