Okay, it's too early, and my brain is not yet working.

 

I have the need to create a URL for my mid-tier that will pull up
tickets matching a search criteria. For this example, we'll use 'Status'
= "New"

 

I tried the following:

 

https://<server>/arsys/servlet/ViewFormServlet?form=<form>&server=<serve
r>&view=<view>&Status="New
<https://%3cserver%3e/arsys/servlet/ViewFormServlet?form=%3cform%3e&serv
er=%3cserver%3e&view=%3cview%3e&Status=%22New> "

https://<server>/arsys/servlet/ViewFormServlet?form=<form>&server=<serve
r>&view=<view>&Status=%22New%22
<https://%3cserver%3e/arsys/servlet/ViewFormServlet?form=%3cform%3e&serv
er=%3cserver%3e&view=%3cview%3e&Status=%22New%22> 

https://<server>/arsys/servlet/ViewFormServlet?form=<form>&server=<serve
r>&view=<view>&%27Status%27=%22New%22
<https://%3cserver%3e/arsys/servlet/ViewFormServlet?form=%3cform%3e&serv
er=%3cserver%3e&view=%3cview%3e&%27Status%27=%22New%22> 

 

I didn't really expect these to work, and I cannot remember the exact
syntax. I've looked through the documentation, but am having a little
hard time finding it.

 

Anyone know the correct way to pass a query string to the mid-tier?

Thanks,


Gary

 

 


_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are"

Reply via email to