Display HTML variable type in Approval Summarizer for Requested Items
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2023 06:46 AM
Hello,
We have a service catalog item where one of the fields is of the type HTML. When this catalog item is sent to an approver, they are unable to see this field in the 'Summary of Item being approved:' section of the approval record.
Can you please advise how we can include this?
Thanks!
- Labels:
-
User Experience and Design
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2023 08:51 AM
Are you using a Flow or something else as the process engine for this catalog item?
In a Flow, I believe you can dot-walk to the record pretty easily and add the contents of that variable to the email notification.
If using a traditional workflow or other type of process engine, with a "classic" "email notification" triggering on the RITM table input, you'll need to write a mailscript that glides to the RITM and grabs the variable contents, and prints them to the email notification.
Having said that, I'm assuming you're referring to the "Summary of item being approved:" section of the approval email.
If not (if you are referring to a portal widget), there are going to be other ways to do this -- however they all probably involve a glide to the RITM table, specifically to get the info it's looking for.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2024 10:19 AM
This article explains it quite good how to achieve this: HTML variables displayed in Service Portal » Rubén Ferrero (rubenferrero.com)