cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Login ID Using as parameter

mashfaq
Contributor
0 Kudos
336

Dear Gurus,

             I want to pass MII User ID as a parameter in XacuteQuery but did not succeed. I am using following code

var user = encodeURIComponent(document.getElementById('IllumLoginName').value

Even I use expression editor function "Username" but did not succeed.

Kindly help me in this regard.

Thanks

Muhammad Ashfaq

Accepted Solutions (1)

Accepted Solutions (1)

saivellanki
Active Contributor
0 Kudos

Hi Muhammad,

Expression editor function 'username' should work for this.

1. I created a transaction parameter as 'Logon' with string type.

2. Used 'Assignment' action block and assigned 'username' expression to 'Logon' parameter.


3. Then used a 'Tracer' action block to check 'Logon' value and I got my Logon ID.


Regards,

Sai Vellanki.

Answers (0)