Hi Everyone,
I’m facing an issue in my ERPNext instance regarding the auto-filling of party and address details using the GSTIN.
Expected Behavior:
When I enter a valid GSTIN in the Address DocType, the system should automatically fetch and populate details like address_line1
, city
, pincode
, and other related fields. This feature is quite handy for avoiding manual entry and ensuring accuracy in the address data.
Current Behavior:
However, despite entering a valid GSTIN, no address details are being populated. I have double-checked the setup and ensured that the necessary fields, like gstin
, address_line1
, city
, and pincode
, are present in the Address DocType. But the autofill simply doesn’t trigger as expected.
I did troubleshooted:
- Verified that the GSTIN entered is valid.
- Checked if the required fields are correctly set up in the Address DocType.
- Tried multiple GSTINs but the problem persists.
- Reviewed the logs for any error messages, but none seem related to this issue.
Is anyone else experiencing this problem, or has anyone successfully set up the GSTIN-based address autofill feature? I would appreciate any guidance or tips on how to resolve this.
Note: This was working before
Thanks in advance!