- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-11-2022 05:09 AM
Hello everyone, I have created a table with autogenerated numbers. Whenever the table is refreshed, the autogenerated numbers change accordingly. In this case, I need to stop that auto generation, so only when a record is submitted will the generated number continue otherwise it wants to stay the same. How can I resolve this issue?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-11-2022 05:17 AM
Hey,
Follow below steps:
Procedure
- Navigate to All > System Properties > System.
- Set the property Assign a task number only upon insert (prevents unused numbers), glide.itil.assign.number.on.insert, to true.
Feel free to mark correct, If I answered your query.
Will be helpful for future visitors looking for similar questions 🙂
Aman Kumar

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-11-2022 07:18 AM
Awesome!
Glad to assist 🙂
Aman Kumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-28-2024 07:02 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-30-2024 03:40 AM
Yes it will show empty but on submission of form the number is assigned to it
to avoid the user to enter number we can change that number field to "READ ONLY".