Reference qualifier for case created by logged in user

Deepika Mishra
Mega Guru

Hi,

I have an requirement of displaying on those cases which are created by logged in user in my record producer.

Please help me as the below thing is not working:

javascript:'active=true^sys_created_by='+gs.getUserID()+'^EQ'

1 ACCEPTED SOLUTION

Try now

 

javascript:'active=true^sys_created_by='+gs.getUserName()+'^EQ'

 

View solution in original post

11 REPLIES 11

Thanks for help.

sys_created_by hold the user name. So use gs.getUserName().