0

I need to populate multi select dropdown from multiple values from table like this value1;value2;value corresponding to each record (which is in list box).

When I select any record in list, the value of multiselect combo box changes corresponding to the record in the list box.

I am able to select multiple values for each record manually when I click any record in the list. However, I want the text box of dropdown to be populated automatically whenever I click any record in the list box

j.a.estevan
  • 3,057
  • 18
  • 32
QAA
  • 1
  • 3

1 Answers1

0

There is no multiselect combo box control in AX. It can be simulated with a technice based on Grid component and edit methods (special method type in X++), but you should clarify your question indeed.

Josh Crozier
  • 233,099
  • 56
  • 391
  • 304
j.a.estevan
  • 3,057
  • 18
  • 32