Example URL syntax for accessing forms and search results
The following examples show the URL syntax for accessing forms and search results. In these examples, arsys is used as the default context path.
Example 1-URL that bypasses the Login window and displays the specified form
http://<midTierServer>/arsys/servlet/ViewFormServlet?form=<formName>&server=<serverName>&username=<userName>&pwd=<password>
Example 2-URL that displays search results in the specified form
http://<midTierServer>/arsys/servlet/ViewFormServlet?form=<formName>&server=<serverName>&qual=%27Assigned+To%27%3D%22<firstName>+<lastName>%22+AND+%27Status%27%3D%22Fixed%22
After the user logs in, the system displays the form with results of the following search:
'Assigned To'="Firstname Lastname" AND 'Status'="Fixed"
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*