how to set in text field user name from WSS site?

J

Juli V.

I know how to set user name as login, for example:
var objNetwork = new ActiveXObject("WScript.Network");
XDocument.DOM.selectSingleNode("/my:myFields/my:Request/my:FIO_manager").text
= objNetwork.UserName;

So I get, for example 'manager_login'
And I need his display name in this field - that name, which displayed on my
WSS site.
I also tried to set connection with WSS site, and set default value in this
field by usin 'Created By' field, but I get the same login. Is it possible
to do what I want or not?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top