Some PDIs are currently unavailable, and PDI actions are paused. View the latest updates here. Read More

Service Now Auto Creation of Empty Incident & Category Update

bhardwajm
Tera Contributor

Hello Team,

 

1.While creating incidents our SNOW instance is auto creating one new blank incident , Can anyone help in htis regard, how to fix this issue.

 

2.Another issue ticket category is auto changing to a network category irreseoective of any category we are giving while creating ticket.

 

Kindly help 

In screenshot one blank incident is created alongwith  ticket having data

2 REPLIES 2

Dr Atul G- LNG
Tera Patron

Hi @bhardwajm 

Could you please check if there are any Business Rules on the Incident table?

Also, check whether there are any Client Scripts, UI Policies, Flows, or Integrations that are changing the Network Category field.

*************************************************************************************************************
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG

****************************************************************************************************************

Tanushree Maiti
Tera Patron

Hi @bhardwajm 

 

1)

  • First check new blank INC's created by .If tickets come via email or REST API, check if the payload triggers double-creation logic.
  • Look for active Before Insert or After Insert Business Rules on the incident table that call current.insert() or initialize a duplicate GlideRecord('incident') incorrectly.

 

2)

  • Look for Before Insert Business Rules containing scripts like current.category = 'network'; which override user input.
  • Search for OnLoad or OnChange Client Scripts on the incident form that force the category value to "Network".
  • Navigate to Data Lookup definitions to see if a rule matches another field (like Configuration Item, Service, or Assignment Group) and automatically overrides the category.
  • Check if any Predictive intelligence solution is defined to auto populate categoty

 

Please Accept the solution if it assisted you with your question & Mark this response as Helpful.
Regards
Tanushree Maiti
ServiceNow Technical Architect
LinkedIn: https://www.linkedin.com/in/tanushreemaiti