Difference between revisions of "Providing a Customized Hyperlink that Redirects the User to a Specific Record"

From SmartWiki
Jump to: navigation, search
(Step by Step Instructions)
(Step by Step Instructions)
Line 5: Line 5:
 
#Click into the record to which you want the user to be redirected upon login.
 
#Click into the record to which you want the user to be redirected upon login.
 
#Ensure you are in edit mode.
 
#Ensure you are in edit mode.
#Take note of the record's [[URL]]. An example would be:  
+
#Take note of the record's [[URL]]. An example would be as follows:  
 
  <nowiki>https://smart.smartsimple.com/Apps/app_editopportunity.jsp?nextlevel=1&appid=100073&matchlist=0&hr=0&companyid=249801&opportunityid=5778819</nowiki>
 
  <nowiki>https://smart.smartsimple.com/Apps/app_editopportunity.jsp?nextlevel=1&appid=100073&matchlist=0&hr=0&companyid=249801&opportunityid=5778819</nowiki>
  
 +
The syntax is:
 +
'''<nowiki>https://</nowiki>''www.yourdomain.com''<nowiki>/Apps/app_editopportunity.jsp?nextlevel=1&appid=100073&matchlist=0&hr=0&companyid=249801&opportunityid=5778819</nowiki>'''
 +
 
https://smart.smartsimple.com/s_Login.jsp?dest=/Apps/app_editopportunity.jsp%3Fnextlevel%3D1%26matchlist%3D1%26companyid%3D249801%26opportunityid%3D5778819%26appid%3D100073
 
https://smart.smartsimple.com/s_Login.jsp?dest=/Apps/app_editopportunity.jsp%3Fnextlevel%3D1%26matchlist%3D1%26companyid%3D249801%26opportunityid%3D5778819%26appid%3D100073
  
  
 
[[Category:Sign-Up Features]][[Category:System Management]]
 
[[Category:Sign-Up Features]][[Category:System Management]]

Revision as of 13:13, 6 June 2013

A customized login hyperlink can be created that redirects the user to a specific record after they log in.

Step by Step Instructions

  1. Click into the record to which you want the user to be redirected upon login.
  2. Ensure you are in edit mode.
  3. Take note of the record's URL. An example would be as follows:
https://smart.smartsimple.com/Apps/app_editopportunity.jsp?nextlevel=1&appid=100073&matchlist=0&hr=0&companyid=249801&opportunityid=5778819

The syntax is:

https://www.yourdomain.com/Apps/app_editopportunity.jsp?nextlevel=1&appid=100073&matchlist=0&hr=0&companyid=249801&opportunityid=5778819

https://smart.smartsimple.com/s_Login.jsp?dest=/Apps/app_editopportunity.jsp%3Fnextlevel%3D1%26matchlist%3D1%26companyid%3D249801%26opportunityid%3D5778819%26appid%3D100073