<?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 Incident  and Problem in Community Central forum</title>
    <link>https://www.servicenow.com/community/community-central-forum/incident-and-problem/m-p/3516233#M6495</link>
    <description>&lt;P&gt;&lt;SPAN&gt;“When a P1 Incident is created, how will you automatically create a Problem record and notify the user on the Incident form?”&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 27 Mar 2026 19:41:45 GMT</pubDate>
    <dc:creator>vinayvk0559</dc:creator>
    <dc:date>2026-03-27T19:41:45Z</dc:date>
    <item>
      <title>Incident  and Problem</title>
      <link>https://www.servicenow.com/community/community-central-forum/incident-and-problem/m-p/3516233#M6495</link>
      <description>&lt;P&gt;&lt;SPAN&gt;“When a P1 Incident is created, how will you automatically create a Problem record and notify the user on the Incident form?”&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Mar 2026 19:41:45 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/incident-and-problem/m-p/3516233#M6495</guid>
      <dc:creator>vinayvk0559</dc:creator>
      <dc:date>2026-03-27T19:41:45Z</dc:date>
    </item>
    <item>
      <title>Re: Incident  and Problem</title>
      <link>https://www.servicenow.com/community/community-central-forum/incident-and-problem/m-p/3516566#M6501</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/1085268"&gt;@vinayvk0559&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;DIV&gt;&lt;P&gt;To automatically create a Problem record, use &lt;STRONG&gt;Flow Designer (recommended)&lt;/STRONG&gt;. Flow Designer is preferred over Business Rules as it offers better readability, maintainability, and easier debugging.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Flow setup:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;Trigger:&lt;/STRONG&gt; Incident table&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Condition:&lt;/STRONG&gt; When a record is created with &lt;STRONG&gt;Priority = P1&lt;/STRONG&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;To notify the user on the Incident form, use a &lt;STRONG&gt;ServiceNow Notification&lt;/STRONG&gt; triggered when:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;The Incident priority is &lt;STRONG&gt;P1&lt;/STRONG&gt;, and&lt;/LI&gt;&lt;LI&gt;The &lt;STRONG&gt;Problem&lt;/STRONG&gt; field is populated.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;EM&gt;If this response was helpful, please consider marking it as &lt;STRONG&gt;Correct&lt;/STRONG&gt; and &lt;STRONG&gt;Helpful&lt;/STRONG&gt;. You may mark more than one reply as an accepted solution.&lt;/EM&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Sun, 29 Mar 2026 23:42:05 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/incident-and-problem/m-p/3516566#M6501</guid>
      <dc:creator>Huynh Loc</dc:creator>
      <dc:date>2026-03-29T23:42:05Z</dc:date>
    </item>
    <item>
      <title>Re: Incident  and Problem</title>
      <link>https://www.servicenow.com/community/community-central-forum/incident-and-problem/m-p/3516590#M6503</link>
      <description>&lt;P&gt;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/1085268"&gt;@vinayvk0559&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;you can use flow designer for this with no script.&lt;/P&gt;
&lt;P&gt;it's an easy requirement.&lt;/P&gt;
&lt;P&gt;what did you start and where are you stuck&lt;/P&gt;
&lt;P&gt;-&amp;gt; flow triggers on Problem Insertion&lt;/P&gt;
&lt;P&gt;-&amp;gt; it creates P1 INC and links the PRB with this INC&lt;/P&gt;
&lt;P&gt;-&amp;gt; Use "Send Email" flow action to send email&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":light_bulb:"&gt;💡&lt;/span&gt; If my response helped, please mark it as correct &lt;span class="lia-unicode-emoji" title=":white_heavy_check_mark:"&gt;✅&lt;/span&gt; and close the thread &lt;span class="lia-unicode-emoji" title=":locked:"&gt;🔒&lt;/span&gt;— this helps future readers find the solution faster! &lt;span class="lia-unicode-emoji" title=":folded_hands:"&gt;🙏&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Mar 2026 03:00:08 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/incident-and-problem/m-p/3516590#M6503</guid>
      <dc:creator>Ankur Bawiskar</dc:creator>
      <dc:date>2026-03-30T03:00:08Z</dc:date>
    </item>
    <item>
      <title>Re: Incident  and Problem</title>
      <link>https://www.servicenow.com/community/community-central-forum/incident-and-problem/m-p/3516600#M6504</link>
      <description>&lt;P&gt;Using&amp;nbsp;&lt;STRONG&gt;Business Rule&lt;/STRONG&gt;&amp;nbsp; with condition priority is P1&amp;nbsp; - you can create Problem,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Or&lt;/STRONG&gt; Using &lt;STRONG&gt;FLOW&lt;/STRONG&gt; flow designer , you can do the same.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Mar 2026 03:51:28 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/incident-and-problem/m-p/3516600#M6504</guid>
      <dc:creator>Tanushree Maiti</dc:creator>
      <dc:date>2026-03-30T03:51:28Z</dc:date>
    </item>
    <item>
      <title>Re: Incident  and Problem</title>
      <link>https://www.servicenow.com/community/community-central-forum/incident-and-problem/m-p/3517212#M6520</link>
      <description>&lt;P&gt;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/1085268"&gt;@vinayvk0559&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;&lt;span class="lia-unicode-emoji" title=":light_bulb:"&gt;💡&lt;/span&gt; If my response helped, please mark it as correct &lt;span class="lia-unicode-emoji" title=":white_heavy_check_mark:"&gt;✅&lt;/span&gt; and close the thread &lt;span class="lia-unicode-emoji" title=":locked:"&gt;🔒&lt;/span&gt;— this helps future readers find the solution faster! &lt;span class="lia-unicode-emoji" title=":folded_hands:"&gt;🙏&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 31 Mar 2026 03:01:22 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/incident-and-problem/m-p/3517212#M6520</guid>
      <dc:creator>Ankur Bawiskar</dc:creator>
      <dc:date>2026-03-31T03:01:22Z</dc:date>
    </item>
  </channel>
</rss>

