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

Forum Posts

Playing a sound file when a ticket is assigned to your group

Hi, My service desk would like a sound to play when a ticket is assigned to their resolver group, is there away to do this, I have located this information - Customize the Connect audio notification sound which seems to cover   - Audio file to play t...

clivebushell by Giga Contributor
  • 2489 Views
  • 6 replies
  • 0 helpfuls

Resolved! Business Rule to make checkbox true

Hi, We have a Brand table in which I have created a list controller location field to select multiple location in one brand. And we have an application services table which has brand field referencing to brand table and location field referencing to ...

Resolved! Updating work notes of SCTASK when a field is updated in RITM

Hi, I have a requirement where a field is modified in RITM, work notes have to be added in SCTASK with that information. I have added the following "before" business rule for "insert" and "update" on sc_req_item table ------- (function executeRule(cu...

find_real_file.png
sankon by Kilo Expert
  • 2643 Views
  • 3 replies
  • 2 helpfuls

Signature Pad use in Catalog Items and relate it to ticket

Hi All, I have created Add signature button on in Incident Form for testing the functionality.I created a UI Action to show a button.       This is the configured UI Action       function SignRequest() { var sysid = g_form.getUniqueValue(); var table...

find_real_file.png find_real_file.png find_real_file.png

Possible to filter Top Searches widget?

We have customers using our ServiceNow instance with limited access, ensuring they can only open their own records.However the Top Searches widget will show search terms from all users, not just those in their own company. Ofcourse re-using the searc...

jangunnar by Kilo Contributor
  • 2154 Views
  • 4 replies
  • 0 helpfuls

Resolved! Running a Rest message from scheduled job

I have a rest message with POST method, rest message is running and giving result in test run. but when I am trying to run this using scheduled job it gives me error. I wrote this: var r = new sn_ws.RESTMessageV2('RestMessage','post'); var response =...

Resolved! How to convert string field value to date field using transform map

How to convert string field value to date field using transform map string field value : 01-APR-1967 (u_actual_date)-->string field date field format : MM-dd-yyyy (actual_start)--> date field below code not working: OnBefore if (!source.u_actual_date...

Tribid2 by Kilo Expert
  • 4838 Views
  • 5 replies
  • 3 helpfuls

SLA Performance Trend report

I am trying to build a report to display SLA performance trend daily, weekly or by any defined time. The report should show the percentage of incidents which meet the defined SLA. Currently i have a report which shows has breached, incident SLA count...

find_real_file.png find_real_file.png