Multiple select option in link field

i need multiple select option in Article(link field)

1 Like

Link field can only hold one value at a time.

please elaborate your use-case.

1 Like

Thank you sir for your reply, i was just trying to create the library management application as specified in the
link: Frappe Framework Tutorial in library transaction doctype there is field called article which is linked with Article doctype. In some point of time member will be taking more than one book from library, so all that has to be done under single transaction, for that i need multiple select option in link field

If you issues multiple books at a time, then create a child table for it, like Item table in the Quotation.

Or create separate issues entry for each book.

1 Like

i will try this, thank you sir

@vasprog
You found any way ??

Hello Umair ,
In my scenario when user create a new item and select company in that then r8 now he can only select one company at time i want to select multiple companies here so how this resolved in v12???
Can you please help me for this?

Thanks

1 Like

refer the below link

https://erpnext.com/docs/user/manual/en/customize-erpnext/articles/table-multiselect-field

3 Likes

Make Child table for company
As Duplicate from Linked Location doc type ,
instead of Location , Rename it to Company and link it to Company doc type
** Make customize form to the doctype you want , make anew field , make its type table multi- select
**** Table MultiSelect Field

it will be like this

1 Like

‘Table MultiSelect’ has no support for webforms?