Issues with wf_notification.send API
Hi,
I have a requirement of sending Notification Reminders in every 3 days for those Invoices which are on hold.
Initially I tried to send notification through notification activity but emails were not sent though I was able to see notification has been sent from Workflow Status Monitor. Later on I realized that Notifications are canceled if sent in loop so I used wf_notification.send API for email notifications but still I am facing below issues-
-> I am not able to display Message Text in HTML format.
-> Email is sent twice for every loop counter.
I need to send email notification as well as User should be able to see notification from workflow status monitor.