Hello,
I have developed a Business Central extension, which submits data to a 3rd party web service. I have created an Item Card page extension, which displays a modal page. I am trying to show a drop-down field with values from a custom table. The goal is to submit an HTTP request once the user selects an item from the drop-down.
How can I show a drop-down control with items from a table and add it to a page?
Thanks!