- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2018 07:23 AM
I am working with the Approval Record widget.
Removing the :: still gives me the same result.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2018 02:19 AM
Hi,
Can you please post screen shot or more lines where you have added this line in server script?
doing below might fix it
data.u_approval_instruction = task.u_approval_instructions + "";
i added extra + "" part which will convert it to javascript string.
data.u_approval_instruction = task.u_approval_instructions;
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2018 04:57 AM
YES! That did it! Thank you very much!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2018 05:25 AM
Great!! Best practice is to either use getDisplayValue() or convert it to string using "" .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2020 03:16 AM
Hello,
Thanks for sharing this solution.
For me it works fine when text is bold or in italic, but when i use a color, color doesn't display on ServicePortal.
Do you have any idea how can I achieve that ?
Kinds regards,