<?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: How to configure date field which should not take past date ? in ITSM forum</title>
    <link>https://www.servicenow.com/community/itsm-forum/how-to-configure-date-field-which-should-not-take-past-date/m-p/3358907#M546064</link>
    <description>&lt;P&gt;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/688333"&gt;@1_DipikaD&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;yes both is possible i.e. client and server&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;1) UI policy - no code&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.servicenow.com/community/developer-articles/no-code-date-validations-through-catalog-ui-policies/ta-p/2297600" target="_blank" rel="noopener"&gt;No Code date validations through (Catalog) UI Policies&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;OR&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;2) before insert/update business rule with no script&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Something like this&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AnkurBawiskar_0-1755842110723.png" style="width: 400px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/464595iBCACF1FDD815F119/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AnkurBawiskar_0-1755842110723.png" alt="AnkurBawiskar_0-1755842110723.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AnkurBawiskar_1-1755842142823.png" style="width: 400px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/464596iEBA86DC3DBB98612/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AnkurBawiskar_1-1755842142823.png" alt="AnkurBawiskar_1-1755842142823.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&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>Fri, 22 Aug 2025 05:56:01 GMT</pubDate>
    <dc:creator>Ankur Bawiskar</dc:creator>
    <dc:date>2025-08-22T05:56:01Z</dc:date>
    <item>
      <title>How to configure date field which should not take past date ?</title>
      <link>https://www.servicenow.com/community/itsm-forum/how-to-configure-date-field-which-should-not-take-past-date/m-p/3358875#M546057</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a date field on a form . When user select past date other than current date or upcoming date , the date field shouldn't take the value and will show a error message that "The due date should be current or future date". Can we do it both on both UI side and server side ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank You&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1_DipikaD_0-1755840720858.png" style="width: 400px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/464585i96EDFDE91839FAC1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="1_DipikaD_0-1755840720858.png" alt="1_DipikaD_0-1755840720858.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Aug 2025 05:32:41 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itsm-forum/how-to-configure-date-field-which-should-not-take-past-date/m-p/3358875#M546057</guid>
      <dc:creator>1_DipikaD</dc:creator>
      <dc:date>2025-08-22T05:32:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure date field which should not take past date ?</title>
      <link>https://www.servicenow.com/community/itsm-forum/how-to-configure-date-field-which-should-not-take-past-date/m-p/3358877#M546059</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/688333"&gt;@1_DipikaD&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can use the UI policy , and&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.servicenow.com/community/developer-forum/past-date-alert-ui-policy/m-p/1401237" target="_blank"&gt;https://www.servicenow.com/community/developer-forum/past-date-alert-ui-policy/m-p/1401237&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Aug 2025 05:34:17 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itsm-forum/how-to-configure-date-field-which-should-not-take-past-date/m-p/3358877#M546059</guid>
      <dc:creator>Dr Atul G- LNG</dc:creator>
      <dc:date>2025-08-22T05:34:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure date field which should not take past date ?</title>
      <link>https://www.servicenow.com/community/itsm-forum/how-to-configure-date-field-which-should-not-take-past-date/m-p/3358881#M546060</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/688333"&gt;@1_DipikaD&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DrAtulGLNG_0-1755840958961.png" style="width: 400px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/464586iF6B9A70D9DFA1564/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DrAtulGLNG_0-1755840958961.png" alt="DrAtulGLNG_0-1755840958961.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DrAtulGLNG_1-1755840977825.png" style="width: 400px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/464587iB091336A3CEB8BD0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DrAtulGLNG_1-1755840977825.png" alt="DrAtulGLNG_1-1755840977825.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Aug 2025 05:36:28 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itsm-forum/how-to-configure-date-field-which-should-not-take-past-date/m-p/3358881#M546060</guid>
      <dc:creator>Dr Atul G- LNG</dc:creator>
      <dc:date>2025-08-22T05:36:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure date field which should not take past date ?</title>
      <link>https://www.servicenow.com/community/itsm-forum/how-to-configure-date-field-which-should-not-take-past-date/m-p/3358907#M546064</link>
      <description>&lt;P&gt;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/688333"&gt;@1_DipikaD&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;yes both is possible i.e. client and server&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;1) UI policy - no code&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.servicenow.com/community/developer-articles/no-code-date-validations-through-catalog-ui-policies/ta-p/2297600" target="_blank" rel="noopener"&gt;No Code date validations through (Catalog) UI Policies&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;OR&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;2) before insert/update business rule with no script&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Something like this&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AnkurBawiskar_0-1755842110723.png" style="width: 400px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/464595iBCACF1FDD815F119/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AnkurBawiskar_0-1755842110723.png" alt="AnkurBawiskar_0-1755842110723.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AnkurBawiskar_1-1755842142823.png" style="width: 400px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/464596iEBA86DC3DBB98612/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AnkurBawiskar_1-1755842142823.png" alt="AnkurBawiskar_1-1755842142823.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&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>Fri, 22 Aug 2025 05:56:01 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itsm-forum/how-to-configure-date-field-which-should-not-take-past-date/m-p/3358907#M546064</guid>
      <dc:creator>Ankur Bawiskar</dc:creator>
      <dc:date>2025-08-22T05:56:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure date field which should not take past date ?</title>
      <link>https://www.servicenow.com/community/itsm-forum/how-to-configure-date-field-which-should-not-take-past-date/m-p/3358964#M546077</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/688333"&gt;@1_DipikaD&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;better use the UI policy which is OOTB and abort the action.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Aug 2025 06:47:19 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itsm-forum/how-to-configure-date-field-which-should-not-take-past-date/m-p/3358964#M546077</guid>
      <dc:creator>Dr Atul G- LNG</dc:creator>
      <dc:date>2025-08-22T06:47:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure date field which should not take past date ?</title>
      <link>https://www.servicenow.com/community/itsm-forum/how-to-configure-date-field-which-should-not-take-past-date/m-p/3358981#M546079</link>
      <description>&lt;P&gt;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/688333"&gt;@1_DipikaD&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes you can do it in both.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;UI-side Validation (Client-side)&lt;BR /&gt;Where: Using Client Script or UI Policy&lt;/P&gt;&lt;P&gt;Why:&lt;/P&gt;&lt;P&gt;Immediate feedback to the user without waiting for a server response.&lt;/P&gt;&lt;P&gt;Improves user experience and reduces unnecessary server load.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Server-side Validation&lt;BR /&gt;Where: In a Business Rule (before Insert/Update)&lt;/P&gt;&lt;P&gt;Prevents users from bypassing the validation, especially in cases like:&lt;/P&gt;&lt;P&gt;Import Sets&lt;/P&gt;&lt;P&gt;REST API calls&lt;/P&gt;&lt;P&gt;Background scripts&lt;/P&gt;&lt;P&gt;Ensures data integrity in the database.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Aug 2025 07:12:11 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itsm-forum/how-to-configure-date-field-which-should-not-take-past-date/m-p/3358981#M546079</guid>
      <dc:creator>Shashank_Jain</dc:creator>
      <dc:date>2025-08-22T07:12:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure date field which should not take past date ?</title>
      <link>https://www.servicenow.com/community/itsm-forum/how-to-configure-date-field-which-should-not-take-past-date/m-p/3361039#M546214</link>
      <description>&lt;P&gt;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/688333"&gt;@1_DipikaD&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope you are doing good.&lt;/P&gt;
&lt;P&gt;Did my reply answer your question?&lt;/P&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>Mon, 25 Aug 2025 10:56:19 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itsm-forum/how-to-configure-date-field-which-should-not-take-past-date/m-p/3361039#M546214</guid>
      <dc:creator>Ankur Bawiskar</dc:creator>
      <dc:date>2025-08-25T10:56:19Z</dc:date>
    </item>
  </channel>
</rss>

