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! Unable to add members to a group

I am unable to add members to a group I created. I add them under the Edit Members page and click Save. It then redirects me back to the Group page and I see the name of the user I added for a split second, but then it disappears altogether. I don't ...

David Garcia by Tera Contributor
  • 2097 Views
  • 2 replies
  • 1 helpfuls

Setting permissions on variables correctly

In one of our catalog items, we want to set the read permission on the variables so that only our payroll group can see the data after the request is submitted. However, we also need to make sure that when a customer is submitting the request, that t...

Casey23 by Tera Guru
  • 587 Views
  • 2 replies
  • 0 helpfuls

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
  • 912 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);...