<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: Send email notification when date is reached in SPM forum</title>
    <link>https://www.servicenow.com/community/spm-forum/send-email-notification-when-date-is-reached/m-p/978422#M4008</link>
    <description>&lt;P&gt;Riaz,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Choose the option "a date/time field.." in the timer based on dropdown&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 29 Jul 2016 14:11:31 GMT</pubDate>
    <dc:creator>mazhar4</dc:creator>
    <dc:date>2016-07-29T14:11:31Z</dc:date>
    <item>
      <title>Send email notification when date is reached</title>
      <link>https://www.servicenow.com/community/spm-forum/send-email-notification-when-date-is-reached/m-p/978411#M3997</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want an email to be sent when a specific date field has reached 30 days before the actual date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have set this on the contracts table but is it not working, does anyone know a script I can use?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="find_real_file.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/105927i615567BBCC9CB4A7/image-size/large?v=v2&amp;amp;px=999" role="button" title="find_real_file.png" alt="find_real_file.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The field is a date field called &lt;STRONG&gt;u_review_date&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When this is less than 30 days away and email notification should be triggered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jul 2016 20:38:42 GMT</pubDate>
      <guid>https://www.servicenow.com/community/spm-forum/send-email-notification-when-date-is-reached/m-p/978411#M3997</guid>
      <dc:creator>riaz_mansuri</dc:creator>
      <dc:date>2016-07-26T20:38:42Z</dc:date>
    </item>
    <item>
      <title>Re: Send email notification when date is reached</title>
      <link>https://www.servicenow.com/community/spm-forum/send-email-notification-when-date-is-reached/m-p/978412#M3998</link>
      <description>&lt;P&gt;because that notification is only running once at the point of update, when the condition would be false...&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;I think you will need a scheduled job to fire an event, or potentially put a wait for activity within the workflow , to fire an event&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;The scheduled job would run each day and check for records which are "30 days", and use eventQueue() , you then use event registry to define the event, it will then be available to select from the notification "when an event is fired"&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 26 Jul 2016 20:41:08 GMT</pubDate>
      <guid>https://www.servicenow.com/community/spm-forum/send-email-notification-when-date-is-reached/m-p/978412#M3998</guid>
      <dc:creator>mrswann</dc:creator>
      <dc:date>2016-07-26T20:41:08Z</dc:date>
    </item>
    <item>
      <title>Re: Send email notification when date is reached</title>
      <link>https://www.servicenow.com/community/spm-forum/send-email-notification-when-date-is-reached/m-p/978413#M3999</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Thanks ok, but any ideas on how I script this scheduled job?&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;I will try a workflow also&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 26 Jul 2016 20:47:15 GMT</pubDate>
      <guid>https://www.servicenow.com/community/spm-forum/send-email-notification-when-date-is-reached/m-p/978413#M3999</guid>
      <dc:creator>riaz_mansuri</dc:creator>
      <dc:date>2016-07-26T20:47:15Z</dc:date>
    </item>
    <item>
      <title>Re: Send email notification when date is reached</title>
      <link>https://www.servicenow.com/community/spm-forum/send-email-notification-when-date-is-reached/m-p/978414#M4000</link>
      <description>&lt;P&gt;Hi Riaz,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;This could be a done a couple ways. If you are working on a task that uses a workflow, review the Timer activity before you trigger and event or send a notification (I prefer the former to the latter.)&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;A href="http://wiki.servicenow.com/index.php?title=Timer_Activities" title="http://wiki.servicenow.com/index.php?title=Timer_Activities"&gt;Timer Activities - ServiceNow Wiki&lt;/A&gt; &lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;If not, then a scheduled job would work well to query for records that have reached that date. A daily script works well, although you can run it more often (hourly) if you need. The script basically does a query for records with dates &amp;lt;= "now plus 30 days" and &lt;SPAN style="text-decoration: underline;"&gt;not already notified&lt;/SPAN&gt;. That last part requires a secondary field such as a checkbox or date field (to note when the notification was sent) to avoid sending multiple notifications for the same record.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;I did something very similar to this for my loaner request app (available on share) to remind people to pick up their loaner item, return their loaner item, and that their item is overdue for return.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;A href="http://wiki.servicenow.com/index.php?title=Creating_a_Scheduled_Job" title="http://wiki.servicenow.com/index.php?title=Creating_a_Scheduled_Job"&gt;Creating a Scheduled Job - ServiceNow Wiki&lt;/A&gt; &lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;A href="http://wiki.servicenow.com/?title=GlideRecord" title="http://wiki.servicenow.com/?title=GlideRecord"&gt;GlideRecord - ServiceNow Wiki&lt;/A&gt; &lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 26 Jul 2016 20:51:17 GMT</pubDate>
      <guid>https://www.servicenow.com/community/spm-forum/send-email-notification-when-date-is-reached/m-p/978414#M4000</guid>
      <dc:creator>Chuck Tomasi</dc:creator>
      <dc:date>2016-07-26T20:51:17Z</dc:date>
    </item>
    <item>
      <title>Re: Send email notification when date is reached</title>
      <link>https://www.servicenow.com/community/spm-forum/send-email-notification-when-date-is-reached/m-p/978415#M4001</link>
      <description>&lt;P&gt;The scheduled job would look something like this.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;STRONG&gt;Standard disclaimer: The following code is untested, requires review and potential modifications.&lt;/STRONG&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;PRE __default_attr="javascript" __jive_macro_name="code" class="_jivemacro_uid_14695665244826496 jive_macro_code jive_text_macro" data-renderedposition="71_8_1192_208" jivemacro_uid="_14695665244826496"&gt;&lt;P&gt;(function () {&lt;/P&gt;&lt;BR /&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; // Get a list of records that are coming due&lt;/P&gt;&lt;BR /&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; var rec = new GlideRecord('u_contract'); // Use the right table, I made this one up&lt;/P&gt;&lt;BR /&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; rec.addQuery('u_review_date', '&amp;lt;=', gs.daysAgo(-30)); // Get records updated -30 days ago (in the future)&lt;/P&gt;&lt;BR /&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; rec.addNullQuery('u_reminder_date'); // and not already reminded&lt;/P&gt;&lt;BR /&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; rec.query();&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; while (rec.next()) {&lt;/P&gt;&lt;BR /&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; gs.eventQueue('contract.reminder', rec, '', '');&lt;/P&gt;&lt;BR /&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; rec.u_reminder_date = new GlideDateTime();&lt;/P&gt;&lt;BR /&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; rec.update();&lt;/P&gt;&lt;BR /&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;})();&lt;/P&gt;&lt;BR /&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 26 Jul 2016 20:55:25 GMT</pubDate>
      <guid>https://www.servicenow.com/community/spm-forum/send-email-notification-when-date-is-reached/m-p/978415#M4001</guid>
      <dc:creator>Chuck Tomasi</dc:creator>
      <dc:date>2016-07-26T20:55:25Z</dc:date>
    </item>
    <item>
      <title>Re: Send email notification when date is reached</title>
      <link>https://www.servicenow.com/community/spm-forum/send-email-notification-when-date-is-reached/m-p/978416#M4002</link>
      <description>&lt;P&gt; var gr = new GlideRecord('task');&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;gr.addQuery('review_date', &amp;lt;=daysAgo(30));&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;gr.query();&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;while (gr.next()) {&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;eventQueue('youreventname-review_expired',gr.sys_id,gr.number,gr.short_description);&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;}&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;probably some bad syntax in here, and logical errors with the date&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;A href="http://wiki.servicenow.com/?title=GlideSystem_Date_and_Time_Functions#gsc.tab=0" title="http://wiki.servicenow.com/?title=GlideSystem_Date_and_Time_Functions#gsc.tab=0"&gt;GlideSystem Date and Time Functions - ServiceNow Wiki&lt;/A&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;A href="http://wiki.servicenow.com/index.php?title=GlideRecord#gsc.tab=0" title="http://wiki.servicenow.com/index.php?title=GlideRecord#gsc.tab=0"&gt;GlideRecord - ServiceNow Wiki&lt;/A&gt; &amp;nbsp; &lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;set your job to run daily at around the time you want the emails fired, considering performance load &lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 26 Jul 2016 20:57:12 GMT</pubDate>
      <guid>https://www.servicenow.com/community/spm-forum/send-email-notification-when-date-is-reached/m-p/978416#M4002</guid>
      <dc:creator>mrswann</dc:creator>
      <dc:date>2016-07-26T20:57:12Z</dc:date>
    </item>
    <item>
      <title>Re: Send email notification when date is reached</title>
      <link>https://www.servicenow.com/community/spm-forum/send-email-notification-when-date-is-reached/m-p/978417#M4003</link>
      <description>&lt;P&gt;better formatting, more eloquent, and a disclaimer to boot! &lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 26 Jul 2016 20:59:11 GMT</pubDate>
      <guid>https://www.servicenow.com/community/spm-forum/send-email-notification-when-date-is-reached/m-p/978417#M4003</guid>
      <dc:creator>mrswann</dc:creator>
      <dc:date>2016-07-26T20:59:11Z</dc:date>
    </item>
    <item>
      <title>Re: Send email notification when date is reached</title>
      <link>https://www.servicenow.com/community/spm-forum/send-email-notification-when-date-is-reached/m-p/978418#M4004</link>
      <description>&lt;P&gt;Thank you - I will try the above tomorrow ad update this thread&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Riaz&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 26 Jul 2016 21:06:13 GMT</pubDate>
      <guid>https://www.servicenow.com/community/spm-forum/send-email-notification-when-date-is-reached/m-p/978418#M4004</guid>
      <dc:creator>riaz_mansuri</dc:creator>
      <dc:date>2016-07-26T21:06:13Z</dc:date>
    </item>
    <item>
      <title>Re: Send email notification when date is reached</title>
      <link>https://www.servicenow.com/community/spm-forum/send-email-notification-when-date-is-reached/m-p/978419#M4005</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;I have decided to do this via a workflow as I want a ticket created as well and an Incident.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;In the Begin I have a Filter condition of State is Active&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;What should the next box contain, a Timer or a Wait for condition?&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;I only want the workflow to Trigger if the &lt;STRONG&gt;Date Field&lt;/STRONG&gt; Review Date is &lt;STRONG&gt;30 days away&lt;/STRONG&gt;.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;I cant seem to find how to start this trigger.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Riaz&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 29 Jul 2016 11:47:52 GMT</pubDate>
      <guid>https://www.servicenow.com/community/spm-forum/send-email-notification-when-date-is-reached/m-p/978419#M4005</guid>
      <dc:creator>riaz_mansuri</dc:creator>
      <dc:date>2016-07-29T11:47:52Z</dc:date>
    </item>
    <item>
      <title>Re: Send email notification when date is reached</title>
      <link>https://www.servicenow.com/community/spm-forum/send-email-notification-when-date-is-reached/m-p/978420#M4006</link>
      <description>&lt;P&gt;A timer activity should do very well here Riaz.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;A href="http://wiki.servicenow.com/index.php?title=Timer_Activities" title="http://wiki.servicenow.com/index.php?title=Timer_Activities"&gt;Timer Activities - ServiceNow Wiki&lt;/A&gt; &lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 29 Jul 2016 13:12:45 GMT</pubDate>
      <guid>https://www.servicenow.com/community/spm-forum/send-email-notification-when-date-is-reached/m-p/978420#M4006</guid>
      <dc:creator>Chuck Tomasi</dc:creator>
      <dc:date>2016-07-29T13:12:45Z</dc:date>
    </item>
    <item>
      <title>Re: Send email notification when date is reached</title>
      <link>https://www.servicenow.com/community/spm-forum/send-email-notification-when-date-is-reached/m-p/978421#M4007</link>
      <description>&lt;P&gt;Thanks Chuck,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;I tried this but I can't find the actual field in the tree:&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="find_real_file.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/105929i49C2BA4E777BAECB/image-size/large?v=v2&amp;amp;px=999" role="button" title="find_real_file.png" alt="find_real_file.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;No idea what it is trying me to show.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Any ideas how I can get to the actual field named Review Date&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Riaz&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 29 Jul 2016 14:03:03 GMT</pubDate>
      <guid>https://www.servicenow.com/community/spm-forum/send-email-notification-when-date-is-reached/m-p/978421#M4007</guid>
      <dc:creator>riaz_mansuri</dc:creator>
      <dc:date>2016-07-29T14:03:03Z</dc:date>
    </item>
    <item>
      <title>Re: Send email notification when date is reached</title>
      <link>https://www.servicenow.com/community/spm-forum/send-email-notification-when-date-is-reached/m-p/978422#M4008</link>
      <description>&lt;P&gt;Riaz,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Choose the option "a date/time field.." in the timer based on dropdown&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 29 Jul 2016 14:11:31 GMT</pubDate>
      <guid>https://www.servicenow.com/community/spm-forum/send-email-notification-when-date-is-reached/m-p/978422#M4008</guid>
      <dc:creator>mazhar4</dc:creator>
      <dc:date>2016-07-29T14:11:31Z</dc:date>
    </item>
    <item>
      <title>Re: Send email notification when date is reached</title>
      <link>https://www.servicenow.com/community/spm-forum/send-email-notification-when-date-is-reached/m-p/978423#M4009</link>
      <description>&lt;P&gt;Hi Chuck,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Quick question on this. Can I trigger and Incident from a workflow?&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Riaz&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 29 Jul 2016 15:00:52 GMT</pubDate>
      <guid>https://www.servicenow.com/community/spm-forum/send-email-notification-when-date-is-reached/m-p/978423#M4009</guid>
      <dc:creator>riaz_mansuri</dc:creator>
      <dc:date>2016-07-29T15:00:52Z</dc:date>
    </item>
    <item>
      <title>Re: Send email notification when date is reached</title>
      <link>https://www.servicenow.com/community/spm-forum/send-email-notification-when-date-is-reached/m-p/978424#M4010</link>
      <description>&lt;P&gt;Hi Riaz,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;You can create an incident from a workflow, if that's what you are asking. Use the "Create Task" activity and set the table to incident. Pretty simple.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;A href="http://wiki.servicenow.com/index.php?title=Task_Activities" title="http://wiki.servicenow.com/index.php?title=Task_Activities"&gt;Task Activities - ServiceNow Wiki&lt;/A&gt; &lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 29 Jul 2016 18:16:37 GMT</pubDate>
      <guid>https://www.servicenow.com/community/spm-forum/send-email-notification-when-date-is-reached/m-p/978424#M4010</guid>
      <dc:creator>Chuck Tomasi</dc:creator>
      <dc:date>2016-07-29T18:16:37Z</dc:date>
    </item>
    <item>
      <title>Re: Send email notification when date is reached</title>
      <link>https://www.servicenow.com/community/spm-forum/send-email-notification-when-date-is-reached/m-p/978425#M4011</link>
      <description>&lt;P&gt;Hi Chuck,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Thanks the reason I asked was because my workflow table was ast_contract. However, I achieved this now through the &lt;STRONG&gt;Run Script.&lt;/STRONG&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Riaz&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 29 Jul 2016 19:50:25 GMT</pubDate>
      <guid>https://www.servicenow.com/community/spm-forum/send-email-notification-when-date-is-reached/m-p/978425#M4011</guid>
      <dc:creator>riaz_mansuri</dc:creator>
      <dc:date>2016-07-29T19:50:25Z</dc:date>
    </item>
    <item>
      <title>Re: Send email notification when date is reached</title>
      <link>https://www.servicenow.com/community/spm-forum/send-email-notification-when-date-is-reached/m-p/978426#M4012</link>
      <description>&lt;P&gt;I'm glad you got it resolved. &lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 29 Jul 2016 20:44:13 GMT</pubDate>
      <guid>https://www.servicenow.com/community/spm-forum/send-email-notification-when-date-is-reached/m-p/978426#M4012</guid>
      <dc:creator>Chuck Tomasi</dc:creator>
      <dc:date>2016-07-29T20:44:13Z</dc:date>
    </item>
    <item>
      <title>Re: Send email notification when date is reached</title>
      <link>https://www.servicenow.com/community/spm-forum/send-email-notification-when-date-is-reached/m-p/978427#M4013</link>
      <description>&lt;P&gt;Hi Chuck: I have an itil user in my organization that wants to schedule an email for an incident to be sent on a specific date. Is there an easy way for an itil user to do so themselves without me scheduling a job for them? Thank you. Rita&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 31 Jan 2017 17:43:47 GMT</pubDate>
      <guid>https://www.servicenow.com/community/spm-forum/send-email-notification-when-date-is-reached/m-p/978427#M4013</guid>
      <dc:creator>ritaaudi</dc:creator>
      <dc:date>2017-01-31T17:43:47Z</dc:date>
    </item>
    <item>
      <title>Re: Send email notification when date is reached</title>
      <link>https://www.servicenow.com/community/spm-forum/send-email-notification-when-date-is-reached/m-p/978428#M4014</link>
      <description>&lt;P&gt;Hi Rita,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;If you are using a scoped app, you can use delegated development (Helsinki and above) to allow non-admins the ability to send a notification. If it is scheduled (runs once a day at 2:00AM for example) that still requires admin privileges.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 31 Jan 2017 17:47:21 GMT</pubDate>
      <guid>https://www.servicenow.com/community/spm-forum/send-email-notification-when-date-is-reached/m-p/978428#M4014</guid>
      <dc:creator>Chuck Tomasi</dc:creator>
      <dc:date>2017-01-31T17:47:21Z</dc:date>
    </item>
    <item>
      <title>Re: Send email notification when date is reached</title>
      <link>https://www.servicenow.com/community/spm-forum/send-email-notification-when-date-is-reached/m-p/978429#M4015</link>
      <description>&lt;P&gt;Hi Chuck: I think this will give them too much power. I simply want them to add a comment but have it scheduled to be sent on a future date. No such a thing, huh? Thx&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 01 Feb 2017 18:28:24 GMT</pubDate>
      <guid>https://www.servicenow.com/community/spm-forum/send-email-notification-when-date-is-reached/m-p/978429#M4015</guid>
      <dc:creator>ritaaudi</dc:creator>
      <dc:date>2017-02-01T18:28:24Z</dc:date>
    </item>
    <item>
      <title>Re: Send email notification when date is reached</title>
      <link>https://www.servicenow.com/community/spm-forum/send-email-notification-when-date-is-reached/m-p/978430#M4016</link>
      <description>&lt;P&gt;Hi Rita,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Just so I understand completely... can you elaborate on what you are trying to do? I seem to have gotten requirements a bit mixed up on this one. They could enter a date and your scheduled job can check for records that match the criteria (e.g. date is &amp;lt;= to now and no notification has been sent.)&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 01 Feb 2017 19:50:06 GMT</pubDate>
      <guid>https://www.servicenow.com/community/spm-forum/send-email-notification-when-date-is-reached/m-p/978430#M4016</guid>
      <dc:creator>Chuck Tomasi</dc:creator>
      <dc:date>2017-02-01T19:50:06Z</dc:date>
    </item>
  </channel>
</rss>

