The CreatorCon Call for Content is officially open! Get started here.

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

Forum Posts

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
  • 2782 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
  • 1613 Views
  • 1 replies
  • 0 helpfuls

Incident records are not visible

Hello, We have one user who is having the itil and sn_incidnet_read and writer roles still that user not able to see the incident whose assignment group is empty other than empty assignment group incidents that user is able to see. We have checked th...

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
  • 1123 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...

populate cost center code in default logged in user

Hello,For logged in user i need to show the cost center code as default, I have tried the below code in default value but it is not working.javascript: var gr= new GlideRecord('sys_user');gr.get(gs.getUserID());gr.getValue('cost_center');