Resolved! Default value for a catalog variable using logged in user details
Good Morning I am trying to set the default value of a catalog item variable using the current logged in user details.I can see this seems to be the common way of doing it :- javascript:gs.getUser().getRecord().getValue("location"); But I want ...