Need to send the notification on 7thday of ritm created and only once.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2024 10:43 AM
Hi,
I have created a scheduled job which runs daily, it triggers an event and sends the notification.
Background: once the request is raised for particular catalog after 7 days it will send out the remainder notification if the asset state is still pending which is working as expected but the thing is from 7th day it started sending notification on regular basics ex: same notification is getting triggered at 8th day 9th 10th and so on till the state changes. But i need this to be sent only once on the 7th day of the ritm created.
Please let me know how we can achieve this
My scheduled job script:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2024 10:55 AM
Hi @suuriya ,
My suggestion is to apply this schedule job on Approver table instead of RITM table with follwoing condition and you can add catalog item filter along with other RITM variables to reterieve the data.
-Thanks,
AshishKM
Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2024 11:09 AM
HI @AshishKM ,
Thanks for the reply.
But i didn't get it can you please elaborate if possible with the script.
Thanks,
Suuriya