Hi,
I wanted to know how do we fetch data in child table from linked doctype.
I am facing the problem while dealing with sales invoice doctype, which has Sales Invoice item as child table and Sales Invoice Item has Item as linked doctype. I created a field, say my_field in Item doctype and since Item doctype is linked with sales order Item with name item_code, to get the data here, I used item_code.my_field in options. But data is not being reflected. What am I missing?
Please Help.
Thanks all for the reply.
I was able to link doctypes and fetch data by python code.
There was already a class made, I just used that class to create an object for my purpose.