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)
Line 7: Line 7:
 
#Take note of the record's [[URL]]. An example would be as follows:  
 
#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>
 +
Note that the syntax is:
 +
<nowiki>https://</nowiki>'''www.yourdomain.com'''<nowiki>/Apps/app_editopportunity.jsp?nextlevel=1&appid=</nowiki>'''[[Determining the applicationid|application ID]]'''<nowiki>&matchlist=0&hr=0&companyid=</nowiki>'''[[Determining the companyid|company ID]]'''<nowiki>&opportunityid=</nowiki>'''[[Determining the opportunityid|opportunity ID]]'''<nowiki></nowiki>'''
 +
#In a text editing program, re-order the components of the URL to the following syntax:
  
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
 
  
  
 
[[Category:Sign-Up Features]][[Category:System Management]]
 
[[Category:Sign-Up Features]][[Category:System Management]]

Revision as of 13:18, 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

Note that the syntax is:

https://www.yourdomain.com/Apps/app_editopportunity.jsp?nextlevel=1&appid=application ID&matchlist=0&hr=0&companyid=company ID&opportunityid=opportunity ID
  1. In a text editing program, re-order the components of the URL to the following syntax: