Difference between revisions of "Enable access for a Guest"

From Agility
Jump to: navigation, search
(Created page with "To enable a seamless access to a HelpDesk form (or main menu screen) as a GUEST user without having to go through the login page, do the following steps 1. Create a ‘GUEST...")
 
m
Line 1: Line 1:
 
To enable a seamless access to a HelpDesk form (or main menu screen) as a GUEST user without having to go through the login page, do the following steps
 
To enable a seamless access to a HelpDesk form (or main menu screen) as a GUEST user without having to go through the login page, do the following steps
  
1. Create a ‘GUEST’ login as shown below</br>
+
1. Create a ‘GUEST’ login as shown below
 
   
 
   
 
[[File:guest_access_1.png|800px]]
 
[[File:guest_access_1.png|800px]]

Revision as of 13:48, 6 September 2016

To enable a seamless access to a HelpDesk form (or main menu screen) as a GUEST user without having to go through the login page, do the following steps

1. Create a ‘GUEST’ login as shown below

Guest access 1.png

3. Make sure the user belongs to a menu which does include the form intended to open. i.e. Helpdesk form

4. In System Parameters go to ‘FastNet’ -> Security

5. Change the value for Guestlogin parameter and set it to the login name of the created user (‘Guest707’ for this example)

6. Use the following URL construction method to build your required form Access for a guest user

http://<ServerName>/<SystemName>/DetailForm.aspx?Guest=1&FormDefName=<FormName>

an example is shown below for a direct URL link to a helpdesk form

http://Test2k12/7214Test/DetailForm.aspx?Guest=1&FormDefName=AG_HDAdd

Guest access 2.png