I have create a workflow for Purchase Order doctype.
Here what is happening is when the document states gets updated the next person in the workflow hierarchy gets email based notification. I want to also send system notification (internal notification).
How can I do this in ERPNext V15?
1 Like
If you are using the Notification doctype to send emails for this workflow, then just enable System Notification in the same Notification record. It will send an internal in-app notification to the user as well.
or if you send email through any other way then can you pls describ how you send the notification emails.
1 Like
Thank you for your reply.
I have enabled Send Email Alert. So whenever the state changes it automatically sends emails to the next set of users assigned a particular Role.
In the same way I want to send system notification to only those persons who are assigned a particular role.