We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

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

Forum Posts

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
  • 417 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
  • 670 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
  • 966 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...

Resolved! UI Action

Why is the first parameter always null in gsftSubmit(null, g_form.getFormElement(), 'server_side_script_name')? I have read some documentation, but I am not able to understand the actual logic behind this.

surajkorade by Tera Contributor
  • 708 Views
  • 5 replies
  • 4 helpfuls