- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2025 02:16 AM
Hi experts,
Previously we observed latency in committing update set for a new field on HR case form. What is the best practice when we need to create a new field on a table which has more than 70000 record data?
Currently we have requirement to create a field not a form UI (only for list view reporting purpose).
We are planning to create a new field ( string or reference) but not adding on the form UI. This field would have auto populate parent case number for cloned cases.
Kindly suggest a better way in handling this requirement.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2025 02:23 AM
Try creating field from Configure Form Layout.
I have seen improvement in performance when field is created using that approach although there is no documentation for this.
Also ensure you don't capture the form view in update set. Applying form view also might be taking some time.
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2025 02:23 AM
Try creating field from Configure Form Layout.
I have seen improvement in performance when field is created using that approach although there is no documentation for this.
Also ensure you don't capture the form view in update set. Applying form view also might be taking some time.
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2025 12:45 AM
Hope you are doing good.
Did my reply answer your question?
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2025 06:30 AM
Hi @Ankur Bawiskar , I have created a field on table but not added to the form view. This did not cause any delay in comitting updateset.