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?
Solved! Go to Solution.
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"
}
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"
}
Awesome! Thank you!
Views
Replies
Total Likes
Views
Likes
Replies