- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2019 08:55 PM
Hi Experts,
I have a requirement to populate incident number in new record when form load. OOB auto numbering (ie, incident number) will populate after form save.
Please suggest any property is there?
Solved! Go to Solution.
- Labels:
-
Incident Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2019 10:39 PM
I found way!
This behavior depends on 'glide.itil.assign.number.on.insert' properties. If it true then new incident number will populate when form load.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2019 08:58 PM
Hi,
Does your number field have this thing added at task level?
configure number field and go to dictionary and see if this is added; if not then add this
get next padded number
Mark ✅ Correct if this solves your issue and also mark 👍 Helpful if you find my response worthy based on the impact.
Thanks
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2019 09:06 PM
Hi Ankur,
Thanks for your quick reply.
I have already done configuration. Here my req I have to populate incident number in new record load.
OOB number will populate after form save.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2019 09:17 PM
Hi Prasanth,
I am having version newyork patch2. When I click create new from incident module; the new record form opens and number field is auto-populated
Can you check any onload client script is clearing out that value?
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2019 10:39 PM
I found way!
This behavior depends on 'glide.itil.assign.number.on.insert' properties. If it true then new incident number will populate when form load.