Reference Country Code from a User profile in a script
We're trying to amend a script that was using the sys id of the domain to determine whether a user from different domains can see various things. This is current and works: var Remote = Class.create(); Remote.prototype = { initialize: function() { },...
