Fetch Adress field from Customer to Custom DocType - CRM / Address

Hello,

i want to Fetch the Address field from the Customer DocType to a Custom DocType. I have created a Filed that calls Customer_name and that i have Fetched from the Customers DocType - thats worked perfectly. Now i want to show the Address from the selected Customer as Text, so that the address from the Customer can be verified.

My Problem is that the Field Address in the Customers DocType is linked to the Address Form in the CRM, i dosent know how to Fetch that informations.

I hace try id with following Script:
cur_frm.add_fetch(“costumer”,“address_html”,“customer_address”)

Thanks for your help!

Best regards.

Dominik Homölle

Check this

Thank you i will Check it later.

I just checked it, it worked perfectly. Unfortunately, it was the wrong field. I would like to get the field “Address_HTML” from the “Cumstumer” DocType Fetcht. Is this possible?

I have created only one address for each customer.

Or do I have to fill the primary address field automatically in Customers DocType?


The Solution for any other who want to Fetch the Primary adress field:
cur_frm.add_fetch("costumer","primary_address","YourField")
YourField = Text Box and Readonly