Enable access for a Guest
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
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