Re: Newbie help with creating a SQL menu..Making the SQL query context sensitive

2007-07-30 Thread Nall, Roger
slist@ARSLIST.ORG Subject: Re: Newbie help with creating a SQL menu..Making the SQL query context sensitive Thank you. Will try that. One more question I have is: How do I make this menu context sensitive. In other words. I have a field called Category with values Data and Security. I

Re: Newbie help with creating a SQL menu..Making the SQL query context sensitive

2007-07-30 Thread Frank Caruso
Couple of suggestions: 1. Use two Menus. One for server and for data. When user selects from category you could change the menu with an Active Link Change action; you might also have to do this on Display of each record. 2. You could have the table name and column be dynamic based on the Category

Re: Newbie help with creating a SQL menu..Making the SQL query context sensitive

2007-07-30 Thread Ray
Thank you. Will try that. One more question I have is: How do I make this menu context sensitive. In other words. I have a field called Category with values Data and Security. If the value is Data, I want to run a particular SQL query (select distinct(LOCATION) from REMEDY.LOCATIONS). If the V

Re: Newbie help with creating a SQL menu

2007-07-29 Thread Axton
> > > > Dave > > -- > > [EMAIL PROTECTED] (Wireless) > > > > ----- Original Message - > > From: Action Request System discussion list(ARSList) > > To: arslist@ARSLIST.ORG > > Sent: Sun Jul 29 13:13:51 2007 > > S

Re: Newbie help with creating a SQL menu

2007-07-29 Thread Carey Matthew Black
Ray, In general all ARS workflow/objects should point at ARS servers. The only exceptions that I can currently think of would be: A) Calls to ARS Plugin Servers(Via Filter SetField actions) ARS Plugin Servers can be hosted on non ARS Server hardware, but typically are installed on ARS se

Re: Newbie help with creating a SQL menu

2007-07-29 Thread Shellman, David
Message - > From: Action Request System discussion list(ARSList) > To: arslist@ARSLIST.ORG > Sent: Sun Jul 29 13:13:51 2007 > Subject: Re: Newbie help with creating a SQL menu > > Hi Axton: I donot see anything in arerror.log. I have enabled logging on > the remedy user client

Re: Newbie help with creating a SQL menu

2007-07-29 Thread Ray
ect: Re: Newbie help with creating a SQL menu Hi Axton: I donot see anything in arerror.log. I have enabled logging on the remedy user client and donot see anything there as well. Not sure if his matters. This REMEDY user is not one created by remedy. It's a user our db admin has created for

Re: Newbie help with creating a SQL menu

2007-07-29 Thread Shellman, David
Jul 29 13:13:51 2007 Subject: Re: Newbie help with creating a SQL menu Hi Axton: I donot see anything in arerror.log. I have enabled logging on the remedy user client and donot see anything there as well. Not sure if his matters. This REMEDY user is not one created by remedy. It's a user our

Re: Newbie help with creating a SQL menu

2007-07-29 Thread Axton
I am not sure to which user you are referring. Any sql menu will run as the db user that remedy is configured to use to connect to the db. Axton On 7/29/07, Ray <[EMAIL PROTECTED]> wrote: > Hi Axton: I donot see anything in arerror.log. I have enabled logging on > the remedy user client and dono

Re: Newbie help with creating a SQL menu

2007-07-29 Thread Ray
Hi Axton: I donot see anything in arerror.log. I have enabled logging on the remedy user client and donot see anything there as well. Not sure if his matters. This REMEDY user is not one created by remedy. It's a user our db admin has created for readonly access to a few views and tables. Than

Re: Newbie help with creating a SQL menu

2007-07-29 Thread Axton
1. Is there anything else I need to do for the SQL menu to work? Shouldn't be 2. How does the sql menu know what is the password for the REMEDY user in the database? It already has sessions to the Oracle instance used by Remedy; it just uses those 3. How does it know the ORACLE_SID to be used for

Newbie help with creating a SQL menu

2007-07-29 Thread Ray
Hi: I have created a menu that should list value for all fields in a database. The SQL command for the menu I am using is the following. select distinct(LOCATION) from REMEDY.LOCATIONS I have associated this menu with a field in my form. When I click on the pulldown menu for the field, I get t