Is there any out-of-the-box way of populating an enum field from values from a database?
We have the Sales Pack and what I would like to do is to assign "Options" to "Products" so that at the point of creating a quote/order, when line items are added, the options can also be shown to force a selection by the user inputting the quote or order.
For example:
Product: Computer
Product Option: Plug Type
Product Option Values: USA, UK, Europe, Middle East, Australia
This could be done as a separate line item (a Product for each option) but I don't know how I could enforce a selection at the point of quote/order.
Thanks.
We have the Sales Pack and what I would like to do is to assign "Options" to "Products" so that at the point of creating a quote/order, when line items are added, the options can also be shown to force a selection by the user inputting the quote or order.
For example:
Product: Computer
Product Option: Plug Type
Product Option Values: USA, UK, Europe, Middle East, Australia
This could be done as a separate line item (a Product for each option) but I don't know how I could enforce a selection at the point of quote/order.
Thanks.
Comment