Question

Convert comboboxedit to gridlist or any list view

Hi Guys,



I have created a modal with a comboboxedit which contains values from my webservice (attachments from opportunity linked to order). I want to change this into a List instead of a combobox.



In the following images you can see what I'm trying to aim.

 

Added button to open modal "Migrate Opp Files"





Here's the sample modal with a comboboxedit which shows result of my webservice. I want to change this into a List instead of a combobox.



The value of the dropdown comes from here.





I tried checking the documentation but I'm having a hard time since I'm a visual learner, I learn by seeing how things work in actually through examples.



Please guide me.



Best Regards,

Solem A.

Like 0

Like

2 comments
Best reply

Hi Oscar,



Just wanted to make sure my Post ends well.

I end up using LookUpUtilities to create my list pop-up.



Best Regards,

Solem A

Hello Solem,

 

It seems that it's not possible to add the list to the modal window since the parent entity for the modal window should be "Base entity page" while the list logic was developed in the BaseSectionV2 and related modules as ConfigurationGridGenerator and ConfigurationGrid. I performed a couple of tests and theoretically it's possible to add a list to a modal window, but it requires time to copy all the logic from the BaseSectionV2 and add it to the custom modal window. It's much easier to use a lookup instead.

 

Best regards,

Oscar

Hi Oscar,



Just wanted to make sure my Post ends well.

I end up using LookUpUtilities to create my list pop-up.



Best Regards,

Solem A

Show all comments