<?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 Service Bridge question in Technology forum</title>
    <link>https://www.servicenow.com/community/technology-forum/service-bridge-question/m-p/2819847#M11</link>
    <description>&lt;P&gt;Is there a way to transfer attachments, work notes, and comments created before the service bridge connection was established? For us, only comments and attachments added after the service bridge was created (condition was met) are transferred.&lt;/P&gt;</description>
    <pubDate>Thu, 08 Feb 2024 09:29:21 GMT</pubDate>
    <dc:creator>JosipK</dc:creator>
    <dc:date>2024-02-08T09:29:21Z</dc:date>
    <item>
      <title>Service Bridge question</title>
      <link>https://www.servicenow.com/community/technology-forum/service-bridge-question/m-p/2819847#M11</link>
      <description>&lt;P&gt;Is there a way to transfer attachments, work notes, and comments created before the service bridge connection was established? For us, only comments and attachments added after the service bridge was created (condition was met) are transferred.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Feb 2024 09:29:21 GMT</pubDate>
      <guid>https://www.servicenow.com/community/technology-forum/service-bridge-question/m-p/2819847#M11</guid>
      <dc:creator>JosipK</dc:creator>
      <dc:date>2024-02-08T09:29:21Z</dc:date>
    </item>
    <item>
      <title>Re: Service Bridge question</title>
      <link>https://www.servicenow.com/community/technology-forum/service-bridge-question/m-p/2819945#M12</link>
      <description>&lt;P&gt;You are using the new (Nov 2023) version of the Service Bridge, I assume?&lt;/P&gt;</description>
      <pubDate>Thu, 08 Feb 2024 10:21:51 GMT</pubDate>
      <guid>https://www.servicenow.com/community/technology-forum/service-bridge-question/m-p/2819945#M12</guid>
      <dc:creator>SrdanMatijevic</dc:creator>
      <dc:date>2024-02-08T10:21:51Z</dc:date>
    </item>
    <item>
      <title>Re: Service Bridge question</title>
      <link>https://www.servicenow.com/community/technology-forum/service-bridge-question/m-p/2819956#M13</link>
      <description>&lt;P&gt;Correct&lt;/P&gt;</description>
      <pubDate>Thu, 08 Feb 2024 10:31:14 GMT</pubDate>
      <guid>https://www.servicenow.com/community/technology-forum/service-bridge-question/m-p/2819956#M13</guid>
      <dc:creator>JosipK</dc:creator>
      <dc:date>2024-02-08T10:31:14Z</dc:date>
    </item>
    <item>
      <title>Re: Service Bridge question</title>
      <link>https://www.servicenow.com/community/technology-forum/service-bridge-question/m-p/2820443#M14</link>
      <description>&lt;P&gt;OOTB it will only transfer attachments, work notes, and comments on/after the connection is established for the record. However you could add your own logic to send the pre-existing content to the Remote Task which would then send it over.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For Work Notes and Comments, you will have to query the journal to get the pre-existing entries since they will not be directly in the record. Same for attachments, find any associated associated. I will see if I can find any examples.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Feb 2024 14:26:16 GMT</pubDate>
      <guid>https://www.servicenow.com/community/technology-forum/service-bridge-question/m-p/2820443#M14</guid>
      <dc:creator>Ryan Palamara</dc:creator>
      <dc:date>2024-02-08T14:26:16Z</dc:date>
    </item>
    <item>
      <title>Re: Service Bridge question</title>
      <link>https://www.servicenow.com/community/technology-forum/service-bridge-question/m-p/2820485#M15</link>
      <description>&lt;P&gt;Thanks. If I understand correctly, the design pattern for the business rule would be:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&amp;nbsp;Trigger: a record on the consumer side satisfies the criteria for the Service Bridge integration i.e. the related remote task on the consumer side is created. In our use case, we are bonding the incident records that have a specific assignment group.&lt;UL&gt;&lt;LI&gt;The code would be run on afterUpdate to make sure that a consumer remote task is created.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;Logic: copy all attachments, work note and comments from the consumer eBonded incident records to the related remote task&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;The Service Bridge would then automatically do its magic and copy them to the corresponding remote task on the provider side.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Comments and attachments would then automatically be copied to the target record on the provider side. For the work notes, additional code is needed and you have already &lt;A href="https://www.servicenow.com/community/technology-blog/remote-task-work-notes-synchronization/ba-p/2808309" target="_blank" rel="noopener"&gt;posted an article&lt;/A&gt; on how to do that.&lt;/P&gt;&lt;P&gt;Does this sound right?&lt;/P&gt;&lt;P&gt;Of course, any code examples would be welcome, as always&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":beaming_face_with_smiling_eyes:"&gt;😁&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Feb 2024 14:51:53 GMT</pubDate>
      <guid>https://www.servicenow.com/community/technology-forum/service-bridge-question/m-p/2820485#M15</guid>
      <dc:creator>SrdanMatijevic</dc:creator>
      <dc:date>2024-02-08T14:51:53Z</dc:date>
    </item>
    <item>
      <title>Re: Service Bridge question</title>
      <link>https://www.servicenow.com/community/technology-forum/service-bridge-question/m-p/2820665#M16</link>
      <description>&lt;P&gt;Yes, it will be along these lines, you are on the right track. Potentially some differences based on whether the remote task is created on the Provider or Consumer side. I believe on the Consumer instance with a simple trigger, the remote task will be created with the after BR of "Manage task updates" which calls on the SI "SBRemoteTaskUtil". When a Remote Task is created on the Provider side,&amp;nbsp; it should be calling on the Flow Designer action "Create remote task for Consumer" which then calls on the "PSBRemoteTaskUtil".&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Logic is just as you wrote, however I am not certain off hand WHERE the trigger should be set (ie. After BR, flow....). I will look for more detail on this.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Feb 2024 16:48:48 GMT</pubDate>
      <guid>https://www.servicenow.com/community/technology-forum/service-bridge-question/m-p/2820665#M16</guid>
      <dc:creator>Ryan Palamara</dc:creator>
      <dc:date>2024-02-08T16:48:48Z</dc:date>
    </item>
  </channel>
</rss>

