Automation of CMDB Attestations -1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2025 08:27 PM
Hi Team ,
can anyone please help me on this requriment
The ARC Assessment needs to be completed by the person who manages the Business Application every 12 Months - The intension of this request is to set up a way of reminding the Manager of the Business Application that the ARC assesment is due to be completed 1 month ahead of the yearly anniversary of the assessment - First write a query that identifies all the business applications that are due for an ARC assessment reminder letter
In other words the query Returns all the Business Application values where
(Today) = "ARC Assessment Date" + 11 Months
For those Business Applications generate an email to the "Managed By" person to remind them that their ARC assessment is due in the next 30 Days
This job should run on a schedule which is to be defined - I suggest daily
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2025 04:00 AM
Create a flow that runs on your schedule, do a look up to all the business applications and trigger the notification from the flow (create it as 'triggered' and on the business application table, so you have all the fields you need for it).
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark