Built something you're proud of? Tell the story. A quick G2 review of App Engine or Build Agent helps other developers see what's possible on ServiceNow. Share your experience.

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

Forum Posts

Time Worked

Hi Experts, We have a field named "Time Worked" on incidents. We have a requirement to pause this timer for other states except 'In progress'. The timer should only run when state of the incident is 'In progress'.If possible please give a composed so...

Amrit4 by Kilo Sage
  • 823 Views
  • 4 replies
  • 1 helpfuls

Regarding the Task

Hi Community,Hope Everyone Doing Great. My Self Prem. Right now I am doing Additional Recommended Courses for IT Service Management (ITSM) Implementers (Path) Task in this task I was unable to complete the task. can anyone help me to complete the Tas...

dandeprem12 by Tera Contributor
  • 325 Views
  • 2 replies
  • 0 helpfuls

State and Incident State sync issue

Hi All,I have a custom Before Update BR as below:When to Run : u_strike_counter = 4/** * Incident state is set to resolved when 3 strike counter changes to 4 */(function executeRule(current, previous /*null when async*/ ) {    current.state = global....

Bhagya by Tera Contributor
  • 597 Views
  • 4 replies
  • 0 helpfuls

Help with duplicate automated incident

Hi Community. I am working on an incident which is regarding duplicate automated incident creation. So, the issue is Amazon GuardDuty is creating duplicate incidents for same issue and assigning to different groups which leads to confusion between te...

AwanishK by Tera Contributor
  • 1139 Views
  • 3 replies
  • 0 helpfuls

UI Action visibility

There is a custom UI action where it should be only visible to users with "itil" and "sn_incident_write" ,but it is not working as expected .Can anyone help me on this ?

Screenshot 2026-01-13 231432.png
Devika by Tera Expert
  • 1193 Views
  • 10 replies
  • 1 helpfuls

How to do Scripted Rest Api for attachment for base64 with filename,filesize and DataBase64.

How to do Scripted Rest Api for attachment for DataBase64 with filename, filesize and DataBase64. This is the JSON payload structure.{    "CallData": {        "Calls": {            "SysSpecField3": "${u_external_reference_number}",            },     ...

Exclude 9 users from receiving notifications

Hi Community, I want to exclude 9 users from receiving notifications and these notifications gets triggered by a schedule Jobs which runs daily. Can I use conditional script in the scheduled Job or do I need to write a email script. I want to hard co...