how to select multiple input values at a time using List type field

Are Kaveri
Tera Contributor

Hi 

 

I am working on a Incident form, we have a field called Related Incident which is referring incident table.

my requirement is below:

 

when we try to select the value , i am able to select one value at a time. But now i need to able to select multiple values at a time.

 

Please help me if we have any feasible to do this.

 

 

1 ACCEPTED SOLUTION

Moin Kazi
Kilo Sage
Kilo Sage

Hi @Are Kaveri ,

 

You can use add/remove multiple buttons for this -

Please find below image for this :

MoinKazi_0-1729002419468.png

 

Next in the Edit member popup you can select multiple user record and click add to add on your list. please find attached image.

MoinKazi_1-1729002576158.png

 

 

Hope this help you.

 

Regards

Moin

 

View solution in original post

6 REPLIES 6

Brad Bowman
Kilo Patron
Kilo Patron

The only way that comes to mind is via script - either onChange of a different field, or every time 'x' is selected, automatically also select 'a', 'b', 'c',...

Moin Kazi
Kilo Sage
Kilo Sage

Hi @Are Kaveri ,

 

You can use add/remove multiple buttons for this -

Please find below image for this :

MoinKazi_0-1729002419468.png

 

Next in the Edit member popup you can select multiple user record and click add to add on your list. please find attached image.

MoinKazi_1-1729002576158.png

 

 

Hope this help you.

 

Regards

Moin

 

Hi @Moin Kazi ,

 

 

Thanks for your solution, But not working.

when i was following it when click on add/Remove multiple, under Available user it was coming Blank no records are coming if there are records present on the table. 

For your example Available side we are seeing username, like wise i need field to be displayed on the available side.

If you click on the reference search icon (magnifying glass) instead, do you see records to choose from in the window that opens?