cancel
Showing results for 
Search instead for 
Did you mean: 

Agentry - Multiple Value Entry

Former Member
0 Kudos

Hi All,

In Work Manager, we are building a functionality to update Characteristics for an Equipment/Functional Location.

In SAP, some Characteristics allow multi value entry, like:

Can this be achieved in Agentry? Basically to select multiple values from a list of drop down values?

Regards

Ankur

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Multi selection is not possible in Agentry.

you can implement similar functionality by using ListTileView edit type. In the field List Tile View data pass the collection and in setting tab pass the screenset that you want to display and check TileEdit option. This way you can allow user to see and edit all the entry for the perticular collection.

Ajitesh

bill_froelich
Product and Topic Expert
Product and Topic Expert
0 Kudos

Ankur,

In Agentry the standard drop down controls do not support multi select.  You could look at implementing this through a tile list or possibly even an Open UI control as the first two possible options that come to mind.

--Bill