Auto- Populate service level field based on selection of affected CI on Incident table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2025 01:17 AM
Hi All,
Want to populate custom field (u_service_level) based on selection of affected ci reference to cmdb_ci table.
Thank you in advance
Best regards
Deepika
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2025 02:33 AM
Hi @Ankur Bawiskar ,
Thank you for your reply,
I have tried the first approach and created field on incident but no luck.
And didn't get your second way.
Can you please help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2025 02:42 AM
which field from CI table you want to fetch?
did you give the correct name here?
g_form.setValue('u_service_level', ref.<fieldValueToFetch>);
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-17-2025 02:50 AM
Reference is correct. Its a custom field u_service_field .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2025 02:57 AM
are you sure there is value in this field for the Affected CI?
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-17-2025 03:01 AM
yes,