- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-19-2019 08:49 AM
Hi,
By Default message is showing in Times of Roman style , but here i would like to change that one into "Calbri" Or "Arial" style.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-19-2019 10:10 AM
you have to call here "Create Event" activity in the workflow and then create a notification which should be event based notification.
once you will create a event based notification then there you can set the content based on your choices.
Create Event workflow activity
adding doc link here for further details about event based notification.
give a try . let me know if you stuck somewhere.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-19-2019 08:54 AM
Hi Supriya,
Can you look for Workflow Editor >> Administration >> Activity Definitions. Then filter for Notification activity, Open the form & look for Style field in the What to Display tab. Possily that may help.
Thanks,
Jaspal Singh
Hit Helpful or Correct on the impact of response.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-19-2019 09:44 AM
Hi Jaspal,
Thanks for reply and apologies for late reply.
here client maintaining one font style format for all Notifications, all notifications triggered with that same font.
but when i triggered notification from workflow it is getting "Times of Roman " letters format. so how can i change that font style in Workflow , it should be triggered with default format like how other notifications had font style.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-19-2019 09:53 AM
i don't think, you can do the formatting here.
i have two options for you.. either you create event based notification there you can do the formatting in the html or font style in the notification it self.
OR
create email script here and there you can define the html or font style and then call the email script in your workflow notification activity..
sample example for mail script :
template.print('<font face="verdana" size="11">=== NOTE: This is an autogenerated email. Do not reply. ===</font>' +"<br/>");
Mini-Lab: Adding CSS To an Email Notification - Part 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-19-2019 10:03 AM