- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2023 02:54 AM
Hi all,
I have a record producer that has 5 variables, all of them are "Multi Line Text". This variables are then populating the description of the respective HR Case.
I'm facing an issue where, whenever an user types some special characters ("", <, >, &,...), these characters are replaced with HTML code (See images).
Is there a workaround that allows the description to be populated with the special characters?
Thank you all 🙂
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2023 07:52 AM
Hello @nseabra
You can use this :-
setStringParameterNoEscape
Plz Mark my Solution as Accept and Give me thumbs up, if you find it helpful.
Regards,
Samaksh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2023 03:10 AM
Hello @nseabra
GlideStringUtil.escapeHTML(gr.short_description);
Plz Mark my Solution as Accept and Give me thumbs up, if you find it Helpful.
Regards,
Samaksh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2023 06:27 AM
Hi,
Thank you for the quick response.
As my instance is heavily customized and our description is populated by some business rules, I'm still testing different scenarios.
However, for now it seems to be working fine. After the intensive tests i'll mark it as correct, if no issue appears 🙂
Thank you so much,
Nuno
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2023 09:38 PM
Hey,
Are you able to solve this issue ? If yes, could please share the solution here.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2023 10:06 PM
Hello @nseabra
Plz mark my solution as Accept and close the thread, if you find any help from my response. it will help future readers.
Regards,
Samaksh