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

glide.authenticate.multisso.debug property

Hi all, We are disabling property glide.authenticate.multisso.debug as per HI recommendation, How can we check if this is helping to improve performance , which logs do we need to verify?  Thanks for help in advance  

Roopa11 by Tera Expert
  • 946 Views
  • 1 replies
  • 0 helpfuls

Resolved! Cannot remove roles from user

Hello,I want to remove one of our fulfillers from ServiceNow. However, after removing all groups, there are still roles left and it's not possible to remove them. I found https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0793546 ...

Ulrika by Tera Expert
  • 4516 Views
  • 7 replies
  • 2 helpfuls

Configure the websocket server on the MID Server

 on the below doc page for initial setup of agent client collector, there is the step to click on "Setup ACC Listener" and the below dialog box displays asking for  MID Web Server Port.  The first time clicking on this link i dont actually recall ent...

acc-setup.png
Les1 by Tera Guru
  • 665 Views
  • 1 replies
  • 0 helpfuls

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
  • 2056 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
  • 567 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
  • 891 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);...