How can I display item options in a dropdown element, where the choices are based on the list of items in the Receive Order table? The type of choice for the options needs to be “Item”.
Hey, If you want to create a dropdown menu showing items from the Receive Order table, first fetch the list of items linked to receive orders and remove duplicates to avoid repetition.
Use each item’s name as the display option while keeping the full item details as the value for accurate data handling. This ensures a clear, dynamic dropdown where choices are directly tied to the Item type.
Thanks.