Select multiple values from a linked docfield

Hello, i m trying to create a docfield that is linked to another doctype, the problem its that i need to have the option to select multiple values from the fetched linked doctype.

Example, i have a doctype ‘car’, it have a linked docfield ‘color’ to doctype car color, by default i can just select a single value, like red, but i need to select more than one, like red, blue, yellow.

I m new with Frappe, any suggestions and help will me appreciated.

Hi @kamikazce,

If you haven’t checked then check it documentation of Table MultiSelect Field.

More Reference for check it video.

I hope this helps.

Thank You!

Thank you very much, it works as expected!