Interested in a ServiceNow event built for developers? Registration for now[dev]26 is officially open!

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

Forum Posts

Add user to AD group

I have one requirement where after the manager approval is done, the user id selected on order form should be added to AD group and the request should be closed. The mail id for the AD group is provided, but it is not available in the developer insta...

Vaishali11_0-1685343836107.png

How to hide a group record that only some users can see

I need to hide a group record that only users that are members of a specific group can see this record. Other users cannot see this group record, but they can see others. 

Community Alums by Community Alums  
  • 1614 Views
  • 1 replies
  • 0 helpfuls

Resolved! Could you help me choose an answer correctly?

Dear all,Please help me choose one of the following a question below: - When working on a form, what is the difference between Insert and Update operations? 1. Insert creates a new record and Update saves changes, both remain on the form2. Insert cre...

Phuong Thao by Tera Contributor
  • 4512 Views
  • 6 replies
  • 10 helpfuls

Duplicate additional comments /Work notes getting created

Have before BR on RITM and Task table with condition additional comments or work notes changed. It is creating duplicate additional comments and worknotes entry. BR on RITMvar comment;    var grtask = new GlideRecord('sc_task');    grtask.addQuery('p...

nkumari by Tera Contributor
  • 2184 Views
  • 1 replies
  • 0 helpfuls

Resolved! How to set a default value on variable set for a catalog item.

Good day all,Need some assistance. Need to see how I can default a variable that is a part of a variable set to default to the catalog item that the user is under. Meaning we have 17+ software catalog items under those catalog item there is a filed c...

DaniJ_0-1684960400582.png DaniJ_1-1684960515846.png
DaniJ by Giga Guru
  • 1973 Views
  • 1 replies
  • 0 helpfuls

OAuth flow failed

Hi,  Trying to integrate Microsoft Intune and followed all the steps  provided here  https://www.servicenow.com/community/developer-articles/integrate-with-microsoft-intune-authorisation/ta-p/2312760 Unfortunately throwing an error when I try to chec...