** I was really excited about this, but the feature is still a bit limited.  To use your example, typing "ant"  would bring up antelopes and anteaters...  However, if you typed "mammal" you wouldn't get either.  It would be really cool if you could cross reference multiple fields while you are typing.  The only way to do this now is to use an AL-- obviously you have to trigger it by hitting enter or a button so its really not the same.  Ah well, it IS progress :-).

Brien

On 7/13/2009 10:42 AM, Easter, David wrote:

It is.  We have an internal system where I have to select which code name of the product I’m querying against.  The old way, I’d have to use the menu to select “Product -> AR System -> Version -> In Development -> Code Name”.  Now, I could just type “Ant” and the code name “Antelope” would come up automatically.  Even better, if another Product (e.g. CMDB) had a code name of “Anteater”, it would show that as well so I don’t even need to remember which Product a particular code name is assigned to – I can just start typing the code name and it will find it across all Products.

 

-David J. Easter

Sr. Product Manager, Solution Strategy and Development

BMC Software, Inc.

 

The opinions, statements, and/or suggested courses of action expressed in this E-mail do not necessarily reflect those of BMC Software, Inc.  My voluntary participation in this forum is not intended to convey a role as a spokesperson, liaison or public relations representative for BMC Software, Inc.

 

From: Action Request System discussion list(ARSList) [mailto:[email protected]] On Behalf Of Joe DeSouza
Sent: Monday, July 13, 2009 10:29 AM
To: [email protected]
Subject: Re: Allowing users to enter leading characters in search menu field

 

**

Never tried it as yet but this does sound like an awesome feature..

 

Joe

 


From: "[email protected]" <[email protected]>
To: [email protected]
Sent: Monday, July 13, 2009 1:20:12 PM
Subject: Re: Allowing users to enter leading characters in search menu field

**

Sounds great!  One more reason to keep moving in that direction.

 

Dwayne

 

From: Action Request System discussion list(ARSList) [mailto:[email protected]] On Behalf Of Easter, David
Sent: Monday, July 13, 2009 12:59 PM
To: [email protected]
Subject: Re: Allowing users to enter leading characters in search menu field

 

**

Another solution would be to upgrade to AR System 7.5.00 – which includes the Auto-complete capability on the web.

Auto-completion in menus

For forms that are viewed in a web browser, you can turn on an “automatic complete” feature for character fields that have a menu attached to them. When this feature is turned on for a field and a user begins typing text into the field, a list of values that match the text appears. When multiple values are presented, the user can change the selection with the up and down arrow keys or using the mouse. To select a highlighted option, the user presses Enter or clicks it.

 

To enable this feature, select the field in BMC Remedy Developer Studio, and set the Auto Complete and Auto Complete Match By properties accordingly. See the “Automatically completing menu entries” section of the Form and Application Objects Guide.

 

-David J. Easter

Sr. Product Manager, Solution Strategy and Development

BMC Software, Inc.

 

The opinions, statements, and/or suggested courses of action expressed in this E-mail do not necessarily reflect those of BMC Software, Inc.  My voluntary participation in this forum is not intended to convey a role as a spokesperson, liaison or public relations representative for BMC Software, Inc.

 

From: Action Request System discussion list(ARSList) [mailto:[email protected]] On Behalf Of [email protected]
Sent: Monday, July 13, 2009 8:35 AM
To: [email protected]
Subject: Allowing users to enter leading characters in search menu field

 

**

Dear List,

 

I have a “Department” field (field ID 1000000000), with choices listed in a “Department Form.”  I want users to be able to either click on the Menu button and see all choices, or enter one or more leading characters and see the choices that begin with those letters.  (Eg, type in “Eco” and then see “Ecology” and “Economics” in the menu.)

 

If I have no qualifications in my menu it shows all choices.

 

If my qualification says:

'Department' LIKE ($1000000000$ + "%" )

It works if the user enters a leading letter or two, but if there are no leading letters it says, “(No entries in menu).”

 

I tried:

            $1000000000$ = $NULL$ OR 'Department' LIKE ($1000000000$ +  "%" )

But still got “(No entries in menu).”

 

'Department' LIKE ( "%"  + $1000000000$ +  "%" )

works if there are no leading characters, but if there are leading characters, it offers choices in which the leading characters appear anywhere in the Department name.  (Workable, but not ideal.)

 

Any suggestions?

(ARS 7.1 p3, RH Linux server, Oracle 10.2)

 

Dwayne Martin

James Madison University

 

_Platinum Sponsor: [email protected] ARSlist: "Where the Answers Are"_

_Platinum Sponsor: [email protected] ARSlist: "Where the Answers Are"_

Reply via email to