Hi,
I have a use case scenario where under Customer doctype I need to insert a table of Doctors similar to how items are added in quotations.
So basically I decided to create a new doctype called Doctor with it’s fields like full_name, specialty etc etc
Now I want to link it as a table in the Customer form
but although it shows up it only allows me to create a new one and not to search for an existing one to link that one.
Could someone point me on what I’m doing wrong in this scenario?
Thanks in advance