Expand my Community achievements bar.

The Community Advisors application is now OPEN for the second class of 2024. Apply to become a part of this exclusive program!
SOLVED

Is it possible to 'Bold' or add HTML tags to a NOTE update by Fusion?

Avatar

Level 3

Is it possible to 'Bold' or add HTML tags to a NOTE update by Fusion?

 

I need to bold a certain word in the Update text, and Fusion seems to ignore the <b> tag.

 

Is this possible?

1 Accepted Solution

Avatar

Correct answer by
Level 10

Here's a quick example:

{
"html": "Reminder for {{1.enteredBy.manager.name}}:<p>On {{formatDate(1.entryDate; " ddd, MMM Do")}}, {{1.enteredBy.name}} requested PTO from <p><strong>{{formatDate(1.`DE:Time Off Start Date`; " ddd, MMM Do")}}</strong> thru <strong>{{formatDate(1.`DE:Time Off End Date`; " ddd, MMM Do")}}</strong>, totaling  {{1.`DE:Total Time Off Requested_`}} day(s).<p>Please respond by clicking <strong>Approve</strong> or <strong>Reject</strong> in the upper right of the linked issue page.",
"tags": [
{
"objID": "{{1.enteredBy.manager.ID}}",
"objObjCode": "USER"
}
],
"objID": "{{1.ID}}",
"noteText": "Please approve or decline this PTO request.",
"json": "{}",
"noteObjCode": "OPTASK"
}

Screenshot 2023-05-16 at 11.57.46 am.jpg

View solution in original post

2 Replies

Avatar

Correct answer by
Level 10

Here's a quick example:

{
"html": "Reminder for {{1.enteredBy.manager.name}}:<p>On {{formatDate(1.entryDate; " ddd, MMM Do")}}, {{1.enteredBy.name}} requested PTO from <p><strong>{{formatDate(1.`DE:Time Off Start Date`; " ddd, MMM Do")}}</strong> thru <strong>{{formatDate(1.`DE:Time Off End Date`; " ddd, MMM Do")}}</strong>, totaling  {{1.`DE:Total Time Off Requested_`}} day(s).<p>Please respond by clicking <strong>Approve</strong> or <strong>Reject</strong> in the upper right of the linked issue page.",
"tags": [
{
"objID": "{{1.enteredBy.manager.ID}}",
"objObjCode": "USER"
}
],
"objID": "{{1.ID}}",
"noteText": "Please approve or decline this PTO request.",
"json": "{}",
"noteObjCode": "OPTASK"
}

Screenshot 2023-05-16 at 11.57.46 am.jpg