cancel
Showing results for 
Search instead for 
Did you mean: 

Selecting more than one item from an Autofill pick list

Doug_Latch
Champ in-the-making
Champ in-the-making

We are creating a web service call to an Oracle system.  The call returns a number of invoices.  We would like the user to be able to select more than one invoice return to apply to a MIKG.  Currently we click on the "Select" button and it adds that one item to the MIKG.  Is there a way to select and apply multiple items?

1 ACCEPTED ANSWER

Ramya_Kondeti
Star Contributor
Star Contributor

Hi DLatch,

  As Tyler suggested, you could use ListBox to select multiple items at once and then you can iterate over those items in your code and apply keyword changes.

View answer in original post

2 REPLIES 2

Tyler_Sorber
Star Collaborator
Star Collaborator

Hi DLatch

Unfortunately, ComboBoxes in general do not give the ability to select multiple items at once.  This would provide a limitation with the use of selecting multiple items at once.  

If this is an external UI, i would suggest looking into the use of a ListBox for multiple item Selection.

Ramya_Kondeti
Star Contributor
Star Contributor

Hi DLatch,

  As Tyler suggested, you could use ListBox to select multiple items at once and then you can iterate over those items in your code and apply keyword changes.

Getting started

Find what you came for

We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.