Skip to main content
Nintex Community Menu Bar

Get computer name or Hostname

  • September 20, 2018
  • 2 replies
  • 88 views

Forum|alt.badge.img+3

Hi guys,

 

I need to show "Computer name/hostname" in Nintex form for SharePoint online, Classic form. 

Also, it should be editable by the user. 

Can you help me if you have any experience with that? 

 

 

Thanks

Bahareh

2 replies

Forum|alt.badge.img+16
  • September 20, 2018

You can do it with a script but only in IE

var ax = new ActiveXObject("WScript.Network");alert('User: ' + ax.UserName );alert('Computer: ' + ax.ComputerName);

Forum|alt.badge.img+3
  • Author
  • September 21, 2018

Hi Fernando,

Thanks for your answer, I used this Javascript in IE but I give this error.

Regards,