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

Forum Posts

How to script if user is a member of a group?

The overall task is to give access to a field if the person viewing the record is the creator or a member of the assigned group. I've commented out line by line to see if I can get anything to work.  Right now, this is saying if the current user is a...

Removing duplicate values from an array in service now

How to remove duplicate values from an array. 1. I am getting values from two groups 2. there few users are common for both the groups 3. I want to remove duplicate users and I need to add them into watch list field on the incident form Below is the ...

Shantharao by Kilo Sage
  • 6160 Views
  • 4 replies
  • 4 helpfuls

Reference variable is taking more time to load in record producer.

Hi Team, I have a variable (reference to table "customer_account") in record producer. When i am clicking on that variable its taking bit more time to fetch the data from the table.  Can someone please advise what could be the possible causes and how...

Alok21 by Giga Expert
  • 1863 Views
  • 5 replies
  • 0 helpfuls

How to debug Scripted Rest Service using Script Debugger

How to debug Scripted Rest Service using Script Debugger? I have one scripted rest service and script debugger also has breakpoints, invoked script rest web service from rest api explorer and postman, getting the response but debug is stopping at bre...

Ajit Pawar by Kilo Contributor
  • 3382 Views
  • 4 replies
  • 0 helpfuls

Resolved! Field Service - Dispatch Queue

Hi, Is it possible to disable the dispatch queue in Field Service Management and allow anybody to assign a work task to a Field Agent? I see you can disable the Qualifying requirement but also customer does not use a queue for dispatching agents, the...

KELIRL by Kilo Expert
  • 1834 Views
  • 1 replies
  • 1 helpfuls

Resolved! Case Escalation SLA's

Hi Can someone clarify how the OOB Case Escalation SLA's work. Using the "Escalated case response - 4 hours" SLA definition as an example, is there actually any relationship between the 4 hour duration and the case ticket? The documentation states:  ...

Richard T by Kilo Guru
  • 2412 Views
  • 2 replies
  • 0 helpfuls

Resolved! Targeted Communications - Recipient List

Hi We need to sent out a publication via targeted communications that wil involve a subset our our active contacts. It's not possible to select contactg using the condition builder as there is some manual decions to made so we need to upload a templa...

Richard T by Kilo Guru
  • 3073 Views
  • 3 replies
  • 0 helpfuls

Resolved! How do i concatenate address using business rule.

Hi Team, I have a requirement to concatenate few fields into a string field and i am not sure how i can achieve this. The address field should be concatenated as below. DEUTSCHE BANKTechnik Niederlassung WestField Operations Mobile (T-MRF)Detmolder S...

Alok21 by Giga Expert
  • 2791 Views
  • 8 replies
  • 4 helpfuls

Update Multiple Cases with Same Notes Simultaneously

In Customer Service Management, is there a way to update multiple cases from a case list (selected by check box) with the same Additional Comment and/or Work Notes?  I feel there should be a way to do this but I've not found it yet. Thanks

gs.addInfoMessage in a BR on sys_attachment

Hi,I have some Business Rules that I needed to create to perform management on attachements on knowledge base. Indeed, we just migrated from Eureka to Istanbul and the localization of the knowledge base is radiacally different.So in a source KB, the ...

r_gissarl_ by Mega Expert
  • 2771 Views
  • 6 replies
  • 2 helpfuls

.update() does not work and returns null

Often fails to update the record fields var req_parent = new GlideRecord('sc_req_item'); req_parent.get(current.request_item.sys_id) req_parent.state = 3; // then I try to update the record var req_id = req_parent.update(); gs.log("##### For " + req_...

Yuriy7 by Kilo Contributor
  • 4932 Views
  • 20 replies
  • 3 helpfuls