<?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: Copy Attachment in App Engine forum</title>
    <link>https://www.servicenow.com/community/app-engine-forum/copy-attachment/m-p/3112582#M6306</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/133870"&gt;@NAIDILE S&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;STRONG&gt;Please try This After insert Business Rule:&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;function&lt;/SPAN&gt;&lt;SPAN&gt; executeRule(current, previous &lt;/SPAN&gt;&lt;SPAN&gt;/*null when async*/&lt;/SPAN&gt;&lt;SPAN&gt;) {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;if&lt;/SPAN&gt;&lt;SPAN&gt; (current.parent) {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;var&lt;/SPAN&gt;&lt;SPAN&gt; parentSysid = current.parent.toString(); &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; gs.addInfoMessage(&lt;/SPAN&gt;&lt;SPAN&gt;"Parent sys_id: "&lt;/SPAN&gt;&lt;SPAN&gt; + parentSysid);&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;var&lt;/SPAN&gt;&lt;SPAN&gt; attachmentGR = &lt;/SPAN&gt;&lt;SPAN&gt;new&lt;/SPAN&gt; &lt;SPAN&gt;GlideRecord&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'sys_attachment'&lt;/SPAN&gt;&lt;SPAN&gt;);&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; attachmentGR.addQuery(&lt;/SPAN&gt;&lt;SPAN&gt;'table_sys_id'&lt;/SPAN&gt;&lt;SPAN&gt;, parentSysid); &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; attachmentGR.query();&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;var&lt;/SPAN&gt;&lt;SPAN&gt; attachmentCount = attachmentGR.getRowCount(); &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; gs.addInfoMessage(&lt;/SPAN&gt;&lt;SPAN&gt;"Number of attachments"&lt;/SPAN&gt;&lt;SPAN&gt; + attachmentCount);&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;if&lt;/SPAN&gt;&lt;SPAN&gt; (attachmentCount &amp;gt; &lt;/SPAN&gt;&lt;SPAN&gt;0&lt;/SPAN&gt;&lt;SPAN&gt;) {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;while&lt;/SPAN&gt;&lt;SPAN&gt; (attachmentGR.next()) {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;GlideSysAttachment&lt;/SPAN&gt;&lt;SPAN&gt;.copy(&lt;/SPAN&gt;&lt;SPAN&gt;'sn_si_scan_request'&lt;/SPAN&gt;&lt;SPAN&gt;, parentSysid, &lt;/SPAN&gt;&lt;SPAN&gt;'sn_si_incident'&lt;/SPAN&gt;&lt;SPAN&gt;, current.sys_id);&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; }&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;})(current, previous);&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;If the above information helps you, Kindly mark it as Helpful and Accept the solution.&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Regards,&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Pooja.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Mon, 25 Nov 2024 16:44:04 GMT</pubDate>
    <dc:creator>Pooja2998</dc:creator>
    <dc:date>2024-11-25T16:44:04Z</dc:date>
    <item>
      <title>Copy Attachment</title>
      <link>https://www.servicenow.com/community/app-engine-forum/copy-attachment/m-p/3112342#M6301</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a table where i want to copy the attachment to Security incident from Security request.&lt;/P&gt;&lt;P&gt;In&amp;nbsp;Security request we have a UI action called " convert to security incident" once it is converted Security incident will be created and the attachment to be copied over.&lt;/P&gt;&lt;P&gt;I tried using After -insert BR.&amp;nbsp; but its not working . ANywhere im goin wrong? can anyone suggest on this&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Here is the code which i tried&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;var&lt;/SPAN&gt;&lt;SPAN&gt; sourceTable = &lt;/SPAN&gt;&lt;SPAN&gt;"sn_si_request"&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;var&lt;/SPAN&gt;&lt;SPAN&gt; targetTable = &lt;/SPAN&gt;&lt;SPAN&gt;"sn_si_incident"&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;var&lt;/SPAN&gt;&lt;SPAN&gt; attachment = &lt;/SPAN&gt;&lt;SPAN&gt;new&lt;/SPAN&gt; &lt;SPAN&gt;GlideSysAttachment&lt;/SPAN&gt;&lt;SPAN&gt;();&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;attachment.copy(sourceTable,current.sys_id, targetTable,current.sys_id);&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Nov 2024 13:21:07 GMT</pubDate>
      <guid>https://www.servicenow.com/community/app-engine-forum/copy-attachment/m-p/3112342#M6301</guid>
      <dc:creator>NAIDILE S</dc:creator>
      <dc:date>2024-11-25T13:21:07Z</dc:date>
    </item>
    <item>
      <title>Re: Copy Attachment</title>
      <link>https://www.servicenow.com/community/app-engine-forum/copy-attachment/m-p/3112365#M6302</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/133870"&gt;@NAIDILE S&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In UI Action you can try below code.&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt; var grIncident = new GlideRecord('sn_si_incident'); // Table name for Security Incident
    grIncident.initialize();
    grIncident.short_description = current.short_description;
    grIncident.description = current.description;
    grIncident.insert();

    // Copy attachments
    var attachment = new GlideSysAttachment();
    attachment.copy('security_request', current.sys_id, 'sn_si_incident', grIncident.sys_id);&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;If you found my response helpful, please consider selecting "Accept as Solution" and marking it as "Helpful." This not only supports me but also benefits the community.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Runjay Patel - ServiceNow Solution Architect&lt;BR /&gt;YouTube: &lt;A href="https://www.youtube.com/@RunjayP" target="_blank"&gt;https://www.youtube.com/@RunjayP&lt;/A&gt;&lt;BR /&gt;LinkedIn: &lt;A href="https://www.linkedin.com/in/runjay" target="_blank"&gt;https://www.linkedin.com/in/runjay&lt;/A&gt;&lt;/P&gt;&lt;P&gt;-------------------------------------------------------------------------&lt;/P&gt;</description>
      <pubDate>Mon, 25 Nov 2024 13:43:45 GMT</pubDate>
      <guid>https://www.servicenow.com/community/app-engine-forum/copy-attachment/m-p/3112365#M6302</guid>
      <dc:creator>Runjay Patel</dc:creator>
      <dc:date>2024-11-25T13:43:45Z</dc:date>
    </item>
    <item>
      <title>Re: Copy Attachment</title>
      <link>https://www.servicenow.com/community/app-engine-forum/copy-attachment/m-p/3112371#M6303</link>
      <description>&lt;P&gt;Since your Business Rule is running on the sn_si_incident table, 'current.sys_id' will be the sys_id of the incident record, so it is correct to use it as the 4th parameter in the copy method.&amp;nbsp; The second parameter needs to be the sys_id of the request record.&amp;nbsp; Luckily, when the UI Action is used, the parent field on the incident is populated with a reference to the request, so you can use&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt; attachment.copy(sourceTable, current.parent, targetTable, current.sys_id);
&lt;/LI-CODE&gt;
&lt;P&gt;I wouldn't recommend altering the out of box UI Action as you will miss out on any updates that are made to the script or condition in future releases.&amp;nbsp; You especially don't want to add code that creates another incident when the out of box script already does that nicely, linking the two records, assigning the incident, and displaying an ifo message with the link to the new incident.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Nov 2024 14:09:07 GMT</pubDate>
      <guid>https://www.servicenow.com/community/app-engine-forum/copy-attachment/m-p/3112371#M6303</guid>
      <dc:creator>Brad Bowman</dc:creator>
      <dc:date>2024-11-25T14:09:07Z</dc:date>
    </item>
    <item>
      <title>Re: Copy Attachment</title>
      <link>https://www.servicenow.com/community/app-engine-forum/copy-attachment/m-p/3112392#M6304</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/133870"&gt;@NAIDILE S&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;There is no need to create separate BR as this will run even when new record is inserted without click of UI button.&lt;/LI&gt;&lt;LI&gt;Try to copy the attachment when record is created.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Please refer to the script below:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;// Ensure this script is added to the "Convert to Security Incident" UI Action

// Create the Security Incident record
var incidentGr = new GlideRecord("sn_si_incident");
incidentGr.initialize();
incidentGr.short_description = current.short_description; // Copy fields as needed
incidentGr.description = current.description;
incidentGr.some_field = current.some_field; // Copy other fields if needed
incidentGr.insert(); // Insert the new Security Incident record

// Copy attachments from the Security Request to the new Security Incident
var attachment = new GlideSysAttachment();
try {
    attachment.copy("sn_si_request", current.sys_id, "sn_si_incident", incidentGr.sys_id);
    gs.addInfoMessage("Attachments copied successfully to the new Security Incident.");
} catch (e) {
    gs.addErrorMessage("Error copying attachments: " + e.message);
}

// Redirect to the new Security Incident (optional)
action.setRedirectURL(incidentGr);&lt;/LI-CODE&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;"If you found my answer helpful, please &lt;STRONG&gt;like and mark it as an "accepted solution".&lt;/STRONG&gt; It helps others find the solution more easily and supports the community!"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank You&lt;BR /&gt;Juhi Poddar&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Nov 2024 13:56:20 GMT</pubDate>
      <guid>https://www.servicenow.com/community/app-engine-forum/copy-attachment/m-p/3112392#M6304</guid>
      <dc:creator>Juhi Poddar</dc:creator>
      <dc:date>2024-11-25T13:56:20Z</dc:date>
    </item>
    <item>
      <title>Re: Copy Attachment</title>
      <link>https://www.servicenow.com/community/app-engine-forum/copy-attachment/m-p/3112582#M6306</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/133870"&gt;@NAIDILE S&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;STRONG&gt;Please try This After insert Business Rule:&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;function&lt;/SPAN&gt;&lt;SPAN&gt; executeRule(current, previous &lt;/SPAN&gt;&lt;SPAN&gt;/*null when async*/&lt;/SPAN&gt;&lt;SPAN&gt;) {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;if&lt;/SPAN&gt;&lt;SPAN&gt; (current.parent) {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;var&lt;/SPAN&gt;&lt;SPAN&gt; parentSysid = current.parent.toString(); &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; gs.addInfoMessage(&lt;/SPAN&gt;&lt;SPAN&gt;"Parent sys_id: "&lt;/SPAN&gt;&lt;SPAN&gt; + parentSysid);&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;var&lt;/SPAN&gt;&lt;SPAN&gt; attachmentGR = &lt;/SPAN&gt;&lt;SPAN&gt;new&lt;/SPAN&gt; &lt;SPAN&gt;GlideRecord&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'sys_attachment'&lt;/SPAN&gt;&lt;SPAN&gt;);&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; attachmentGR.addQuery(&lt;/SPAN&gt;&lt;SPAN&gt;'table_sys_id'&lt;/SPAN&gt;&lt;SPAN&gt;, parentSysid); &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; attachmentGR.query();&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;var&lt;/SPAN&gt;&lt;SPAN&gt; attachmentCount = attachmentGR.getRowCount(); &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; gs.addInfoMessage(&lt;/SPAN&gt;&lt;SPAN&gt;"Number of attachments"&lt;/SPAN&gt;&lt;SPAN&gt; + attachmentCount);&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;if&lt;/SPAN&gt;&lt;SPAN&gt; (attachmentCount &amp;gt; &lt;/SPAN&gt;&lt;SPAN&gt;0&lt;/SPAN&gt;&lt;SPAN&gt;) {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;while&lt;/SPAN&gt;&lt;SPAN&gt; (attachmentGR.next()) {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;GlideSysAttachment&lt;/SPAN&gt;&lt;SPAN&gt;.copy(&lt;/SPAN&gt;&lt;SPAN&gt;'sn_si_scan_request'&lt;/SPAN&gt;&lt;SPAN&gt;, parentSysid, &lt;/SPAN&gt;&lt;SPAN&gt;'sn_si_incident'&lt;/SPAN&gt;&lt;SPAN&gt;, current.sys_id);&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; }&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;})(current, previous);&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;If the above information helps you, Kindly mark it as Helpful and Accept the solution.&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Regards,&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Pooja.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 25 Nov 2024 16:44:04 GMT</pubDate>
      <guid>https://www.servicenow.com/community/app-engine-forum/copy-attachment/m-p/3112582#M6306</guid>
      <dc:creator>Pooja2998</dc:creator>
      <dc:date>2024-11-25T16:44:04Z</dc:date>
    </item>
    <item>
      <title>Re: Copy Attachment</title>
      <link>https://www.servicenow.com/community/app-engine-forum/copy-attachment/m-p/3112953#M6308</link>
      <description>&lt;P&gt;Thanks for the solution, using BR it worked for me&lt;/P&gt;</description>
      <pubDate>Tue, 26 Nov 2024 04:50:25 GMT</pubDate>
      <guid>https://www.servicenow.com/community/app-engine-forum/copy-attachment/m-p/3112953#M6308</guid>
      <dc:creator>NAIDILE S</dc:creator>
      <dc:date>2024-11-26T04:50:25Z</dc:date>
    </item>
    <item>
      <title>Re: Copy Attachment</title>
      <link>https://www.servicenow.com/community/app-engine-forum/copy-attachment/m-p/3112954#M6309</link>
      <description>&lt;P&gt;Thanks for the solution,using BR it worked for me&lt;/P&gt;</description>
      <pubDate>Tue, 26 Nov 2024 04:51:45 GMT</pubDate>
      <guid>https://www.servicenow.com/community/app-engine-forum/copy-attachment/m-p/3112954#M6309</guid>
      <dc:creator>NAIDILE S</dc:creator>
      <dc:date>2024-11-26T04:51:45Z</dc:date>
    </item>
    <item>
      <title>Re: Copy Attachment</title>
      <link>https://www.servicenow.com/community/app-engine-forum/copy-attachment/m-p/3112963#M6310</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/133870"&gt;@NAIDILE S&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;JFI, Writing BR is not the best solution, BR will run on every new insert.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Nov 2024 05:04:47 GMT</pubDate>
      <guid>https://www.servicenow.com/community/app-engine-forum/copy-attachment/m-p/3112963#M6310</guid>
      <dc:creator>Runjay Patel</dc:creator>
      <dc:date>2024-11-26T05:04:47Z</dc:date>
    </item>
    <item>
      <title>Re: Copy Attachment</title>
      <link>https://www.servicenow.com/community/app-engine-forum/copy-attachment/m-p/3112973#M6311</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;BR /&gt;UI action which is present is OOTB and we cannot customize it. so went with the BR&lt;/P&gt;&lt;P&gt;and for every insert of SIR(security incident) from Security Request(from UI action "convert to security incident) a new SIR will be created&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Nov 2024 05:21:55 GMT</pubDate>
      <guid>https://www.servicenow.com/community/app-engine-forum/copy-attachment/m-p/3112973#M6311</guid>
      <dc:creator>NAIDILE S</dc:creator>
      <dc:date>2024-11-26T05:21:55Z</dc:date>
    </item>
  </channel>
</rss>

