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

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

Forum Posts

How to update existing incident ticket using inbound email action

Hi Team ,Am using below code to update the existing incident records using inbound email action ,instead of updating ,service now creating  a new incident .below is my code   var caseGR = new GlideRecord(‘incident’); var Number = emailBody.incident_t...

String by Kilo Sage
  • 1333 Views
  • 5 replies
  • 0 helpfuls

URL Field opens all URLs in same window

I have multiple fields on the form with field type = URL. This is on the backend ServiceNow Incident form. If I click on any URL, it opens in a new tab on the Chrome, however, when I click another link on the ServiceNow form, it opens in the same new...

Ram Padte by Tera Contributor
  • 717 Views
  • 7 replies
  • 0 helpfuls

user criteria on order guide

Hello team can anyone help me.I have used below script based on user location order guide should visible.var userGR = new GlideRecord('sys_user');userGR.get(user_id);answer = (userGR.getValue('location') == 'Vancouver - Great Northern Way');

Refresh Token when using SSO

Is there a method of acquiring a refresh token for OAuth2 that can be done with a service account when you're using SSO?I've never had to use refresh tokens before for integrations, and the only documented method I've found requires a user account to...

PLakinGA by Tera Contributor
  • 1477 Views
  • 3 replies
  • 2 helpfuls

Assignment rules not working

Requirement :If a Qualys ID is published after certain date it should go to a specific group to be reviewed Condition used - configurationitem.class is a server  and Vulnerability.Datepublished after 4/24/2024we are finding that the Vulnerabilities a...

kalby by Tera Contributor
  • 824 Views
  • 3 replies
  • 2 helpfuls

Resolved! Configure Security Incident (New UI) Workspace

Hi all,  I'm facing a requirement on the $app_sir_ui_index.do page.I want to add here, into the closure information, the 'Root cause' field â€ƒ Searching on documentation, were suggested to update just the 'SIR New UI' page but first of all I've not th...

MicrosoftTeams-image.png

Resolved! servicenow devops change velocity

HiIn SN the devops change velocity, I don't  understand how this orchestration works and change acceleration.how the change policies will apply, how the change approvals works.

shivaadapa by Tera Expert
  • 1265 Views
  • 7 replies
  • 3 helpfuls

Resolved! Delete with preview

Hi Folks, I need to know about the UI action delete with preview while, deleting the records, how it works.

AnkitT by Tera Contributor
  • 632 Views
  • 1 replies
  • 4 helpfuls