<?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 Need to autopopulate the Resolve time field based on the resolved time and opened time. in ServiceNow AI Platform forum</title>
    <link>https://www.servicenow.com/community/servicenow-ai-platform-forum/need-to-autopopulate-the-resolve-time-field-based-on-the/m-p/3264537#M203589</link>
    <description>&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a requirement that when an incident ticket is resolved that resolution time need to be auto populated in seconds in resolve time field. It need to be calculated from Opened time to resolved time.&lt;BR /&gt;&lt;BR /&gt;If possible: Additionally we need to add the conditions like excluding weekends and holidays.&lt;BR /&gt;Can you please help me to resolve this issue.&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Nageshwari P.&lt;/P&gt;</description>
    <pubDate>Thu, 15 May 2025 09:19:58 GMT</pubDate>
    <dc:creator>Nageshwari P</dc:creator>
    <dc:date>2025-05-15T09:19:58Z</dc:date>
    <item>
      <title>Need to autopopulate the Resolve time field based on the resolved time and opened time.</title>
      <link>https://www.servicenow.com/community/servicenow-ai-platform-forum/need-to-autopopulate-the-resolve-time-field-based-on-the/m-p/3264537#M203589</link>
      <description>&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a requirement that when an incident ticket is resolved that resolution time need to be auto populated in seconds in resolve time field. It need to be calculated from Opened time to resolved time.&lt;BR /&gt;&lt;BR /&gt;If possible: Additionally we need to add the conditions like excluding weekends and holidays.&lt;BR /&gt;Can you please help me to resolve this issue.&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Nageshwari P.&lt;/P&gt;</description>
      <pubDate>Thu, 15 May 2025 09:19:58 GMT</pubDate>
      <guid>https://www.servicenow.com/community/servicenow-ai-platform-forum/need-to-autopopulate-the-resolve-time-field-based-on-the/m-p/3264537#M203589</guid>
      <dc:creator>Nageshwari P</dc:creator>
      <dc:date>2025-05-15T09:19:58Z</dc:date>
    </item>
    <item>
      <title>Re: Need to autopopulate the Resolve time field based on the resolved time and opened time.</title>
      <link>https://www.servicenow.com/community/servicenow-ai-platform-forum/need-to-autopopulate-the-resolve-time-field-based-on-the/m-p/3264558#M203590</link>
      <description>&lt;P&gt;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/308242"&gt;@Nageshwari P&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;OOTB incident Resolved time is filled, check the code and enhance your logic for your table&lt;/P&gt;
&lt;P&gt;This OOTB Business rule does it for incident "&lt;STRONG&gt;mark_resolved&lt;/STRONG&gt;"&lt;/P&gt;
&lt;P&gt;you can see this to calculate the difference between 2 dates using schedules and store in Duration field&lt;/P&gt;
&lt;P&gt;give your schedule and enhance the logic to pick created and now time (resolve time)&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.servicenow.com/community/developer-forum/calculate-duration-and-business-duration-in-scoped-application/m-p/3140417/page/3" target="_blank" rel="noopener"&gt;calculate Duration and Business Duration in scoped application&lt;/A&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;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 May 2025 09:40:08 GMT</pubDate>
      <guid>https://www.servicenow.com/community/servicenow-ai-platform-forum/need-to-autopopulate-the-resolve-time-field-based-on-the/m-p/3264558#M203590</guid>
      <dc:creator>Ankur Bawiskar</dc:creator>
      <dc:date>2025-05-15T09:40:08Z</dc:date>
    </item>
    <item>
      <title>Re: Need to autopopulate the Resolve time field based on the resolved time and opened time.</title>
      <link>https://www.servicenow.com/community/servicenow-ai-platform-forum/need-to-autopopulate-the-resolve-time-field-based-on-the/m-p/3264576#M203591</link>
      <description>&lt;P&gt;Apart from the condition on scheduled, In general format we need to calculate and auto populate, How can we acheive this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 May 2025 09:56:58 GMT</pubDate>
      <guid>https://www.servicenow.com/community/servicenow-ai-platform-forum/need-to-autopopulate-the-resolve-time-field-based-on-the/m-p/3264576#M203591</guid>
      <dc:creator>Nageshwari P</dc:creator>
      <dc:date>2025-05-15T09:56:58Z</dc:date>
    </item>
    <item>
      <title>Re: Need to autopopulate the Resolve time field based on the resolved time and opened time.</title>
      <link>https://www.servicenow.com/community/servicenow-ai-platform-forum/need-to-autopopulate-the-resolve-time-field-based-on-the/m-p/3264583#M203592</link>
      <description>&lt;P&gt;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/308242"&gt;@Nageshwari P&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I already shared details above.&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>Thu, 15 May 2025 10:02:34 GMT</pubDate>
      <guid>https://www.servicenow.com/community/servicenow-ai-platform-forum/need-to-autopopulate-the-resolve-time-field-based-on-the/m-p/3264583#M203592</guid>
      <dc:creator>Ankur Bawiskar</dc:creator>
      <dc:date>2025-05-15T10:02:34Z</dc:date>
    </item>
    <item>
      <title>Re: Need to autopopulate the Resolve time field based on the resolved time and opened time.</title>
      <link>https://www.servicenow.com/community/servicenow-ai-platform-forum/need-to-autopopulate-the-resolve-time-field-based-on-the/m-p/3266884#M203629</link>
      <description>&lt;P&gt;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/308242"&gt;@Nageshwari P&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, 19 May 2025 04:25:36 GMT</pubDate>
      <guid>https://www.servicenow.com/community/servicenow-ai-platform-forum/need-to-autopopulate-the-resolve-time-field-based-on-the/m-p/3266884#M203629</guid>
      <dc:creator>Ankur Bawiskar</dc:creator>
      <dc:date>2025-05-19T04:25:36Z</dc:date>
    </item>
  </channel>
</rss>

