setting notification email to fire 90 days before expiry date
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-20-2017 12:42 AM
Hi All,
I am trying to create an event that will fire a notification to a company 90 days before the expiry of their license. I am new to SNOW and have hit a road block with the scheduled job any help would be appreciated.
Labels:
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-14-2020 08:05 AM
Hi
lic.addQuery('u_date_of_expiry',gs.daysAgo(-5)); is not working for me
nor is lic.addQuery('u_date_of_expiry',"=",gs.daysAgo(-5));