Question

MultiSelect Lookup

Hello, Need make a lookup multiselect. The idea is can select multiple result and store them un the same field of database.

Any idea?

Regards, 

Like 1

Like

4 comments

Hello! I think you have to add  "Terrasoft.LookupMultiAddMixin", such as in https://academy.bpmonline.com/documents/technic-sdk/7-11/adding-multipl…

Hello Federico,

In order enable the multiSelect, you have to pass the correct value to the lookup config.

Here is an example of code that executes before the exact lookup was opened:

In case you change multiSelect value to True you'll get the option to choose many values in the same lookup field.

Lisa

Lisa Brown,

Dear Lisa, could you please send more details or an example of the MultiSelect Lookup option? thanks!

 

Dear Fernando,

Please see the "Recipient" field in the EmailPageV2. It is a multi-lookup field, which populates values from Contact object. However, please keep in mind, that you will need to display values to a text type field, but not a lookup type. Thus, consider creating an extra text field to store selection to.

 

Show all comments