Show the Name of the sys_updated_by field user in a report

Dan Brown2
Kilo Sage

Hi,

Is it possible to show the Name of the sys_updated_by field user in a report?

Thank you,

Dan 

1 ACCEPTED SOLUTION

Adam Stout
ServiceNow Employee
ServiceNow Employee

You can create a database view to join the desired table and sys_user on user name.  Be sure to use a left join since some records may be created (and updated) but a non-system user if the record came OOTB.

View solution in original post

5 REPLIES 5

Adam Stout
ServiceNow Employee
ServiceNow Employee

You can create a database view to join the desired table and sys_user on user name.  Be sure to use a left join since some records may be created (and updated) but a non-system user if the record came OOTB.