I need help in getting user name in DCT using form API or Inline command. I am using Teamsite 6.1 on Solaris 8.Suggest me.Thanks,Rahul
It gives user id only, I need user name !!!
This is from a Windows installation.
Try taking the value returned from IWDatacapture.getUser(); and using it to reference the data that can be retrieved with Win32::NetAdmin::GetUsers()- read the perldoc for Win32::NetAdmin for more information.
Ok when you want to have this information after the form generation by using the Form API (IWDatacapture.getUser() is a Form API function), but in this case, I want to have the current user to generate a container from it so I can't use the Form API
$ENV{IW_USER};
Yes, my scope is to create in an inline callout script a container with the following field in readonly : login, fullname from email_map.cfg and email from the same file.I have no problem to fill with the two last fields if only I have the userID. That is why I need this field value that I thought I find with $ENV{IW_SERVER}.
code are in attached files
my $test = Win32::NetAdmin::GetUsers();
<allowed/>
allowed
default