- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2024 09:08 AM
I have requirement that need to add short description instead of catalog item in request option in service portal.
Thanks,
Dhanush
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2024 11:43 PM
Hi @DhanushC
The usual behaviour is it will display either Title or Short Description. If you need only Short Description. You can replay the line 590 with below
portalSettings.title = (ritm.getDisplayValue("short_description"));
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2024 11:43 PM
Hi @DhanushC
The usual behaviour is it will display either Title or Short Description. If you need only Short Description. You can replay the line 590 with below
portalSettings.title = (ritm.getDisplayValue("short_description"));