0
edits
Changes
→Sending Page
* ''parameter1'', ''parameter2'' corresponding names for the variables
<preu>/urltopage?parameter1=@variable1@¶meter2=@variable2@'''Examples:'''</preu>
'''Portal'''
* Create a [[Portal]] shortcut and associate the link with that shortcut.
/urltopage?parameter1=@variable1@¶meter2=@variable2@
<pre>
<input type="button" class=Button value="Button Label" onClick='parent.location.href="/urltopage?parameter1=@variable1@¶meter2=@variable2@"'/>
</pre>
'''Display as hyperlinkHyperlink'''* Create a [[Custom Field Type: Read Only – System Variables|Read Only - System Variables]] Custom Field with:
<pre>
<a href="/urltopage?parameter1=@variable1@¶meter2=@variable2@">Click Here</a>
</pre>
'''Note''': User and Company variables can be used to pass the current logged in user details and their company details.
==Receiving Page==