Good day everyone.
I've searching around but i still can't manage to get the machine name of a user using the CRM web application, our company has a IFD deployment, and i need to keep track of the logged user and the machine name where the user is logged. but i don't know how to achieve to goal of getting the user's machine name and send it on the save action of a record,
Has anyone faced that requirement before?i used the code snippet below to give a try, it's the only thing i've found so far but it just throw me a "Automation Server can't create object" even if i set the security of the iexplorer to the lowest setting.
i tried using this code in the onload event of an opportunity just to give a try.
function create()
{
var net = new ActiveXObject("wscript.network");
alert(net.UserDomain+': '+net.ComputerName);
}
create();
Has anyone any other way to achiveve this?
Any help, idea, tip or trick would be greatly appreciated!
Thanks in advance!
*This post is locked for comments
I have the same question (0)

Report
All responses (
Answers (