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

Forum Posts

SLA Conditions query

I need a response SLA to attach to the FIRST response only; however my response SLA is attaching every time the start condition is met (again) How do I get a Response SLA to complete the first time and NOT reattach?The Response SLA is set to STOP whe...

Chaitra10_0-1721816493309.png Chaitra10_1-1721816505988.png Chaitra10_2-1721816526115.png Chaitra10_3-1721816538047.png
Chaitra10 by Tera Contributor
  • 539 Views
  • 5 replies
  • 0 helpfuls

Notifications

H experts, I wanted to know if there a way to send notifications dynamically to users my requirement is to send notifications to the proposed people or last used member of the standard change template. I have configured the notification i want to kno...

spectura77 by Tera Contributor
  • 994 Views
  • 8 replies
  • 0 helpfuls

Need to create UI Action in Incident List View

I would like to know if we can change the state field and the date field(to the current date) in the Incident list view via UI Action without refreshing the page.If yes! then how can we achieve the same? I've created below mentioned script  ---------...

1__vipind by Tera Contributor
  • 496 Views
  • 2 replies
  • 0 helpfuls

Getting error in g_scratchpad

Hi team, function onSubmit() {    if (g_scratchpad.validForm) {        return;    }    var reason1 = g_form.getValue('reason1');    var reason2 = g_form.getValue('reason2');    var mrvs = g_form.getValue('risk_rating_from_country');    var vk = new G...

arunkumar119909_0-1721800867268.png arunkumar119909_1-1721800930112.png

link unfurling error while designing Virtual agent topic

Hi All   We are working to roll out virtual agent for our system. For this I am designing my greetings topic. In which when user selects Password Reset/Account unlock we are getting below error-"[PREVIEW ONLY] subflow global.link_unfurling was called...

Evan2 by Kilo Guru
  • 2158 Views
  • 3 replies
  • 4 helpfuls

Updating Inactive Records Due to Incorrect Categorisation

As a ServiceNow Development and Support team we have been asked to update hundreds of inactive records, to change the categories and subcategories that have been assigned when the record was resolved and closed. In the 11 years of developing the plat...

Community Alums by Community Alums  
  • 643 Views
  • 3 replies
  • 0 helpfuls

worknote not updated via fix script for few RITms

hi team,i am running below fix script to cancel flow contexts and update the RITM worknote. but i can see not all ritms are updated with the worknote. Any suggestions??  var ritmGR = new GlideRecord('sc_req_item'); ritmGR.addEncodedQuery("cat_item=cd...