If you want to view AR data from another web application, have you considered the use of Web Services for the same? It may be a cleaner solution where you would be able to view the Remedy data from within your 'other' web application...
I have never used option 3 but option 1 and 2 will take you to the default login page.. after which option 1 will open the form you specified while option 2 will open the form and display the record identified by the Request ID value contained in the eid parameter of the URL.. Joe -----Original Message----- From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] Behalf Of Eynat Nir Mishor Sent: Monday, January 28, 2008 1:38 AM To: [email protected] Subject: Re: URL to a specific incident record ** Thanks Joe. What I meant by "outside of ARS" is that it's a link from another web application running on a different server, so the ARS link should be: 1. Accessible from any browser (and not just redirects within ARS application) 2. Support redirect to login page if not authenticated yet in this browser session, and back to the requested request. Which of the three options were you referring to as working as I expect? (1) http://<web_server>/arsys/form/... Or (2) http://<mid_tier_server>/arsys/servlet/ViewFormServlet?server=<server_name>& form=<form_name>&eid=<request_id> Or (3) http://<mid_tier_server>/arsys/shared/login.jsp?server=<server_name>&goto=<U RL> I think you were referring to (1). So do you know what (2) and (3) are good for? Thanks, Eynat From: Joe D'Souza [mailto:[EMAIL PROTECTED] Sent: Monday, 28 January 2008 3:13 AM To: Eynat Nir Mishor; ARS Discussion List Subject: RE: URL to a specific incident record I don't really understand what you mean by saying URL's from 'outside' of ARS.. when you are using the URL from a browser, it is from IE so not an ARS client if that's what you mean? And yes it will redirect you in that case to the login page and after logging in take you directly to that request.. Cheers Joe -----Original Message----- From: Eynat Nir Mishor [mailto:[EMAIL PROTECTED] Sent: Sunday, January 27, 2008 2:47 AM To: [email protected]; 'SUBSCRIBE arslist Melissa'; 'Joe D'Souza'; 'Roger Justice'; 'Frank Caruso' Subject: RE: URL to a specific incident record Sorry to barge in on this discussion, but I was just trying to figure out URLs last week as well. Will this " http://<web_server>/arsys/form/..." URL work from outside ARS? Including redirection to login page if user is not logged in? I saw that "ViewFormServlet" can be used as well: "http://<mid_tier_server>/arsys/servlet/ViewFormServlet?server=<server_n ame>&form=<form_name>&eid=<request_id>" How is it different? And I also found that to redirect user to a login page and then the specified request, the URL "http://<mid_tier_server>/arsys/shared/login.jsp?server=<server_name>&goto=< URL>" can be used. So I'm very confused now. Has anyone tried this specific scenario (link from outside ARS, with login page redirect if not logged in) and knows for certain the URL that'll work? Thanks, Eynat From: SUBSCRIBE arslist Melissa [mailto:[EMAIL PROTECTED] Sent: Sunday, 27 January 2008 1:24 AM Subject: Re: URL to a specific incident record ** That's what I need, the incident number, not field 1. Roger Justice <[EMAIL PROTECTED]> Sent by: "Action Request System discussion list(ARSList)" <[email protected]> 01/26/2008 05:23 PM Please respond to [email protected] To [email protected] cc Subject Re: URL to a specific incident record ** Also remeber that eid is the request number field 1 and not the new Incident Number field. -----Original Message----- From: Joe D'Souza <[EMAIL PROTECTED]> To: [email protected] Sent: Sat, 26 Jan 2008 5:40 pm Subject: Re: URL to a specific incident record Frank is on the mark... ars in the URL in his case is the context path which with most installations where you take defaults, arsys is the default context path.. If you have a non default context path like Frank, then replace that with whatever you have.. Cheers Joe -----Original Message----- From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] Behalf Of Frank Caruso Sent: Saturday, January 26, 2008 4:32 PM To: [email protected] Subject: Re: URL to a specific incident record Something like this should work: http://<web_server>/ars/form/<ars_app_server>/<form_name>?eid=<ticket_nu mber > On Jan 26, 2008 2:29 PM, SUBSCRIBE arslist Melissa <[EMAIL PROTECTED]> wrote: > ** > Does anyone have the code to create a URL to a specific incident on the > HPD:Help Desk form? I need this for 7.0. > > Thanks!! > Melissa __Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers > Are" html___ No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.5.516 / Virus Database: 269.19.13/1246 - Release Date: 1/27/2008 6:39 PM _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are"

