I have a variable "PrductorServiceOrder".
I Need to get in this variable a product or service selected, a price and a schedule.
How can i do it using dropdowns?
Hi
Using dropdown when you select any value from dropdown it will trigger the dropdownonChange method and in this you will get the selected item id. Now in dropdownonChange method you can do whatever you want according to your logic. Like using Id you can get the further details or can assign it another local variable etc.
regards