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

Forum Posts

Need to create an SLA Repair Flow Action

I need to create a Flow action that triggers the SLA Repair on a task_sla record passed to it via the Inputs. We are in the process of moving everything that can be moved to Flow from Workflows and Scripting. Our main issue is that while a lot of wor...

CSAT Survey not triggering properly

Dear Experts, I've implemented the CSAT for incident. The CSAT is triggering with the help of 'asmt_assessment_instance'. I've configured as when incident is Closed it should trigger the CSAT notification. The configuration is done in 'asmt_metric_ty...

ersureshbe by Giga Sage
  • 829 Views
  • 11 replies
  • 0 helpfuls

Resolved! Related Lists in catalog task

HI all, In catalog task i need to create a new related list. In that related list other catalog task from the same requested item needs to be listed. For example, I have a requested item and it contains 8 catalog task. Now if i open any task from the...

find_real_file.png
Akshata3 by Giga Contributor
  • 1023 Views
  • 2 replies
  • 2 helpfuls

Resolved! When or where is the Script Include 'ChangeRequestStateHandler' used

I understand that we have Change Models in ServiceNow. And Change Models can define what states we want and what transitions we want between them. However the documentation for adding a state given here:  https://docs.servicenow.com/bundle/rome-it-se...

Mudit4 by Kilo Expert
  • 795 Views
  • 2 replies
  • 1 helpfuls

Resolved! Multiply with value and display total value in other field

My requirement : I have created choice field with 0,1,3,9 choices. i need to multiply with 10 and caluculate total value and display in Total field. If user selects 3 in first field i need to multiply with 3*10  and populate total value into Toatl fi...

find_real_file.png
prasad8 by Giga Expert
  • 833 Views
  • 2 replies
  • 1 helpfuls

Resolved! On-Call: Adding Additional Phone Number to Profile Page

Hi All, When customers clicks "On Call Schedules" a list of all on-call schedules is displayed. When "Roster and Escalation details" Link in click for roster, you get this window:- Is it possible to add other Details for the person on-call such as M...

find_real_file.png

incident creation via any incoming email

Hi . . .  Does ServiceNow allow to create incident tickets based on the email from an user whose account is not available in the instance. Thanks..                                                                                                       ...

How to make use of System property in UI Action?

 I want to create a copy request through the system property fields.(additional_comments,state).Whenever i create a request i am getting additional comments value as blank.Please guide me in this. function showConfirmationPopup() { var answer = confi...

shweta Kasbe by Kilo Contributor
  • 1114 Views
  • 6 replies
  • 0 helpfuls

Approving a request using inbound email action

I want to approve a request using an inbound email action. Below mentioned is my inbound action script: Script: (function runAction(/*GlideRecord*/ current, /*GlideRecord*/ event, /*EmailWrapper*/ email, /*ScopedEmailLogger*/ logger, /*EmailClassifie...

find_real_file.png find_real_file.png find_real_file.png
Community Alums by Community Alums  
  • 1073 Views
  • 2 replies
  • 0 helpfuls

Resolved! How to query multiple values in a 'state'

Hi All, I wanted to check if an incident record is available with either resolved state or closed state or cancelled state is below script for querying the table right? inc.addQuery('state=7'||'state=6'||'state=8');   // is this querying right?? as a...

Sandeep109 by Mega Contributor
  • 4475 Views
  • 7 replies
  • 0 helpfuls