Hi, I am new to erpnext.
I have three doctype
- Address
- Customer
- Job
Customer is link with address
Job is link with Customer
Based on change selection of customer from dropdown in Job doctype, i want to fetch customer address and put in address field of job doctype.
How can I achieve this task.