Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

ServiceNow AI Platform forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

Machine name of logged in User

Is there a way to get the machine name(fqdn) of the User who is logged into ServiceNow ? The logged in Users / Transaction Logs all provide a masked IP that is not resolving to anything. The ultimate objective is to read the machine name from the log...

KJ2 by Tera Contributor
  • 2720 Views
  • 6 replies
  • 5 helpfuls

Resolved! ATF Test step to set url parameters.

I'm testing a SN catalog item. When a user gets directed to the SN form from another website, some parameters are passed through the URL and used to auto-populate the form. One of these parameters is the user's IP address, which is used to populate a...

Cecilia7 by Kilo Contributor
  • 3582 Views
  • 9 replies
  • 2 helpfuls

Help on "this" keyword in script include.

Hello,   Can someone explain me on what scenarios do we use "this" in scrip include? I am aware that in the Ajax call we will use this.getParameter but I have also "this" key word for the sever call Script include. Ex: this.user = request.caller_id; ...