How can we set the address fields on Account creation based on a third-party API response
in Sales
Summary:
We have added a custom field on the Account creation page and configured its template to work as an address input search.
When the user types an address in this field, we call a third-party API to fetch related addresses and display them as dropdown values. This logic is implemented inside the field template.
When the user selects one of the addresses from the dropdown, we want the standard Account address fields (Address Line1, City, State, Postal Code, Country, etc.) to be automatically populated.
How can we set these standard address fields on the Account object in Redwood Sales?
0