Hi Everyone,
I have a custom button that prompts user to input a number (this number happens to correlate to something else I'm doing so I can send emails) and it is working great! However, right now they just type the number straight in. What I would like to be able to do is using the same dialog box approach, they click the button and are presented with a drop-down list of options (these options are a value in a table) and there is a number associated with the displayed option. After they select the option and click ok, then I take the number associated with their selection and process accordingly.
The part I need some assistance on is in the Dialog API there doesn't appear to be a drop-down list option ... I think I could use a popup with a form displayed but not sure.
Any thoughts would be greatly appreciated!
Best,
Randy