server script to retrieve Country information
In order to get user information to be displayed in the header of a portal, you can use the glidesystem user object: eg. gs.getUser().getFirstName; This works fine if the field contains a value. However if the field is a reference, then the gs doesn...
