<?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 Multiple Instances of Same Object in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Multiple-Instances-of-Same-Object/m-p/48113#M3708</link>
    <description>TLDR;
What's the equivalent of the NEW keyword? I want to instantiate and object several times but cannot.

Blue Prism Version 4. I use an object to attach to IBM mainframe. This all works fine, however I have a new process in which I could use two mainframe sessions open on the same desktop but the VBO we've always used cannot be used twice as all calls to the object from process level refer to the same/original instance of the object.</description>
    <pubDate>Mon, 06 Jun 2016 17:36:00 GMT</pubDate>
    <dc:creator>will.carroll</dc:creator>
    <dc:date>2016-06-06T17:36:00Z</dc:date>
    <item>
      <title>Multiple Instances of Same Object</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Multiple-Instances-of-Same-Object/m-p/48113#M3708</link>
      <description>TLDR;
What's the equivalent of the NEW keyword? I want to instantiate and object several times but cannot.

Blue Prism Version 4. I use an object to attach to IBM mainframe. This all works fine, however I have a new process in which I could use two mainframe sessions open on the same desktop but the VBO we've always used cannot be used twice as all calls to the object from process level refer to the same/original instance of the object.</description>
      <pubDate>Mon, 06 Jun 2016 17:36:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Multiple-Instances-of-Same-Object/m-p/48113#M3708</guid>
      <dc:creator>will.carroll</dc:creator>
      <dc:date>2016-06-06T17:36:00Z</dc:date>
    </item>
    <item>
      <title>From what I can tell, BP</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Multiple-Instances-of-Same-Object/m-p/48114#M3709</link>
      <description>From what I can tell, BP operates within Parent Child Scope.  So every unique object called from parent X will be the same.
What you could do, is pass an instance reference # with any method call, and the object can call itself  times to a different scope level and using that Object instances attachment and function that way.  (Essentially a recursive call to the requested Object instance)
Or, you could keep it easy, and just 'Save As' your object to a new object file and just call that for Application #2.</description>
      <pubDate>Thu, 16 Jun 2016 23:38:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Multiple-Instances-of-Same-Object/m-p/48114#M3709</guid>
      <dc:creator>BuzzaT</dc:creator>
      <dc:date>2016-06-16T23:38:00Z</dc:date>
    </item>
  </channel>
</rss>

