I’m submitting some adresss data to the google maps api, eg to show customer location on a map, using the web widget. works well enough, so long as the customer name doesn’t include an ampersand &, if it does url parsing breaks down at google. (just for the call, not for the whole world
So hoping I can convert “&” to “and” in a TransView row and pass that in the url (or build the url in a TransView field entirely). Can’t see how to do this in application studio however, aside from writing my own epicor string replace function… hoping there’s a library already there I can access?