cancel
Showing results for 
Search instead for 
Did you mean: 

Action on selection of any value in a search help.

Former Member
0 Kudos

Hi all,

In my development i have two input field. In the first one I have a search help. When I will select a particular value , the second field will be filled with some initial values. Thiis scenario I have implemented by using action ON_ENTER of the first input field. Right now user have to choose the value and have to press enter then the second input field will be filled with some initial value.

But I want that scenario to be implemented without even pressing enter i.e just by selecting the value from search help the second i/p field will be initialized with some value. How can I do this.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Lekha ,

Thanks for replying. The link is very useful hence able to resolve it.

Former Member
0 Kudos

Hi,

If you are using any standard DE or Domian has som fixed values then this is not posssible. If you populating the Search help programatcially then you can use OVS or Freely Prrogrammed Help.

In OVS, Upon selection of the value in search help you will ahve the event attached to it to track where you can fill teh 2nd input field.

There are already threads on similar requriement. Please search forum.

FYI -

Regards,

Lekha.