How to auto-populate a field in catalog form with data from custom table?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2025 12:54 PM
Hi ServiceNow folks, I'm currently an intern and fresh from a 2 week bootcamp.
I'm currently creating a new catalog form and I need help with my tasks.
Can someone please help me on how to auto-populate a field in catalog form with data from custom table?
We created this custom table called Medical Equipment.
And the catalog for I'm creating consist of 4 fields. We need the DEPARTMENT field to auto-populate based on the data from the custom table.
Example:
Please take note that the catalog form is data-driven because the data from the custom table can change so even if the data changes, the solution we need cannot be hard-coded. Can someone please help me? Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2025 07:07 PM
Assuming your 1st variable is reference to that custom table, you can achieve this without scripting using auto populate Utah feature
Auto-populate a variable based on a reference type variable (Utah)
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-09-2025 11:23 PM