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

one last concern, of course my question is not related to this thread.

suggest me here

 

Group: Shuttler , how to display Shuttler group users only

find_real_file.png

find_real_file.png

you can write here script include and call it in the advance reference qualifier in that field.  

script include would fetch your group members.

kindly refer the link below for further information about advance reference qualifier. 

 

 

https://www.servicenowguru.com/scripting/script-includes-scripting/advanced-reference-qualifier-scri...

 

if i answered your query kindly mark my answer as correct and close this thread. 

 

here my field is referening USER table, so shall i have to keep it same Or change into Group Table??

you don't need to change . keep it as same. 

 

just write the script include to get the group members and then call that script include in your advance reference qualifier. 

Nitin_NOW
Tera Guru

Please checkout the workflow then it allows you to edit the activities. 

However, the 'Message' part is a simple multi line text area where free form text can be put in. As it is not a HTML field type, there is no way to modify the fonts. 

I recommend to create an email notification where it allows different font styles and call the notification in the workflow via an event etc.

Please hit correct based on impact of solution.

Thanks