- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2018 05:20 AM
Hi Experts!!!!
Good day!!!
I have a query I need to add Short description in the slush bucket.I was able to add it under the Practice but Need to add the short description beside the INC/SRQ
I want to add short description in the colored line space.
Kindly help.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2018 03:12 AM
Hi All,
Thank you for your valuable suggestions but I was able to finally get the short description in the collection box beside INC/SRQ.
I have followed the below link in order to get the short description listed below the Slush bucket
https://urcompany.service-now.com/incident_list.do?sysparm_view=sys_ref_list
Now in order to get the short description beside INC/SRQ in the collection box.
Open an Incident>>Configure dictionary>>Create new>>
In the calculated tab enter the below script and check the calculated check box.
(function calculatedFieldValue(current) {
// Add your code here
return current.number + ' - ' + current.short_description; // return the calculated value
})(current);
and finally got the Short description beside the INC/SRQ.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2020 03:20 AM
May I know what should be the type for Dictionary entry which we are creating?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2020 05:04 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2020 06:08 AM
And how do you use the Number field as display value when needed ?