Create an email notification for when a policy is due to expire in 1 month
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-29-2020 05:07 AM
I need to create a new email notification for when a policy is to expire in 1 month.
Please can anyone help.
I have gone to notifications, selected the table sn_compliance_policy
Send when - Event is fired
Not sure of the event name
Condition - Valid to is less than 1 month before valid to.
Am i doing anything wrong here?
Thanks
HP
- Labels:
-
Policy and Compliance Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-29-2020 05:16 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-29-2020 05:26 AM
This is a better approach. Thanks Ashutosh!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-29-2020 05:29 AM
I was thinking about these two alternatives - the event approach requires coding experience. On the Flow approach - I probably wouldn't run it daily - maybe weekly. Expiring policies should be able to handle that type of frequency.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-29-2020 05:26 AM
Hello,
Setup a event in the event registry. you can setup a scheduled job (run daily) to check for the date diff for the policies and trigger the event. In the param1 and param2 of that event, you can specify the details, you want to utilize in the email such as owner, reviewers, policy name. Now utilize this event in the email notification and pick the details from Param1 & Param2.
Regards,
Sameer Pandey
