RE: Client Address Latitude Longitude Geocode

On a client record, Address, there’s a Map link, which presents the address in Google Maps.

Is it possible to capture or generate the address’ latitude/longitude in NetSuite, and store it in custom fields?

Thank you,
Stephen

StephenO Rookie Asked on May 2, 2021 in Administration.
Add Comment
3 Answers

I went with a script that inputs lat/lng based upon the customer shipping address.

One thing to be aware of, when we first enabled the script, it began to run on updating the entire database. We incurred a bill from Google for geocoding. There’s is a limit of 2,500 records a day and after that billing applies

We build a queuing system so as not to exceed 1,000 records and our system is working well.

Rookie Answered on March 22, 2022.
Add Comment

Your Answer

By posting your answer, you agree to the privacy policy and terms of service.