HR Case - short description not reflect correctly on latest version Vancouver
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2023 05:16 AM - edited 09-26-2023 05:25 AM
if user raise request from portal but description field data is not display correctly. in short description add wrong words like <br>./ etc. this problem occurs only on Vancouver version. I have attached screenshot in below
can anyone help me.
Thanks,
Amol
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2023 05:21 AM - edited 09-26-2023 05:22 AM
Hi @Amol12
Check the record producer script (or any other script where the description field content is being set) for this, the developer is trying to add a new line using <br/> tag but you should use \n to get the new lines in description field.
Please let me know if you need more help.
Please mark my answer helpful and accept as solution if it helped you 👍✔️
Anvesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2023 05:24 AM
Did you try to debug how description field is getting populated?
that will help you understand the root-cause
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2023 06:22 AM
Hi Ankur,
I have checked there is a script include used for mapping but this issue is facing on Vancouver version.