cancel
Showing results for 
Search instead for 
Did you mean: 

Search Help View allowing multiple item select

Former Member
0 Kudos

Hi,

I have a requirement to launch a search help on a field and from the results select multiple items. When the items are transferred back to the field, they should be seperated by ';'. For example if the search help returns 1234, 1235, 1236, 1237 and I select 1234 and 1236, the field should get populated as 1234;1236.

The standard search help available on this particular field does not allow transferring multiple items.

My question is how can I achieve this?

Thanks,

SG

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

fixed

ChrisPaine
Active Contributor
0 Kudos

Hello SG,

I would suggest that you look at the functionality provided by freely programmed value helps. - In essence you code a completely custom value help solution and you can completely control the user experience/response.

There are examples of this in the standard demo implementation - DEMO_VALUE_HELP

Let us know if you want any further details.

Chris