- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-06-2023 08:02 AM - edited ‎03-07-2023 12:00 AM
Hi Team ,
We have requirement that , as u can see in the below screenshot , In the Short Description field what ever i have given .
When i click on ' My requests ' tab , currently that is showing with catalog name as u can see in the below image , Instead of catalog name , [ The Short Descp which we have entered in form that should show here ] .
Please provide me steps to achieve this
@Community Alums
@Community Alums
Thanks In adavnce
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-06-2023 01:14 PM - edited ‎03-06-2023 01:15 PM
Hi,
If I understand your requirement correct, it is to show the short description of the RITM on the page that shows REQ.
That does not make sense, because a REQ could have multiple items requested, and in that scenario, which short description should then be displayed?
OOB it shows either the name of the item requested, if only 1 item is connected to that REQ, otherwise it shows something like "2 requested items" and so on.
Please elaborate a bit further in your requirement.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-06-2023 11:12 AM
Hello @nameisnani ,
Have U did any changes in the OOTB 'My Requests' Widget?
if yes, u can change it here :
As OOTB it will take value from "{{::item.display_field}}" which is as short_description if u check the condition in server side code.
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-06-2023 04:50 PM - edited ‎03-06-2023 05:32 PM
@Community Alums
Thanks for the response
From where I can get this tab, which u have shared and what changes i need to do Please tell me .
Please provide me steps for my better understanding
I have not change any OOTB function.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-07-2023 12:20 AM
Hello @nameisnani ,
This is the "My request" widget. For this view click "ctrl + right click" then click on "edit in widget editor" and as @OlaN mentioned the OOTB functionality "it shows either the name of the item requested, if only 1 item is connected to that REQ, otherwise it shows something like "2 requested items" and so on." If u want customization then clone this widget and write ur own code on server side.
Thanks!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-06-2023 01:14 PM - edited ‎03-06-2023 01:15 PM
Hi,
If I understand your requirement correct, it is to show the short description of the RITM on the page that shows REQ.
That does not make sense, because a REQ could have multiple items requested, and in that scenario, which short description should then be displayed?
OOB it shows either the name of the item requested, if only 1 item is connected to that REQ, otherwise it shows something like "2 requested items" and so on.
Please elaborate a bit further in your requirement.