cancel
Showing results for 
Search instead for 
Did you mean: 

Display the logged user in a IRPT page and Tutorial about MII Workbench

Former Member
0 Kudos

Hello all, please could you say me how could I show the logged user name in a IRPT page ?

Do I need a transaction and a Xacute query to get this information ?

Is there a better way ? If not, what do I need to put in the transaction in order to get the username of the logged user ?

tks in advanced.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Michel,

May be you can try to call PropertyAccessServlet as below and handle response xml with xslt to print IllumLoginName.

<SERVLET NAME="PropertyAccessServlet">

     <PARAM NAME= "Mode" VALUE="List">

     <PARAM NAME= "Content-Type" VALUE="text/xml">

</SERVLET>

agentry_src
Active Contributor
0 Kudos

Hi Michel,

There is a session property (or at least was in 12.1) that you referred to as {IllumLoginName} which will provide the login name.  You can't use it directly in javascript, but put it into a hidden text box and you can then reference it from js.  Have fun!

Regards, Mike