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

Forum Posts

How to get the previous value of the field in Business rule?

We want to update the value of the current field  depends on the value of the previous field .       (function executeRule(current, previous /*null when async*/) { var v = new GlideRecord('u_meeting_booking_details'); var prev1= previous.getvalue("u_...

@Mentions - Query/Filter

How do I create a filter/query of all work items in Service Now where my name is called out (i.e. @Mentions) in the Activity Log/Notes. Which field should I use to call out @Mentions in my filter/query

Ailene by Kilo Explorer
  • 3215 Views
  • 3 replies
  • 1 helpfuls

Resolved! Follow-the-Sun On-Call Scheduling

Does anyone know of any good documentation on setting up a Follow-the-Sun On-Call scheduling?  The documentation talks about it being possible, but actually setting that up is missing or very difficult to find.

sgmartin by Kilo Guru
  • 5585 Views
  • 7 replies
  • 3 helpfuls

Resolved! g_form.setValue() pulls a blank value instead of the called value

Hey, team. I have a basic question, and I feel like I'm probably missing something super basic / simple.    I threw a simple script together:    function onChange(control, oldValue, newValue, isLoading) { if (isLoading || newValue == '') { return; } ...

Venjamin by Tera Contributor
  • 2317 Views
  • 5 replies
  • 6 helpfuls

Group by Functionality Service Portal Table

Hi SNC,Can we have the group by functionality we see on back-end Tables on Service Portal Table Widgets?I have done some research and I have found this code "data.groupBy(field_name_here)". I tried to add it to my Server Code on the Table Widget, but...

Caller ID field - Unable to find some users

In my user table, I have various email addresses for departments, i.e, @123.org,  @456.org, etc When creating a new INC I can search all users and see the various email addresses and users. However, when I have an existing INC and want to change the ...

jbasa by Tera Contributor
  • 2958 Views
  • 4 replies
  • 10 helpfuls

Resolved! Submit Order(POST) - Service Catalog API - Scripted REST API

Hi I have doubt regarding Submit Order(POST) in Service Catalog API. I am able to create an REQ/RITM using REST API. I want to get Short Description to be reflected in the list. I hope you all have understood my question.   Thanks & Regards, Vaishna...

find_real_file.png

Resolved! Choice list in Field Dictionary

Hi All, I want to create a new choice in 'Sub Category' field.  I tried creating a choice through field dictionary but in the 'choices' tab I'm not able to see old choices. And there is no client script responsible for choice creation in Sub Category...

find_real_file.png