Resolved! How to retrieve the country of the current logged in user?
Hello, I have to pre-fill a field on a record producer with the Country of the person creating the incident. I tried using javascript:gs.getUser().getLocation(); , however this only returns the location of the user, I require the country field. I tri...