Changes

Passing Values Using Parameters

59 bytes added, 17:23, 8 October 2009
Sending Page
* ''parameter1'', ''parameter2'' corresponding names for the variables
===Portal===
* Create a [[Portal]] shortcut and associate the link with that shortcut.
<preu>/urltopage?parameter1=@variable1@&parameter2=@variable2@'''Examples:'''</preu>
'''Portal'''
* Create a [[Portal]] shortcut and associate the link with that shortcut.
/urltopage?parameter1=@variable1@&parameter2=@variable2@
User and Company variables can be used to pass the current logged in user details and their company details.  ===Application==='''Button'''* Create a [[Custom Field]] of the type [[Custom Field Type: Read Only – System Variables|Read Only - System Variables]] Custom Field with one of the following.  '''Display as button''':
<pre>
<input type="button" class=Button value="Button Label" onClick='parent.location.href="/urltopage?parameter1=@variable1@&parameter2=@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@&parameter2=@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==
0
edits