Hello,
I am trying to configure for items a multi-select field, the idea is the user can select one or multiple “tags” for an item.
e.g. Apples could have SNACKING and JUICING tags
My idea:
- Create a new field on Item called “Product Tags”
- Set it to “Table Multi Select” type(?)
- List the options
However, the system is needing a DocType. I tried to create a DocType, I added “Table Multi Select” but again it’s needing a DocType for the options. So now I’m confused.
What is the best way to implement multi select? Which field, if I need to use DocType, how?