- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2023 08:52 PM
Hi All,
Can you tell me in which script short description of hr case is populating "HR service name - employee name (employee ID)because one of the service which is designed recently i want static short description like "abcd" but i am unable to find the script .
Can you suggest.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2023 10:01 PM
You could do like this
Harish

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2023 09:24 PM
Hi @chandan31 The script include is named hr_ServicesUtil, and it's calling the function: createCaseFromProducer and
In hr_CaseUtils script include you need to check this line
Harish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2023 09:45 PM
it comes from script include shared by Harish
Please update it and let us know if it works
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2023 09:51 PM
Sorry from my side in my script include "this._case.short_description = gs.getMessage("{0} case for {1}", [ serviceName, username ]); is not present .

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2023 09:52 PM
You need to check this script include "hr_CaseUtils" for short desc
Harish