Question

Select multiple options in dropdown list

http://jsfiddle.net/pmrotule/w7aakdbb/

see the link same functionality i want to implement in bpm online and data is store in database.

Can you please guide me how to approach 

Like 0

Like

4 comments

Hello!

It is possible to implement the following idea with the help of a detail on the page. You can read the implementation instruction in the article below:

https://academy.bpmonline.com/documents/technic-sdk/7-12/creating-detai…

Matt

but its grid 

i want to select the options in lookup(dropdown)

any one give the silution for Select multiple options in dropdown list

kishore,

You will not be able to insert multiple values into a lookup field on a page because a lookup field on a page is a cell in a database. The connection is "one-to-one" and you need "one-to-many".

The only place that allow inserting multiple values related to a single record that called "one-to-many" - is a detail. Please consider using a detail functionality for that. 

Show all comments