Please help me in how to solve the below given scenarios
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-25-2023 09:09 PM
Incident Management:
Scenario 1: Set the caller's first name as the short description of the incident when it is created.
Scenario 2: Display the first name of the assigned technician in the incident form.
Problem Management:
Scenario 3: Generate a report showing the first names of users who have reported multiple problems.
Scenario 4: Update the first name of the problem manager based on the assignment group.
Change Management:
Scenario 5: Populate the first name of the change requester in the change request form.
Scenario 6: Validate that the first name of the change owner matches a specific pattern before approving the change.
Request Management:
Scenario 7: Use the first name of the requested for user to populate the requested items in a service catalog request.
Scenario 8: Display the first name of the service agent assigned to a request in the request form.
Common Scenarios:
Scenario 9: Count the number of incidents raised by users with the same first name.
Scenario 10: Calculate the average length of first names for all active incidents.
Scenario 11: Retrieve a list of incidents where the caller's first name starts with a specific letter.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-25-2023 09:38 PM
Hi there,
Please share what you've tried and where you have difficulties with.
Kind regards,
Mark Roethof
Independent ServiceNow Consultant
10x ServiceNow MVP
---
~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-25-2023 09:41 PM
Incident Management:
Scenario 1: Set the caller's first name as the short description of the incident when it is created.
Write onChange client script on caller field and called script include which is return caller information.
If I could help you with your Query then, please hit helpful and mark as Correct !!
Thank You
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2023 06:07 AM
Incident Management:
Scenario 1: Set the caller's first name as the short description of the incident when it is created.
Atul: Use the Onsubmit Client script to append caller first name .
Scenario 2: Display the first name of the assigned technician in the incident form.
Atul: Where you want to show? on form in which field
Problem Management:
Scenario 3: Generate a report showing the first names of users who have reported multiple problems.
Atul: Create a repor t of list type and group by 1st Name
Scenario 4: Update the first name of the problem manager based on the assignment group.
Atul: What is business need?
Change Management:
Scenario 5: Populate the first name of the change requester in the change request form.
Atul: Same, where you want to make changes?
Scenario 6: Validate that the first name of the change owner matches a specific pattern before approving the change.
Atul: Need to write a script.
Request Management:
Scenario 7: Use the first name of the requested for user to populate the requested items in a service catalog request.
ATul: Same, where?
Scenario 8: Display the first name of the service agent assigned to a request in the request form.
Atul: Same, in which filed?
Common Scenarios:
Scenario 9: Count the number of incidents raised by users with the same first name.
Atul: Group by user/caller.
Scenario 10: Calculate the average length of first names for all active incidents.
Atul: Use PA
Scenario 11: Retrieve a list of incidents where the caller's first name starts with a specific letter.
Atul: Try condition Caller. Firstname starts with
Last , look liek you want community to provide you ready made solution for these. I added a heads up. Please give a try.
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2024 03:19 AM