How to change font style in Notification- workflow notification

Supriya25
Tera Guru

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.

find_real_file.png

1 ACCEPTED SOLUTION

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. 

 

Create an email notification

give a try . let me know if you stuck somewhere. 

View solution in original post

15 REPLIES 15

Jaspal Singh
Mega Patron
Mega Patron

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.

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.

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

Notification Email Scripts

 

 

coming with Event , how to call notification from notification module into workflow ?

can you help me there?.

please suggets me which is better way.

i don't have toomuch content in email, it is just simple content i have there

find_real_file.png