Notifications
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā02-26-2024 04:57 AM
Hi Team ,
I just want to include the short description in subject but for request table its not working we have to take it from ritm or sctask table but i am not sure how to do that so can anyone tell me how to do that .i have attached some screenshots ,help much appreaciated .
Thank You !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā02-26-2024 05:38 AM
You can do it via mail scripts, but the thing is, a Request can have multiple (child) requested items, that can also have multiple (child) catalog tasks - this is also why there's no easy way to dot-walk to them from the request.
How does the hierarchy of REQ-RITM-SCTASK look like for your case, do you always have just one RITM? In case of an SC TASK, what is its relationship to the request?
You have to be able to answer these questions in order to write a mail script in the first place.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā02-26-2024 05:39 AM - edited ā02-26-2024 05:40 AM
@Snehal , so you need update the short description from RITM to REQ? In order to set email subject, you need to have email script please try as below (Assuming your notification is running on RITM table)
Thanks