Service Management forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

Remove role from multiple users

Hi All, I need to remove specific role from 3k users.I have email id as unique field. Can i use transform map to delete the user role table record? If i use fix script\Bg script then it is difficult to filter user with 3k email id. Please let me know...

neethu4 by Giga Expert
  • 2251 Views
  • 6 replies
  • 5 helpfuls

Query on using Demand Form

Hi after some guidance on the Demand Form and Out of the box functionality.We have the current set up where we can select the Category but the Type is set to default, i can see that we have an ACL set up attached but trying to work out the logic of t...

Colouring a Variable box

Odd request from a VP, but figured lets see if we can do it... We have a form for users to be able to check and see if they are due for a new cell phoneWe have a Eligibility Date field on the record and a form that matches thisSo when a user selects ...

BrianSorensen_0-1720532304052.png BrianSorensen_1-1720532551573.png BrianSorensen_2-1720532601735.png

Resolved! Using 'is not' vs 'is' in reporting / filtering

I'm having a bit of a reporting / filtering crisis of confidence. If I create a report or filter that selects all changes that are type standard AND standard template name 'IS' X OR standard template name 'IS' Y, then it works as expected.  If do all...

Community Alums by Community Alums  
  • 2022 Views
  • 4 replies
  • 3 helpfuls

Resolved! How to modify group type on a group for assignment group

I'm trying to update the group type on two groups we are using only for permissions so they won't show up on the Assignment Group drop down.  I found this link: https://docs.servicenow.com/bundle/sandiego-platform-administration/page/administer/users...

bharris by Tera Contributor
  • 3004 Views
  • 5 replies
  • 1 helpfuls

Resolved! About ".next" of GlideRecord

  I have a script like below var rec = new GlideRecord('incident'); rec.query(); if(rec.next()) { gs.info(rec.getValue('number') + ' exists'); }   Is "rec.next ()" necessary even if there is only one record in the table?I've used it somehow, but I d...

bonsai by Mega Sage
  • 4447 Views
  • 5 replies
  • 8 helpfuls