<?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 object calling in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/object-calling/m-p/84131#M35313</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;is calling one object from another object (not process) best practice ?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Rakesh&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Rakesh Mudunuri &lt;BR /&gt;RPA Developer&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Fri, 31 Jul 2020 11:57:00 GMT</pubDate>
    <dc:creator>RakeshMudunuri</dc:creator>
    <dc:date>2020-07-31T11:57:00Z</dc:date>
    <item>
      <title>object calling</title>
      <link>https://community.blueprism.com/t5/Product-Forum/object-calling/m-p/84131#M35313</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;is calling one object from another object (not process) best practice ?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Rakesh&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Rakesh Mudunuri &lt;BR /&gt;RPA Developer&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 31 Jul 2020 11:57:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/object-calling/m-p/84131#M35313</guid>
      <dc:creator>RakeshMudunuri</dc:creator>
      <dc:date>2020-07-31T11:57:00Z</dc:date>
    </item>
    <item>
      <title>RE: object calling</title>
      <link>https://community.blueprism.com/t5/Product-Forum/object-calling/m-p/84132#M35314</link>
      <description>Hi&amp;nbsp;&lt;SPAN&gt;Rakesh,&lt;BR /&gt;&lt;BR /&gt;objects should only include actions that perform minimal operations on the application UI. Business logic,&amp;nbsp;business rules and decision making should not be included in the object's action. If you follow those rules, and in general the rules listed in the&amp;nbsp;Object Design Guide (https://portal.blueprism.com/documents/object-design-guide), you should be in the position&amp;nbsp;of avoiding to call object's actions from another object. There might be exceptions but objects that calls other object's actions are difficult to maintain, generally not reusable, and require strict regression tests every time one of their dependencies change. Even a mature Design Authority would struggle maintaining&amp;nbsp;that level of control. Long story short, it is strongly advised that all object's actions are called from BP Processes and not from other objects.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Luca Valente&lt;BR /&gt;Senior Product Consultant&lt;BR /&gt;Blue Prism&lt;BR /&gt;America/New_York&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 31 Jul 2020 15:22:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/object-calling/m-p/84132#M35314</guid>
      <dc:creator>LucaValente</dc:creator>
      <dc:date>2020-07-31T15:22:00Z</dc:date>
    </item>
    <item>
      <title>RE: object calling</title>
      <link>https://community.blueprism.com/t5/Product-Forum/object-calling/m-p/84133#M35315</link>
      <description>Hello Rakesh,&lt;BR /&gt;&lt;BR /&gt;I completely agree with Luca's advice.&lt;BR /&gt;&lt;BR /&gt;I would only add that from my experience, there have been some instances where I've created objects that called other objects. This usually happens with utility objects that are not driving target applications. For example, when I want to create a wrapper object that performs a very specific, discrete unit of work but need to rely on another utility object (Strings, File Management, Collection, etc.) for some capability support. There may also be some edge cases here to support extending an existing object's functionality without completing forking a utility object into a custom, in house supported object.&lt;BR /&gt;&lt;BR /&gt;I would recommend tracking object dependencies as part of your delivery process to avoid those potential release dependency issues.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Wing Ling Leung&lt;BR /&gt;Senior Product Consultant&lt;BR /&gt;Blue Prism Professional Services&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Sat, 01 Aug 2020 00:24:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/object-calling/m-p/84133#M35315</guid>
      <dc:creator>wleung</dc:creator>
      <dc:date>2020-08-01T00:24:00Z</dc:date>
    </item>
    <item>
      <title>RE: object calling</title>
      <link>https://community.blueprism.com/t5/Product-Forum/object-calling/m-p/84134#M35316</link>
      <description>Hi Luca,&lt;BR /&gt;&lt;BR /&gt;Thanks for your time !&lt;BR /&gt;&lt;BR /&gt;if i want to create some object with the help of Utility-strings (no need to interact with other applications), in that case also your answer is valid ?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Rakesh&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Rakesh Mudunuri RPA Developer&lt;BR /&gt;RPA Developer&lt;BR /&gt;Asia/Kolkata&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Sat, 01 Aug 2020 10:20:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/object-calling/m-p/84134#M35316</guid>
      <dc:creator>RakeshMudunuri</dc:creator>
      <dc:date>2020-08-01T10:20:00Z</dc:date>
    </item>
    <item>
      <title>RE: object calling</title>
      <link>https://community.blueprism.com/t5/Product-Forum/object-calling/m-p/84135#M35317</link>
      <description>Hi&amp;nbsp;&lt;SPAN&gt;Wing Ling Leung,&lt;BR /&gt;&lt;BR /&gt;Thanks for your reply !&lt;BR /&gt;&lt;BR /&gt;so, if we are going to create some object with available utility objects (not calling target related applications) there is no problem with that approach ?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Rakesh&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Rakesh Mudunuri RPA Developer&lt;BR /&gt;RPA Developer&lt;BR /&gt;Asia/Kolkata&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Sat, 01 Aug 2020 10:27:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/object-calling/m-p/84135#M35317</guid>
      <dc:creator>RakeshMudunuri</dc:creator>
      <dc:date>2020-08-01T10:27:00Z</dc:date>
    </item>
    <item>
      <title>RE: object calling</title>
      <link>https://community.blueprism.com/t5/Product-Forum/object-calling/m-p/84136#M35318</link>
      <description>Hello Rakesh,&lt;BR /&gt;&lt;BR /&gt;I would avoid calling objects within objects for all the reasons that Luca pointed out and as a general practice. However, there are definitely cases where I don't see this as a problem. For example, if there is a common String VBO and your organization is building a common Document Parser object(with common functions such as counting number of words in a paragraph, etc.) I don't see any reason why the Document Parser object cannot leverage the common actions in the String object.&lt;BR /&gt;&lt;BR /&gt;Hope that clarifies.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Wing Ling Leung&lt;BR /&gt;Senior Product Consultant&lt;BR /&gt;Blue Prism Professional Services&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 04 Aug 2020 21:07:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/object-calling/m-p/84136#M35318</guid>
      <dc:creator>wleung</dc:creator>
      <dc:date>2020-08-04T21:07:00Z</dc:date>
    </item>
    <item>
      <title>RE: object calling</title>
      <link>https://community.blueprism.com/t5/Product-Forum/object-calling/m-p/84137#M35319</link>
      <description>Hi&lt;BR /&gt;same thing in my mind too.&lt;BR /&gt;Thanks for clarifying.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Thanks&lt;BR /&gt;Rakesh&lt;BR /&gt;RPA Developer&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Aug 2020 05:18:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/object-calling/m-p/84137#M35319</guid>
      <dc:creator>RakeshMudunuri</dc:creator>
      <dc:date>2020-08-06T05:18:00Z</dc:date>
    </item>
  </channel>
</rss>

