<?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 Copy and Paste from the BP product in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Copy-and-Paste-from-the-BP-product/m-p/102066#M48879</link>
    <description>Hi again,&lt;BR /&gt;&lt;BR /&gt;As a result of some trivial problems with BP6.10 and Java programs, we have to change a large number of objects against the Java application. Today these objects use the Match Index for identification of Checkboxes, Buttons and what have you, and each of these will be changed to use some other property. As we're talking about a lot of objects, used by a lot of processes, I started to make a list of object page usages so we can split the job amongst the developers and keep track on where we are in this project.&lt;BR /&gt;&lt;BR /&gt;What I need is a list of all processes using a certain page in an object. Such a list can easily be shown on several screens in BP but you cannot mark and copy anything from these screens to past it in, let's say, an XL, as BP does not allow me to mark and copy any such details. &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;As a programmer, I'd go for the database, run a few SQL's and have the answer ready. Unfortunately, I don't have access to the database, so this thing is out. &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;In a previous similar situation, I made a package of all our processes and objects, and text-searched the resulting XML with Notepad++. That cost me an hour or so to get only the few occurrences I knew existed. Now I expect many data items, spread over many object pages and process pages, so I wouldn't know how to do that. &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&amp;nbsp; &amp;nbsp;(suggestions welcome!)&lt;BR /&gt;&lt;BR /&gt;Questions:&lt;BR /&gt;Anyone has a good idea how to quickly create a list as described above?&lt;BR /&gt;&lt;BR /&gt;BP:&lt;BR /&gt;Why can't we copy anything from the BP interfaces such as Studio and process and object References?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance for any contributions!</description>
    <pubDate>Thu, 23 Dec 2021 10:26:59 GMT</pubDate>
    <dc:creator>PvD_SE</dc:creator>
    <dc:date>2021-12-23T10:26:59Z</dc:date>
    <item>
      <title>Copy and Paste from the BP product</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Copy-and-Paste-from-the-BP-product/m-p/102066#M48879</link>
      <description>Hi again,&lt;BR /&gt;&lt;BR /&gt;As a result of some trivial problems with BP6.10 and Java programs, we have to change a large number of objects against the Java application. Today these objects use the Match Index for identification of Checkboxes, Buttons and what have you, and each of these will be changed to use some other property. As we're talking about a lot of objects, used by a lot of processes, I started to make a list of object page usages so we can split the job amongst the developers and keep track on where we are in this project.&lt;BR /&gt;&lt;BR /&gt;What I need is a list of all processes using a certain page in an object. Such a list can easily be shown on several screens in BP but you cannot mark and copy anything from these screens to past it in, let's say, an XL, as BP does not allow me to mark and copy any such details. &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;As a programmer, I'd go for the database, run a few SQL's and have the answer ready. Unfortunately, I don't have access to the database, so this thing is out. &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;In a previous similar situation, I made a package of all our processes and objects, and text-searched the resulting XML with Notepad++. That cost me an hour or so to get only the few occurrences I knew existed. Now I expect many data items, spread over many object pages and process pages, so I wouldn't know how to do that. &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&amp;nbsp; &amp;nbsp;(suggestions welcome!)&lt;BR /&gt;&lt;BR /&gt;Questions:&lt;BR /&gt;Anyone has a good idea how to quickly create a list as described above?&lt;BR /&gt;&lt;BR /&gt;BP:&lt;BR /&gt;Why can't we copy anything from the BP interfaces such as Studio and process and object References?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance for any contributions!</description>
      <pubDate>Thu, 23 Dec 2021 10:26:59 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Copy-and-Paste-from-the-BP-product/m-p/102066#M48879</guid>
      <dc:creator>PvD_SE</dc:creator>
      <dc:date>2021-12-23T10:26:59Z</dc:date>
    </item>
    <item>
      <title>Re: Copy and Paste from the BP product</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Copy-and-Paste-from-the-BP-product/m-p/102067#M48880</link>
      <description>&lt;P&gt;Ok, no response yet. I probably was not very clear in my original post. Lemme rephrase the question:&lt;BR /&gt;&lt;BR /&gt;Assume we have an external supplier supplying us with BP objects for one of our many applications. These objects are widely used in many processes and also in several of our own objects. &lt;/P&gt;
&lt;P&gt;Suddenly, it is discovered that these objects will no longer work with a new version of BP. As a result, our processes using these objects to access the application will no longer work. Luckily, our supplier reacts swiftly, finds a solution and delivers new versions of all their objects to us. The day is saved! (or is it...)&lt;/P&gt;
&lt;P&gt;Most of the changes made by the supplier are changes in the input parameters on several pages in each of the changed objects. So now we have to find a way to implement these input parameter changes into our own objects and processes. As you are aware, every parameter change has to be handled otherwise our processes will no longer function.&lt;/P&gt;
&lt;P&gt;When listing every modification made by the supplier that involved an changed input parameter, and following each of these changes all the way up to the process, we end up with hundreds of places where action must be taken to keep our processes working. So we need a list in order to split up this massive job and assign a chunk of it to each developer, we can call this list the &lt;EM&gt;To Do&lt;/EM&gt; list.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Question:&lt;/STRONG&gt;&lt;BR /&gt;How would you create the &lt;EM&gt;To Do&lt;/EM&gt; list for this project in a handy format (eg. XL)?&lt;/P&gt;</description>
      <pubDate>Tue, 28 Dec 2021 08:20:52 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Copy-and-Paste-from-the-BP-product/m-p/102067#M48880</guid>
      <dc:creator>PvD_SE</dc:creator>
      <dc:date>2021-12-28T08:20:52Z</dc:date>
    </item>
  </channel>
</rss>

