Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
Using Google Maps Javascript API in a scheduled script
I want to set up a script that lets me geocode address information from a set of records, however that requires me to include the Google Maps Javascript API.
The format of the URL is "http://maps.google.com/maps/api/js?sensor=false". When I go to add it to the "Library Scripts" list, the error that gets thrown is that there is a file type restriction of type "Javascript File" -- is there any way to link a file rather than import one to get around this restriction?
EDIT: Don't worry about this - Figured out how to use JSON.
0