Skip to main content
June 14, 2024

Supervisor Email Notifications

  • June 14, 2024
  • 2 replies
  • 0 views

Had a quick question, is there a way to set up email notifications to Supervisor's for journal entry approvals, when a work flow is ready to certify or when RCM is ready to certify.   I have read some other posts but I have not seen this process exactly or if it can be done.  If it cant be done will it be coming with a future release?    Thanks!

2 replies

June 14, 2024

Hi jbgilpin,

Not sure if your question is only about RCM. However, you can set a DataQualityEventHandler to send emails on Certification based on a email distribution list.  I have done that by leveraging a text property on the Workflows where I define the users I want to notify on certifying the workflow unit. You could also do it by retrieving the users within the Workflow Certification security groups.

I could try and find an example for you if that was what you were asking.

Hope that helps,

 

June 14, 2024


DataQualityEventHandler.png


WorkflowEventHandler.png


JournalEventHandler.png

   

You can set up a WorkflowEventHandler, DataQualityEventHandler or JournalEventHandler BR to trigger emails to specific security groups or individuals.  Attached is more info on different kinds of event handlers.