Changes

Jump to: navigation, search

Pass Variables To Level 1

668 bytes added, 13:47, 29 September 2016
no edit summary
* ''branchid'' - Passes Branch ID
* ''appid'' - Passes UTA ID
* ''providertoken'' - Links new record to UTA using Provider/Consumer
* ''initnew'' - Creates the L1 with values saved, and linkages for C/P (initnew=1)
==Use Example==
Create a read only field on contacts with the following syntax:
<pre style="white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;">Note: You can create a [[System Variables|system variable]] that has the template IDs and names, that would replace the hard-coded combo box below.</pre>
<pre style="white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;"><select class="Large" name="opportunitytypeid" id="opportunitytypeid">
<option value="0">--Select One--</option>
</script>
<input type=button class=Button onclick="createForm()" value="Create Form"/></pre>
 
<pre style="white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;">
Token Syntax for &providertoken:
 
<ssEncrypt2>PROVIDER_ID-PROVIDER_UTAID-PROVIDER_ROLEID-PROVIDER_LEVEL</ssEncrypt2>
 
Example:
&providertoken=<ssEncrypt2>@opportunityid@-@system.PMID@-@system.GMSRoleID@-1</ssEncrypt2>
</pre>
==See Also==
* [[Passing Values Using Parameters]]
* [[System Variables]]
[[Category:Variables]]
Smartstaff
281
edits

Navigation menu