Enable access for a Guest

From Agility
Revision as of 15:23, 8 August 2016 by Krystian (Talk | contribs) (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...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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>

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