Yes, You'll be looking for an AL action of After Submit and an action of Run Process with a process of
PERFORM-ACTION-OPEN-URL [<current or new>]<URL_string> A snipit from the Basic Guide Opens the specified URL in a browser. For the Windows client, a browser is opened. For the web client, the URL is opened as follows: To open the page in a new browser window, enter: PERFORM-ACTION-OPEN-URL <URL_string> or PERFORM-ACTION-OPEN-URL new <URL_string> To open the page in the current browser window, enter: PERFORM-ACTION-OPEN-URL current <URL_string> L. J. Head Software Engineer Remedy Approved Consultant -----Original Message----- From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Caressimo Jr., Anthony Sent: Friday, September 08, 2006 9:31 AM To: [email protected] Subject: Re: set field question - addition Thanks for all the feedback! I have one more question... Is it possible, when using web views, to send the user to a web address after a ticket has been entered? Anthony Caressimo Remedy Analyst, Application Services JetBlue Airways -----Original Message----- From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Heider, Stephen Sent: Friday, September 08, 2006 10:46 AM To: [email protected] Subject: Re: set field question Anthony, If you want to use the double-quote as included text in a character field you can use 4 double-quotes ("""") or set a temp field to 4 double-quotes and then reference this field in your Set Fields. I use the temp field method frequently when working with building commands for $PROCESS $. Related note: If you want/need to insert other characters that are not printable you can use your DBMS to return the character in a Set Fields SQL command. For example (SQL Server), SELECT CHAR(9) returns the tab character and stores it in a temp field on your form. If you want to find out the numeric value of a character you can use SELECT ASCII('a') In this example the numeric value of the letter 'a' is 97. HTH Stephen ________________________________ From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Frank Caruso Sent: Friday, September 08, 2006 10:31 AM To: [email protected] Subject: Re: set field question ** YOu need to enclose them in double quotes like: $filed$=""" On 9/8/06, Anthony Caressimo < [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> > wrote: Hi all, I have a question regarding set fields - how do you get it to print a " character in the field. Usually in most languages you would use something like /" to print special characters, but i can find anything in remedy docs... Any ideas? Thanks all ________________________________________________________________________ _______ UNSUBSCRIBE or access ARSlist Archives at http://www.wwrug.org -- Frank Caruso Specific Integration, Inc. Senior Remedy Engineer www.specificintegration.com 703-376-1249 __20060125_______________________This posting was submitted with HTML in it___ ________________________________________________________________________ _______ UNSUBSCRIBE or access ARSlist Archives at http://www.wwrug.org ____________________________________________________________________________ ___ UNSUBSCRIBE or access ARSlist Archives at http://www.wwrug.org _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at http://www.wwrug.org

