How to generate incident number after submit the form?

suresh kumar6
Kilo Contributor

Hai

1 ACCEPTED SOLUTION

Harini4
Kilo Expert

Hi ,

 

you can do the changes in system properties:

Procedure

  1. Navigate to System Properties > System.
  2. Set the property Assign a task number only upon insert (prevents unused numbers)glide.itil.assign.number.on.insert, to true.
  3. Click Save.

Or you can  write  After BR to create Inc number only after creating a record 

View solution in original post

2 REPLIES 2

Goran WitchDoc
ServiceNow Employee
ServiceNow Employee

I think what you are looking for is that if you don't submit the form, the number shouldn't be reserved. Here is a link where you configure it: Prevent numbering gaps | ServiceNow Docs

//Göran
Feel free to connect with me:
LinkedIn & Twitter
Subscribe to my YouTube Channel
Buy The Witch Doctor's Guide To ServiceNow 

Harini4
Kilo Expert

Hi ,

 

you can do the changes in system properties:

Procedure

  1. Navigate to System Properties > System.
  2. Set the property Assign a task number only upon insert (prevents unused numbers)glide.itil.assign.number.on.insert, to true.
  3. Click Save.

Or you can  write  After BR to create Inc number only after creating a record