Data Certificate Reminder email
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2018 06:58 AM
Hi
when any certificate executes a mail is automatically send to the assignee. If the assignee does not certify for some days then one reminder mail is sent. I want to know the below about the resend email configuration in data certificate.
1. Where the automatic mail is configured when any data certificate schedule executes
2. Is there any workflow or any notification configured there for reminder email notification when there is 50 % , 75 % times elapsed, if yes where can i see.
3. Can we change the workflow logic of the 50 % , 75 % times elapsed part.
4. Can we send the reminder email as per our own timeline?
Thanks,
Srimant
- Labels:
-
Scripting and Coding

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2018 11:33 AM
Yes you can change the workflow according to your requirement.
Just goto wf_workflow table and search all workflows attached to your table.
A workflow might be triggering this.
But this can also be a scheduled job also.
So, also search it in scheduled jobs table.
Please mark my answer correct and helpful if my answer helped u. Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2019 08:44 PM
Thanks for the details.
Workflow "Certification task escalation" checks for pending time and triggers Events 🙂
Helpful answer 🙂
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2018 05:56 AM
Hi
Is the workflow sending any mail notification if either 50% or 70% time elapsed? How can we check that?
Can we configure the sending of email reminder as per our own requirement?
Thanks

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2018 11:35 AM
Hi srimant,
Yes we can do that.
You can take reference of out of the box workflow 'SLA notification and escalation workflow' which is on task_sla table.
Only you have to put a timer activity for achieving this.
Please mark my answer correct and helpful if my answer helped u. Thank you.