<?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: VBO Elements &amp; Attributes - SQL query in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/VBO-Elements-Attributes-SQL-query/m-p/70060#M22665</link>
    <description>Hi &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/51621"&gt;@TomasKochan2&lt;/a&gt;&lt;BR /&gt;&lt;BR /&gt;What do you expect to get with this? Like a list of changes in general or object per object?&lt;BR /&gt;&lt;BR /&gt;For this case, we need to implement some code, let me think about this.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;See you in the community, bye :)​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Pablo Sarabia&lt;BR /&gt;Architect&lt;BR /&gt;Altamira Assets Management&lt;BR /&gt;Madrid&lt;BR /&gt;634726270&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Tue, 01 Mar 2022 18:09:00 GMT</pubDate>
    <dc:creator>PabloSarabia</dc:creator>
    <dc:date>2022-03-01T18:09:00Z</dc:date>
    <item>
      <title>VBO Elements &amp; Attributes - SQL query</title>
      <link>https://community.blueprism.com/t5/Product-Forum/VBO-Elements-Attributes-SQL-query/m-p/70057#M22662</link>
      <description>Hi, I have a spied object with many elements. How to pull from BP database all it's elements and their selected attributes &amp;amp; values by SQL query? Also how to pull all changes: new / modified elements and their attributes for past 10 days please? Thank you&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Tomas Kochan&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 01 Mar 2022 12:31:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/VBO-Elements-Attributes-SQL-query/m-p/70057#M22662</guid>
      <dc:creator>TomasKochan1</dc:creator>
      <dc:date>2022-03-01T12:31:00Z</dc:date>
    </item>
    <item>
      <title>RE: VBO Elements &amp; Attributes - SQL query</title>
      <link>https://community.blueprism.com/t5/Product-Forum/VBO-Elements-Attributes-SQL-query/m-p/70058#M22663</link>
      <description>Hi &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/51621"&gt;@TomasKochan2&lt;/a&gt;&lt;BR /&gt;&lt;BR /&gt;You have all this information in the DataBase, but is not easy to check.&lt;BR /&gt;&lt;BR /&gt;First you have the table ​[BPAProcess]. In the field "processxml" you have all the information about the Business Objects and Business Process. To know wicth kind of object is, check the field ProcessType; P = Process and O = Object.&lt;BR /&gt;&lt;BR /&gt;Now changes... You have this table [BPAAuditEvents]. In this table you can see all change across the platform. To join these two tables use this: [BPAAuditEvents].[gTgtProcID]= [BPAProcess].[processid]&lt;BR /&gt;&lt;BR /&gt;In the audit table you have the newXML field, here you have the information.&lt;BR /&gt;&lt;BR /&gt;The comparation of the xml from the BPAProcess and BPAAuditEvents will gives you the changes.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps you!&lt;BR /&gt;&lt;BR /&gt;See you in the community, bye &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Pablo Sarabia&lt;BR /&gt;Architect&lt;BR /&gt;Altamira Assets Management&lt;BR /&gt;Madrid&lt;BR /&gt;634726270&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 01 Mar 2022 15:23:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/VBO-Elements-Attributes-SQL-query/m-p/70058#M22663</guid>
      <dc:creator>PabloSarabia</dc:creator>
      <dc:date>2022-03-01T15:23:00Z</dc:date>
    </item>
    <item>
      <title>RE: VBO Elements &amp; Attributes - SQL query</title>
      <link>https://community.blueprism.com/t5/Product-Forum/VBO-Elements-Attributes-SQL-query/m-p/70059#M22664</link>
      <description>Hi &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/66"&gt;@PabloSarabia&lt;/a&gt; , thank you for your info. I have checked the 2 tables before. Is there a better way please? Other than xml, I've been looking for table &amp;amp; columns directly on Elements &amp;amp; Attributes to have just straight report without parsing xml.​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Tomas Kochan&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 01 Mar 2022 15:38:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/VBO-Elements-Attributes-SQL-query/m-p/70059#M22664</guid>
      <dc:creator>TomasKochan1</dc:creator>
      <dc:date>2022-03-01T15:38:00Z</dc:date>
    </item>
    <item>
      <title>RE: VBO Elements &amp; Attributes - SQL query</title>
      <link>https://community.blueprism.com/t5/Product-Forum/VBO-Elements-Attributes-SQL-query/m-p/70060#M22665</link>
      <description>Hi &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/51621"&gt;@TomasKochan2&lt;/a&gt;&lt;BR /&gt;&lt;BR /&gt;What do you expect to get with this? Like a list of changes in general or object per object?&lt;BR /&gt;&lt;BR /&gt;For this case, we need to implement some code, let me think about this.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;See you in the community, bye :)​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Pablo Sarabia&lt;BR /&gt;Architect&lt;BR /&gt;Altamira Assets Management&lt;BR /&gt;Madrid&lt;BR /&gt;634726270&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 01 Mar 2022 18:09:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/VBO-Elements-Attributes-SQL-query/m-p/70060#M22665</guid>
      <dc:creator>PabloSarabia</dc:creator>
      <dc:date>2022-03-01T18:09:00Z</dc:date>
    </item>
  </channel>
</rss>

