Changes

Jump to: navigation, search
Using Variables to Create a Customized Login Hyperlink for Use in Email Bodies
The following string, when used in the body of an email template or [[:Category:Workflows|workflow]] email body (triggered against a Level 1 record), will create a customized login hyperlink that will bring the user to the specific record the hyperlink is emailed from:
<pre style="white-space: pre-wrap; white-space: -moz-pre-wrap; <nowikiwhite-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;">https://@url@/s_Login.jsp?dest=/Apps/app_editopportunity.jsp%3Fnextlevel%3D1%26matchlist%3D1%26opportunityid%3D@opportunityid@%26appid%3D@apptype@</nowikipre>
The following can be included in the body of a workflow e-mails to provide a link directly to the {{l1}} or {{l2}} and triggered the [[Workflow]].
* Level 1 Edit Mode:
<pre style="white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;">https&#58;//alias.smartsimple.com/Apps/app_editopportunity.jsp?appid=123456&nextlevel=1&opportunityid=@opportunityid@</pre>
* Level 1 View Mode:
<pre style="white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;">https&#58;//alias.smartsimple.com/Apps/app_viewopportunity.jsp?appid=123456&nextlevel=1&opportunityid=@opportunityid@</pre>
* Level 2:
<pre style="white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;">https&#58;//alias.smartsimple.com/Apps/app_editevent.jsp?appid=123456&nextlevel=1&eventid=@eventid@</pre>
From a Level 2 Workflow to provide a link to the Level 1:
* Edit Mode:
<pre style="white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;">https&#58;//alias.smartsimple.com/Apps/app_editopportunity.jsp?appid=123456&nextlevel=1&opportunityid=@parent.opportunityid@</pre>
* View Mode:
<pre style="white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;">https&#58;//alias.smartsimple.com/Apps/app_viewopportunity.jsp?appid=123456&nextlevel=1&opportunityid=@parent.opportunityid@</pre>
==See Also==
8,849
edits

Navigation menu