<?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 Restrict the submission of Normal and Standard change requests with a past date. in Community Central forum</title>
    <link>https://www.servicenow.com/community/community-central-forum/restrict-the-submission-of-normal-and-standard-change-requests/m-p/3126125#M1797</link>
    <description>&lt;P&gt;Hello Team,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have requirement "Restrict the submission of Normal and Standard change requests with a past date"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have created below script but it's not working. Please help me on this&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;function&lt;/SPAN&gt;&lt;SPAN&gt; onSubmit() {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;var&lt;/SPAN&gt;&lt;SPAN&gt; changeType = g_form.getValue(&lt;/SPAN&gt;&lt;SPAN&gt;'type'&lt;/SPAN&gt;&lt;SPAN&gt;);&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;var&lt;/SPAN&gt;&lt;SPAN&gt; requestedStartDate = g_form.getValue(&lt;/SPAN&gt;&lt;SPAN&gt;'start_date'&lt;/SPAN&gt;&lt;SPAN&gt;);&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;var&lt;/SPAN&gt;&lt;SPAN&gt; currentDate = &lt;/SPAN&gt;&lt;SPAN&gt;new&lt;/SPAN&gt; &lt;SPAN&gt;Date&lt;/SPAN&gt;&lt;SPAN&gt;();&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;var&lt;/SPAN&gt;&lt;SPAN&gt; format = g_user_date_time_format;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;var&lt;/SPAN&gt;&lt;SPAN&gt; startDateMs = getDateFromFormat(requestedStartDate, format);&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;var&lt;/SPAN&gt; &lt;SPAN&gt;CurrentDateMs&lt;/SPAN&gt;&lt;SPAN&gt; = getDateFromFormat(currentDate, format);&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;if&lt;/SPAN&gt;&lt;SPAN&gt; ((changeType == &lt;/SPAN&gt;&lt;SPAN&gt;'Normal'&lt;/SPAN&gt;&lt;SPAN&gt; || changeType == &lt;/SPAN&gt;&lt;SPAN&gt;'Standard'&lt;/SPAN&gt;&lt;SPAN&gt;) &amp;amp;&amp;amp; startDateMs) {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;if&lt;/SPAN&gt;&lt;SPAN&gt; (startDateMs &amp;lt; &lt;/SPAN&gt;&lt;SPAN&gt;CurrentDateMs&lt;/SPAN&gt;&lt;SPAN&gt;) {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; g_form.showFieldMsg(&lt;/SPAN&gt;&lt;SPAN&gt;'start_date'&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;'The requested start date cannot be in the past.'&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;'error'&lt;/SPAN&gt;&lt;SPAN&gt;);&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;return&lt;/SPAN&gt; &lt;SPAN&gt;false&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; }&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;return&lt;/SPAN&gt; &lt;SPAN&gt;true&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Thu, 12 Dec 2024 11:07:00 GMT</pubDate>
    <dc:creator>sattimsetti</dc:creator>
    <dc:date>2024-12-12T11:07:00Z</dc:date>
    <item>
      <title>Restrict the submission of Normal and Standard change requests with a past date.</title>
      <link>https://www.servicenow.com/community/community-central-forum/restrict-the-submission-of-normal-and-standard-change-requests/m-p/3126125#M1797</link>
      <description>&lt;P&gt;Hello Team,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have requirement "Restrict the submission of Normal and Standard change requests with a past date"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have created below script but it's not working. Please help me on this&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;function&lt;/SPAN&gt;&lt;SPAN&gt; onSubmit() {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;var&lt;/SPAN&gt;&lt;SPAN&gt; changeType = g_form.getValue(&lt;/SPAN&gt;&lt;SPAN&gt;'type'&lt;/SPAN&gt;&lt;SPAN&gt;);&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;var&lt;/SPAN&gt;&lt;SPAN&gt; requestedStartDate = g_form.getValue(&lt;/SPAN&gt;&lt;SPAN&gt;'start_date'&lt;/SPAN&gt;&lt;SPAN&gt;);&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;var&lt;/SPAN&gt;&lt;SPAN&gt; currentDate = &lt;/SPAN&gt;&lt;SPAN&gt;new&lt;/SPAN&gt; &lt;SPAN&gt;Date&lt;/SPAN&gt;&lt;SPAN&gt;();&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;var&lt;/SPAN&gt;&lt;SPAN&gt; format = g_user_date_time_format;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;var&lt;/SPAN&gt;&lt;SPAN&gt; startDateMs = getDateFromFormat(requestedStartDate, format);&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;var&lt;/SPAN&gt; &lt;SPAN&gt;CurrentDateMs&lt;/SPAN&gt;&lt;SPAN&gt; = getDateFromFormat(currentDate, format);&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;if&lt;/SPAN&gt;&lt;SPAN&gt; ((changeType == &lt;/SPAN&gt;&lt;SPAN&gt;'Normal'&lt;/SPAN&gt;&lt;SPAN&gt; || changeType == &lt;/SPAN&gt;&lt;SPAN&gt;'Standard'&lt;/SPAN&gt;&lt;SPAN&gt;) &amp;amp;&amp;amp; startDateMs) {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;if&lt;/SPAN&gt;&lt;SPAN&gt; (startDateMs &amp;lt; &lt;/SPAN&gt;&lt;SPAN&gt;CurrentDateMs&lt;/SPAN&gt;&lt;SPAN&gt;) {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; g_form.showFieldMsg(&lt;/SPAN&gt;&lt;SPAN&gt;'start_date'&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;'The requested start date cannot be in the past.'&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;'error'&lt;/SPAN&gt;&lt;SPAN&gt;);&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;return&lt;/SPAN&gt; &lt;SPAN&gt;false&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; }&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;return&lt;/SPAN&gt; &lt;SPAN&gt;true&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 12 Dec 2024 11:07:00 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/restrict-the-submission-of-normal-and-standard-change-requests/m-p/3126125#M1797</guid>
      <dc:creator>sattimsetti</dc:creator>
      <dc:date>2024-12-12T11:07:00Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict the submission of Normal and Standard change requests with a past date.</title>
      <link>https://www.servicenow.com/community/community-central-forum/restrict-the-submission-of-normal-and-standard-change-requests/m-p/3126142#M1798</link>
      <description>&lt;P&gt;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/729586"&gt;@sattimsetti&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;use this&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;function onSubmit() {

    var changeType = g_form.getValue('type');
    var requestedStartDate = g_form.getValue('start_date');
    if ((changeType == 'Normal' || changeType == 'Standard') &amp;amp;&amp;amp; requestedStartDate) {
        var today = new Date().getTime();
        var selectedDate = new Date(requestedStartDate).getTime();
        if (today &amp;gt; selectedDate) {
            g_form.showFieldMsg('start_date', 'The requested start date cannot be in the past.', 'error');
            return false;
        }
    }
}&lt;/LI-CODE&gt;
&lt;P&gt;If my response helped please mark it correct and close the thread so that it benefits future readers.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Dec 2024 11:29:09 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/restrict-the-submission-of-normal-and-standard-change-requests/m-p/3126142#M1798</guid>
      <dc:creator>Ankur Bawiskar</dc:creator>
      <dc:date>2024-12-12T11:29:09Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict the submission of Normal and Standard change requests with a past date.</title>
      <link>https://www.servicenow.com/community/community-central-forum/restrict-the-submission-of-normal-and-standard-change-requests/m-p/3126165#M1799</link>
      <description>&lt;P&gt;Hello Ankur Bawiskar,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for Response!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It's not working still allow me to submit the past date.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raju&lt;/P&gt;</description>
      <pubDate>Thu, 12 Dec 2024 11:50:22 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/restrict-the-submission-of-normal-and-standard-change-requests/m-p/3126165#M1799</guid>
      <dc:creator>sattimsetti</dc:creator>
      <dc:date>2024-12-12T11:50:22Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict the submission of Normal and Standard change requests with a past date.</title>
      <link>https://www.servicenow.com/community/community-central-forum/restrict-the-submission-of-normal-and-standard-change-requests/m-p/3126174#M1800</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/729586"&gt;@sattimsetti&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Use below script, i have tested it in my PDI, working fine.&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;function onSubmit() {

    var changeType = g_form.getValue('type');
    var requestedStartDate = g_form.getValue('start_date');

    var todayDate = new Date();
    var format = g_user_date_time_format;


    if ((changeType == 'normal' || changeType == 'standard') &amp;amp;&amp;amp; requestedStartDate) {

        var startDateMs = getDateFromFormat(requestedStartDate, format);
        var todatDateMs = getDateFromFormat(todayDate, format);

        if (startDateMs &amp;gt; todatDateMs) {
            g_form.showFieldMsg('start_date', 'The requested start date cannot be in the past date.', 'error');

            return false;

        }
    }







}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;If you found my response helpful, please consider selecting "Accept as Solution" and marking it as "Helpful." This not only supports me but also benefits the community.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Runjay Patel - ServiceNow Solution Architect&lt;BR /&gt;YouTube: &lt;A href="https://www.youtube.com/@RunjayP" target="_blank"&gt;https://www.youtube.com/@RunjayP&lt;/A&gt;&lt;BR /&gt;LinkedIn: &lt;A href="https://www.linkedin.com/in/runjay" target="_blank"&gt;https://www.linkedin.com/in/runjay&lt;/A&gt;&lt;/P&gt;&lt;P&gt;-------------------------------------------------------------------------&lt;/P&gt;</description>
      <pubDate>Thu, 12 Dec 2024 11:58:13 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/restrict-the-submission-of-normal-and-standard-change-requests/m-p/3126174#M1800</guid>
      <dc:creator>Runjay Patel</dc:creator>
      <dc:date>2024-12-12T11:58:13Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict the submission of Normal and Standard change requests with a past date.</title>
      <link>https://www.servicenow.com/community/community-central-forum/restrict-the-submission-of-normal-and-standard-change-requests/m-p/3126190#M1801</link>
      <description>&lt;P&gt;&lt;FONT color="#000000"&gt;Ankur's answer will work for you; just replace &lt;STRONG&gt;Normal&lt;/STRONG&gt; with &lt;STRONG&gt;normal&lt;/STRONG&gt; and &lt;STRONG&gt;Standard&lt;/STRONG&gt; with &lt;STRONG&gt;standard&lt;/STRONG&gt;. If you want an &lt;STRONG&gt;error message&lt;/STRONG&gt; instead of field message, you can use&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&lt;FONT color="#000000"&gt;g_form.addErrorMessage('The requested start date cannot be in the past.')&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT color="#000000"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;Please mark this as "&lt;EM&gt;&lt;STRONG&gt;correct&lt;/STRONG&gt;&lt;/EM&gt;" and "&lt;EM&gt;&lt;STRONG&gt;helpful&lt;/STRONG&gt;&lt;/EM&gt;" if you feel this answer helped you in anyway.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;STRONG&gt;Thanks and Regards,&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;STRONG&gt;Ashish&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 12 Dec 2024 12:06:29 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/restrict-the-submission-of-normal-and-standard-change-requests/m-p/3126190#M1801</guid>
      <dc:creator>Ashish Parab</dc:creator>
      <dc:date>2024-12-12T12:06:29Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict the submission of Normal and Standard change requests with a past date.</title>
      <link>https://www.servicenow.com/community/community-central-forum/restrict-the-submission-of-normal-and-standard-change-requests/m-p/3126195#M1802</link>
      <description>&lt;P&gt;Hello Runjay Patel,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for response !!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I select past date and future also getting an error.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Raju&lt;/P&gt;</description>
      <pubDate>Thu, 12 Dec 2024 12:15:23 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/restrict-the-submission-of-normal-and-standard-change-requests/m-p/3126195#M1802</guid>
      <dc:creator>sattimsetti</dc:creator>
      <dc:date>2024-12-12T12:15:23Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict the submission of Normal and Standard change requests with a past date.</title>
      <link>https://www.servicenow.com/community/community-central-forum/restrict-the-submission-of-normal-and-standard-change-requests/m-p/3126200#M1803</link>
      <description>&lt;P&gt;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/729586"&gt;@sattimsetti&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope you are using the correct choice values for normal and standard&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;    if ((changeType == 'normal' || changeType == 'standard') &amp;amp;&amp;amp; requestedStartDate) {&lt;/LI-CODE&gt;
&lt;P&gt;If my response helped please mark it correct and close the thread so that it benefits future readers.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Dec 2024 12:17:14 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/restrict-the-submission-of-normal-and-standard-change-requests/m-p/3126200#M1803</guid>
      <dc:creator>Ankur Bawiskar</dc:creator>
      <dc:date>2024-12-12T12:17:14Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict the submission of Normal and Standard change requests with a past date.</title>
      <link>https://www.servicenow.com/community/community-central-forum/restrict-the-submission-of-normal-and-standard-change-requests/m-p/3126226#M1804</link>
      <description>&lt;P&gt;Thank you, Ankur this is working, but I need to allow todays and future, how can I do that.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Dec 2024 12:32:54 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/restrict-the-submission-of-normal-and-standard-change-requests/m-p/3126226#M1804</guid>
      <dc:creator>sattimsetti</dc:creator>
      <dc:date>2024-12-12T12:32:54Z</dc:date>
    </item>
  </channel>
</rss>

