How to fetch Customer Tax ID to Quotation

Hi,

I created a custom field in Quotation. I want to fetch the Customer Tax ID into that custom field.

I have tried both “Fetch from” and it doesn’t work. Although the same code works on the sales invoice, I cannot make it work on Quotation.

Has anybody solved this?

My erpnext version

Installed Apps

image

customize quotation form to add new custom field custom tax ID

final result

after selecting customer from dropdown list, the customer tax id auto populated(fetched) as expected.

Hi,

we are running:
ERPNext: v11.1.65 (version-11)
Frappe Framework: v11.1.59 (version-11)

I have solved problem in the meantime. I have referenced wrong variable. In the Fetch From it is party_name.tax_id and then it works.

Correct ! You have to use the variable name that is declared in the current doctype. (The doctype you where you want the data to be fetched.)