- 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 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 10:29 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2019 10:31 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2019 10:44 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2019 10:59 AM
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.