- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-22-2024 12:53 AM
Hi experts
I would love to get help
What is the best practice to display business service and service offering data according to my choice in the configuration item field
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-22-2024 12:57 AM
you can use onChange client script if you wish to auto-populate but it makes sense only when you have 1 to 1 mapping.
if not then please use reference qualifier and restrict the records
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-22-2024 12:55 AM
Hi,
You can use onChange client script and auto populate fields based on CI.
https://servicenowmypath.blogspot.com/2017/10/glideajax-example-servicenow.html
Thanks
Anil Lande
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-22-2024 12:57 AM
you can use onChange client script if you wish to auto-populate but it makes sense only when you have 1 to 1 mapping.
if not then please use reference qualifier and restrict the records
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-20-2024 09:00 AM
Good question / good answers, Team!
I have a similar need, BUT the other way around... Today, we use Service to drive available Service Offerings (along with a reference qualifier that makes sure that there's a relationship between the two). To save keystrokes, our Service Desk would like to SKIP typing in the Service and go right to Service Offerings.
Services/Service Offerings have a 1-to-many relationship. Example:
Service: Application Support
Service Offerings: Application1, Application2, Application3, etc.
I want to be able to allow them to type the Service Offering (eg. "Application1") and have Service (eg. "Application Support") automagically filled in. Feels like a client script would work (as long as there are no duplicate offerings), but the scripting might be a bit complex. Am I on the right track using a Client Script?
TY in advance!