Expand my Community achievements bar.

Interested in getting an Adobe Workfront certification? Don't miss our AMA on June 10th, where our experts will be available to answer any questions you may have about getting certified!

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

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
Community Advisor

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
Community Advisor

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

Avatar

Level 3

Awesome!  Thank you!