<?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 Update Short Description When Work Notes Are Updated in Incident Management forum</title>
    <link>https://www.servicenow.com/community/incident-management-forum/update-short-description-when-work-notes-are-updated/m-p/3466616#M13536</link>
    <description>&lt;H3&gt;Requirement&lt;/H3&gt;&lt;P&gt;Whenever &lt;STRONG&gt;Work Notes&lt;/STRONG&gt; are updated on an Incident, automatically append the &lt;STRONG&gt;user details&lt;/STRONG&gt; to the &lt;STRONG&gt;Short Description&lt;/STRONG&gt; field.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;H3&gt;Solution: After Business Rule&lt;/H3&gt;&lt;P&gt;We can achieve this using an &lt;STRONG&gt;After Business Rule&lt;/STRONG&gt; on the &lt;STRONG&gt;Incident&lt;/STRONG&gt; table that triggers whenever the &lt;STRONG&gt;work_notes&lt;/STRONG&gt; field changes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Condition:&amp;nbsp; current.work_notes.changes()&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If(!current.work_notes.changes()){&lt;/P&gt;&lt;P&gt;return;&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;var usr = gs.getUserDisplayName();&lt;/P&gt;&lt;P&gt;current.short_description = current.short_description +“ ”+ “updated by ” + usr;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;H3&gt;Script Explanation&lt;/H3&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;current.work_notes.changes()&lt;/STRONG&gt;&lt;BR /&gt;Checks whether the Work Notes field was modified in the current update.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;gs.getUserDisplayName()&lt;/STRONG&gt;&lt;BR /&gt;Retrieves the display name of the currently logged-in user.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;current.short_description&lt;/STRONG&gt;&lt;BR /&gt;Appends the user information to the existing short description.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;H3&gt;Conclusion&lt;/H3&gt;&lt;P&gt;This approach provides a simple way to reflect &lt;STRONG&gt;user activity&lt;/STRONG&gt; directly in the Incident short description without additional fields or tables.&lt;/P&gt;</description>
    <pubDate>Wed, 14 Jan 2026 02:40:55 GMT</pubDate>
    <dc:creator>ZubairQ</dc:creator>
    <dc:date>2026-01-14T02:40:55Z</dc:date>
    <item>
      <title>Update Short Description When Work Notes Are Updated</title>
      <link>https://www.servicenow.com/community/incident-management-forum/update-short-description-when-work-notes-are-updated/m-p/3466616#M13536</link>
      <description>&lt;H3&gt;Requirement&lt;/H3&gt;&lt;P&gt;Whenever &lt;STRONG&gt;Work Notes&lt;/STRONG&gt; are updated on an Incident, automatically append the &lt;STRONG&gt;user details&lt;/STRONG&gt; to the &lt;STRONG&gt;Short Description&lt;/STRONG&gt; field.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;H3&gt;Solution: After Business Rule&lt;/H3&gt;&lt;P&gt;We can achieve this using an &lt;STRONG&gt;After Business Rule&lt;/STRONG&gt; on the &lt;STRONG&gt;Incident&lt;/STRONG&gt; table that triggers whenever the &lt;STRONG&gt;work_notes&lt;/STRONG&gt; field changes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Condition:&amp;nbsp; current.work_notes.changes()&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If(!current.work_notes.changes()){&lt;/P&gt;&lt;P&gt;return;&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;var usr = gs.getUserDisplayName();&lt;/P&gt;&lt;P&gt;current.short_description = current.short_description +“ ”+ “updated by ” + usr;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;H3&gt;Script Explanation&lt;/H3&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;current.work_notes.changes()&lt;/STRONG&gt;&lt;BR /&gt;Checks whether the Work Notes field was modified in the current update.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;gs.getUserDisplayName()&lt;/STRONG&gt;&lt;BR /&gt;Retrieves the display name of the currently logged-in user.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;current.short_description&lt;/STRONG&gt;&lt;BR /&gt;Appends the user information to the existing short description.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;H3&gt;Conclusion&lt;/H3&gt;&lt;P&gt;This approach provides a simple way to reflect &lt;STRONG&gt;user activity&lt;/STRONG&gt; directly in the Incident short description without additional fields or tables.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jan 2026 02:40:55 GMT</pubDate>
      <guid>https://www.servicenow.com/community/incident-management-forum/update-short-description-when-work-notes-are-updated/m-p/3466616#M13536</guid>
      <dc:creator>ZubairQ</dc:creator>
      <dc:date>2026-01-14T02:40:55Z</dc:date>
    </item>
    <item>
      <title>Re: Update Short Description When Work Notes Are Updated</title>
      <link>https://www.servicenow.com/community/incident-management-forum/update-short-description-when-work-notes-are-updated/m-p/3466626#M13537</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/1034001"&gt;@ZubairQ&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is not completely feasible, imagine there are 10 times Work Notes updated, short description field will not have that size to save these lot of details. I suggest you can try this on Description rather than short description field.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jan 2026 02:56:18 GMT</pubDate>
      <guid>https://www.servicenow.com/community/incident-management-forum/update-short-description-when-work-notes-are-updated/m-p/3466626#M13537</guid>
      <dc:creator>PrashantLearnIT</dc:creator>
      <dc:date>2026-01-14T02:56:18Z</dc:date>
    </item>
    <item>
      <title>Re: Update Short Description When Work Notes Are Updated</title>
      <link>https://www.servicenow.com/community/incident-management-forum/update-short-description-when-work-notes-are-updated/m-p/3466638#M13538</link>
      <description>&lt;P&gt;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/19635"&gt;@PrashantLearnIT&lt;/a&gt;&amp;nbsp; Yes, you’re absolutely right. This approach would be suitable only for &lt;STRONG&gt;limited updates to the Short Description&lt;/STRONG&gt; and may not be ideal for frequent changes.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jan 2026 03:07:06 GMT</pubDate>
      <guid>https://www.servicenow.com/community/incident-management-forum/update-short-description-when-work-notes-are-updated/m-p/3466638#M13538</guid>
      <dc:creator>ZubairQ</dc:creator>
      <dc:date>2026-01-14T03:07:06Z</dc:date>
    </item>
    <item>
      <title>Re: Update Short Description When Work Notes Are Updated</title>
      <link>https://www.servicenow.com/community/incident-management-forum/update-short-description-when-work-notes-are-updated/m-p/3466997#M13546</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/1034001"&gt;@ZubairQ&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;why would you do that in the first place? Sorry for telling it but this scenario is just nonsense.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If some details are stored in Work notes, then it's visible only to technical stuff (assignment group, agents, managers, admins) and it's hidden from end users on purpose... copying it from WN to ANY other field is just wrong.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, the short description field (&lt;EM&gt;with limited character length&lt;/EM&gt;) shall be as concise as possible as it serves for easier identification and categorisation... that would lead to inconsistency and imagine an incident that is WIP has suddenly changed its short description... there is no benefit from this, just chaos. sorry...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jan 2026 13:05:41 GMT</pubDate>
      <guid>https://www.servicenow.com/community/incident-management-forum/update-short-description-when-work-notes-are-updated/m-p/3466997#M13546</guid>
      <dc:creator>glideFather</dc:creator>
      <dc:date>2026-01-14T13:05:41Z</dc:date>
    </item>
  </channel>
</rss>

