SysAdmin forum
NEW area for SysAdmin to gather and discuss best practices and how-to's
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

Resolved! Question on Dot walking to Child Class fields in list filters

Hey TeamLooking for some info on when the ability to dot walk to child tables via the filter builder was added.For example, these tables available off the Task table: It's something that our team discovered just recently and are looking for some docu...

Ryan43_0-1664994759087.png
RW-43 by Tera Contributor
  • 911 Views
  • 2 replies
  • 1 helpfuls

How to change 'created by' as 'System'? Please help

Hi Team, we have  catalog item to create/insert new user in sys_user table using run script like below. If the user gets created by catalog form, the created by field needs to be changed to "System".  Run script: var usr = new GlideRecord('sys_user);...