Show data of one doctype into another

Hello Everyone and Thanks in advance .

I am developing an app , consist of 2 modules like assets and customers.
I am able to create the both docTypes But I want to show all data of assets as check box options against single customer .

So any one can help me Please

1 Like

Hello,

Perhaps in the Asset master, you can insert a Customer’s link field, and pull customer details into Asset via add_fetch function.

https://frappe.github.io/erpnext/user/manual/en/customize-erpnext/custom-scripts/custom-script-examples/custom-script-fetch-values-from-master.html

You can then make report on Asset master, and also add customer related fields in it. In the Customer master, you can check Links (under Menu) to see Asset it is linked to.