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

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. 

i will create Event through Event Registry and i will create notification from Notification module based on Event.

Event: access_request_rw

but in Workflow i have called that Event.

is it mandatory to call any thing in Parameter 1 and Parameter 2 what kind actions i should call??

find_real_file.png

 

parameter 1 and parameter 2 would be useful here to whom you will send the notification. 

 

example you want to send the notification to requested for user here 

then write the below line in the parameter 1 field. 

 

current.request.requested_for.toString(); // i am assuming your workflow is running on RITM table. 

i guess, we can use para1, parm 2  from notifications right?

no need to mention there workflow event right? , but we have change to call , am i right ?

find_real_file.png

you have to use event in your workflow .

while creating a notification you will see Tab "When to send" there you will find a field "Send When" , select "event is fired" and there you will call your event which you had created and mentioned in your workflow. 

param1 will be checked if you have set the value on event activity parameter 1 field.