Difference between revisions of "Enable access for a Guest"
(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 |
||
| (One intermediate revision by the same user not shown) | |||
| 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 | + | 1. Create a ‘GUEST’ login as shown below |
[[File:guest_access_1.png|800px]] | [[File:guest_access_1.png|800px]] | ||
| − | + | 2. Make sure the user belongs to a menu which does include the form intended to open. i.e. Helpdesk form | |
| − | + | 3. In System Parameters go to ‘FastNet’ -> Security | |
| − | + | 4. Change the value for Guestlogin parameter and set it to the login name of the created user (‘Guest707’ for this example) | |
| − | + | 5. 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> | http://<ServerName>/<SystemName>/DetailForm.aspx?Guest=1&FormDefName=<FormName> | ||
Latest revision as of 13:52, 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
2. Make sure the user belongs to a menu which does include the form intended to open. i.e. Helpdesk form
3. In System Parameters go to ‘FastNet’ -> Security
4. Change the value for Guestlogin parameter and set it to the login name of the created user (‘Guest707’ for this example)
5. 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