Filter records in a report with Created by Me, javascript:gs.getUserID() is not working.

Chandler2
Tera Guru

  

1 ACCEPTED SOLUTION

Harika Bhupathi
Giga Guru

@Chandler 

Try this

Created by  javascript:gs.getUserName()

 

Please mark my answer as correct/helpful if it resolved your issue

View solution in original post

6 REPLIES 6

Harika Bhupathi
Giga Guru

@Chandler 

Try by giving opened by is(dynamic) Me

Harika Bhupathi
Giga Guru

@Chandler 

Try this

Created by  javascript:gs.getUserName()

 

Please mark my answer as correct/helpful if it resolved your issue

MrMuhammad
Giga Sage

@Chandler 

Try below

javascript: gs.getUserName()

gs.getUserID() returns sys_id but the expected value is user name for created by or update by fields.

Regards,
Muhammad

Harika Bhupathi
Giga Guru
@Chandler Can you mark relevant answer as correct, if your issue is resolved, so that this thread can be closed?