<?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 Attachment - [Update] [Delete] action in Community Central forum</title>
    <link>https://www.servicenow.com/community/community-central-forum/attachment-update-delete-action/m-p/3247872#M2896</link>
    <description>&lt;P&gt;Hi Guys,&amp;nbsp;&lt;BR /&gt;Do anyone have idea on, where do the highlighted UI action configured.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot_29.png" style="width: 917px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/437925iEA4A0418B7C2AB28/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="Screenshot_29.png" alt="Screenshot_29.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 25 Apr 2025 12:23:07 GMT</pubDate>
    <dc:creator>SuryaS</dc:creator>
    <dc:date>2025-04-25T12:23:07Z</dc:date>
    <item>
      <title>Attachment - [Update] [Delete] action</title>
      <link>https://www.servicenow.com/community/community-central-forum/attachment-update-delete-action/m-p/3247872#M2896</link>
      <description>&lt;P&gt;Hi Guys,&amp;nbsp;&lt;BR /&gt;Do anyone have idea on, where do the highlighted UI action configured.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot_29.png" style="width: 917px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/437925iEA4A0418B7C2AB28/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="Screenshot_29.png" alt="Screenshot_29.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Apr 2025 12:23:07 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/attachment-update-delete-action/m-p/3247872#M2896</guid>
      <dc:creator>SuryaS</dc:creator>
      <dc:date>2025-04-25T12:23:07Z</dc:date>
    </item>
    <item>
      <title>Re: Attachment - [Update] [Delete] action</title>
      <link>https://www.servicenow.com/community/community-central-forum/attachment-update-delete-action/m-p/3248049#M2901</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;They're not UI actions but baked into the way to the variable type displays. Do you have a question about their functionality&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Apr 2025 16:15:44 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/attachment-update-delete-action/m-p/3248049#M2901</guid>
      <dc:creator>Kieran Anson</dc:creator>
      <dc:date>2025-04-25T16:15:44Z</dc:date>
    </item>
    <item>
      <title>Re: Attachment - [Update] [Delete] action</title>
      <link>https://www.servicenow.com/community/community-central-forum/attachment-update-delete-action/m-p/3258041#M3005</link>
      <description>&lt;P&gt;Thank you for your response, Kieran Anson. Actually, I just need to know where they are being configured.&lt;/P&gt;</description>
      <pubDate>Thu, 08 May 2025 09:45:43 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/attachment-update-delete-action/m-p/3258041#M3005</guid>
      <dc:creator>SuryaS</dc:creator>
      <dc:date>2025-05-08T09:45:43Z</dc:date>
    </item>
    <item>
      <title>Re: Attachment - [Update] [Delete] action</title>
      <link>https://www.servicenow.com/community/community-central-forum/attachment-update-delete-action/m-p/3258382#M3011</link>
      <description>&lt;P&gt;What do you mean by configured? What are you trying to achieve?&lt;/P&gt;</description>
      <pubDate>Thu, 08 May 2025 14:46:20 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/attachment-update-delete-action/m-p/3258382#M3011</guid>
      <dc:creator>Kieran Anson</dc:creator>
      <dc:date>2025-05-08T14:46:20Z</dc:date>
    </item>
    <item>
      <title>Re: Attachment - [Update] [Delete] action</title>
      <link>https://www.servicenow.com/community/community-central-forum/attachment-update-delete-action/m-p/3557566#M7161</link>
      <description>&lt;P&gt;We are observing the following behavior when using a File Attachment field (u_icon) in ServiceNow:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;A File Attachment field is configured on the kb_knowledge table.&lt;/LI&gt;&lt;LI&gt;A v2.01 record references a sys_attachment record.&lt;/LI&gt;&lt;LI&gt;However, the sys_attachment record is actually associated with v2.0 (base_version), rather than the current v2.01 record.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;As a result:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;The attachment can be downloaded successfully.&lt;/LI&gt;&lt;LI&gt;However, the [Update] and [Delete] links are not displayed.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;We would like to confirm the following points:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;What is the exact condition used to determine whether the [Update] and [Delete] links are displayed for File Attachment fields?&lt;/LI&gt;&lt;LI&gt;Is it required that sys_attachment.table_sys_id == current record sys_id for these actions to appear?&lt;/LI&gt;&lt;LI&gt;Is this logic implemented in a UI Macro, Client Script, or the platform internal renderer?&lt;/LI&gt;&lt;LI&gt;Is there any official documentation describing this behavior?&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;We would greatly appreciate any clarification you can provide, as it will help us accurately explain this behavior to our customer and complete our RCA analysis. Thank you for any response.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jun 2026 09:55:58 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/attachment-update-delete-action/m-p/3557566#M7161</guid>
      <dc:creator>aki_Z</dc:creator>
      <dc:date>2026-06-11T09:55:58Z</dc:date>
    </item>
    <item>
      <title>Re: Attachment - [Update] [Delete] action</title>
      <link>https://www.servicenow.com/community/community-central-forum/attachment-update-delete-action/m-p/3564992#M7261</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;The File Attachment field type is only used on one field in my instance, so I'm not sure if SN intend it to be used widely.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It looks like the only checks it perform are to ensure the user passes a field ACL to write to the field, and has write access to the attachment record&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jun 2026 11:47:05 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/attachment-update-delete-action/m-p/3564992#M7261</guid>
      <dc:creator>Kieran Anson</dc:creator>
      <dc:date>2026-06-26T11:47:05Z</dc:date>
    </item>
  </channel>
</rss>

