- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2024 10:05 PM - edited 08-15-2024 02:00 AM
Hi Team,
We are trying to add font to the email from email script, the font style and size which is there in the notification is not getting applied to the contents from email script, Hence we tried to give the font style and size from email script.
The issue is the style and size are now applicable only for the first line of the comment.
Can anyone please help us to resolve this issue.
Given the code and output below,
here in the first comment, the first line is following the style but not the 2nd line.
Thanks in Advance.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2024 02:16 AM
Hi Mark ,
Few hours back we fixed the issue by iterating the comment value, if we have more than one line.
Thanks for your time.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2024 03:06 AM
Is it the same in the journal entry you are copying the text from? I had this a while ago where an html field was used for comments and after pushing the 'resolved' button that text was added to the comments, including a similar line as yours from the UI action. That caused formatting issues in the email script.
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2024 03:13 AM - edited 08-15-2024 03:13 AM
In the system the content is like the below,
but when coming email as i mentioned above only first line is in the correct format as per the email script
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2024 04:18 AM
Is it also like that in the sys_journal_field table? Or does it have HTML tags in there?
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2024 08:01 AM