<?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>topic RE: Merging Multiple Objects into One in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Merging-Multiple-Objects-into-One/m-p/89477#M39857</link>
    <description>Since every object has it's own unique object model, you wouldn't be able to merge all objects into it.&lt;BR /&gt;However, You may try exploring the sharable object model which could probably help you.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Vivek Goel&lt;BR /&gt;RPA Architect&lt;BR /&gt;Asia/Singapore&lt;BR /&gt;+6594554364&lt;BR /&gt;&lt;A href="https://www.rpatools.com/" target="test_blank"&gt;https://www.rpatools.com/&lt;/A&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Wed, 27 Nov 2019 06:32:00 GMT</pubDate>
    <dc:creator>vivek.kumar.goel</dc:creator>
    <dc:date>2019-11-27T06:32:00Z</dc:date>
    <item>
      <title>Merging Multiple Objects into One</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Merging-Multiple-Objects-into-One/m-p/89476#M39856</link>
      <description>Hi team,&lt;BR /&gt;&lt;BR /&gt;There is a way of merging 5 different objects into one, without doing copy and paste from each object into the brand new one?&lt;BR /&gt;&lt;BR /&gt;Due to nested dependencies plan to make things easier by having a big objects with all Utilities e.g (Utility - Collection manipulation, File Manipulation, Folder Manipulation) etc.&lt;BR /&gt;&lt;BR /&gt;I need to have this action without touching the original ones, at the end of the day plan to have the original ones and this new big object.&lt;BR /&gt;&lt;BR /&gt;Thank you!&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Cohen&lt;BR /&gt;RPA Developer&lt;BR /&gt;&lt;BR /&gt;Romania&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 26 Nov 2019 12:53:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Merging-Multiple-Objects-into-One/m-p/89476#M39856</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-11-26T12:53:00Z</dc:date>
    </item>
    <item>
      <title>RE: Merging Multiple Objects into One</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Merging-Multiple-Objects-into-One/m-p/89477#M39857</link>
      <description>Since every object has it's own unique object model, you wouldn't be able to merge all objects into it.&lt;BR /&gt;However, You may try exploring the sharable object model which could probably help you.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Vivek Goel&lt;BR /&gt;RPA Architect&lt;BR /&gt;Asia/Singapore&lt;BR /&gt;+6594554364&lt;BR /&gt;&lt;A href="https://www.rpatools.com/" target="test_blank"&gt;https://www.rpatools.com/&lt;/A&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 27 Nov 2019 06:32:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Merging-Multiple-Objects-into-One/m-p/89477#M39857</guid>
      <dc:creator>vivek.kumar.goel</dc:creator>
      <dc:date>2019-11-27T06:32:00Z</dc:date>
    </item>
    <item>
      <title>RE: Merging Multiple Objects into One</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Merging-Multiple-Objects-into-One/m-p/89478#M39858</link>
      <description>it doesn't when you manage a big team and a lot of processes etc!&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Cohen&lt;BR /&gt;RPA Developer&lt;BR /&gt;&lt;BR /&gt;Romania&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 28 Nov 2019 10:24:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Merging-Multiple-Objects-into-One/m-p/89478#M39858</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-11-28T10:24:00Z</dc:date>
    </item>
    <item>
      <title>RE: Merging Multiple Objects into One</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Merging-Multiple-Objects-into-One/m-p/89479#M39859</link>
      <description>There can be a valid reason to have all code in one VBO - avoiding OOM errors due to spreading collection copies.&lt;BR /&gt;Although, answer to original question seems to be no, not easily possible.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Andrey Kudinov&lt;BR /&gt;Project Manager&lt;BR /&gt;MobileTelesystems PJSC&lt;BR /&gt;Europe/Moscow&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 28 Nov 2019 13:28:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Merging-Multiple-Objects-into-One/m-p/89479#M39859</guid>
      <dc:creator>AndreyKudinov</dc:creator>
      <dc:date>2019-11-28T13:28:00Z</dc:date>
    </item>
    <item>
      <title>RE: Merging Multiple Objects into One</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Merging-Multiple-Objects-into-One/m-p/89480#M39860</link>
      <description>It took me a lot of time to do this. Basically all the objects that have no code inside/objects in application Modeler can be merge by copying the pages etc.&lt;BR /&gt;Those that have C# or Vb code can be merge only to have all the C# objects into one Master object with the condition that all functions must not be duplicate etc.&lt;BR /&gt;&lt;BR /&gt;Nevertheless I think this is an improvement idea that BP should take into consideration. People have tones of objects for the long term we should have the possibility of merging things much easier. For this topic everything is manual and we are in automation business....Customer satisfaction should be taken into consideration when you develop something for process automation...&lt;BR /&gt;&lt;BR /&gt;Would be nice to have someone from BP's management/R&amp;amp;D to think on this topic.&lt;BR /&gt;&lt;BR /&gt;Cheers!&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Cohen&lt;BR /&gt;RPA Developer&lt;BR /&gt;&lt;BR /&gt;Romania&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 28 Nov 2019 13:41:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Merging-Multiple-Objects-into-One/m-p/89480#M39860</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-11-28T13:41:00Z</dc:date>
    </item>
    <item>
      <title>RE: Merging Multiple Objects into One</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Merging-Multiple-Objects-into-One/m-p/89481#M39861</link>
      <description>and the same another object for VB. --each programming language with it's basket...&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Cohen&lt;BR /&gt;RPA Developer&lt;BR /&gt;&lt;BR /&gt;Romania&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 28 Nov 2019 13:42:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Merging-Multiple-Objects-into-One/m-p/89481#M39861</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-11-28T13:42:00Z</dc:date>
    </item>
  </channel>
</rss>

