I have dropdown called Type . It has two options inbound and outbound . I need to allow user to select both or either one .To Select both I need this field as multi select
It uses another doctype field, right? But I don’t want any doctype to be created. Here inbound, and outbound are static options how can we achieve this without using other doctypes?
@RanganathanM Currently, it’s not possible to achieve this functionality without creating another doctype. The only way to implement it is by using another doctype.
Try ‘select’ field type and enter your options in separate rows in options box in the right side while customizing the form.
Thanks for your response.
Thanks for your response
For single select this will work, In case you need multi select you have to create doc-types and linked them together, I have tried this, you can see the following video for step by step help.
Ok , I will try this thanks for your response