<?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: How to create a custom object inventory in Blue Prism? in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/How-to-create-a-custom-object-inventory-in-Blue-Prism/m-p/92384#M42184</link>
    <description>There's an object inventory VBO on the DX&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;John Carter&lt;BR /&gt;Professional Services&lt;BR /&gt;Blue Prism&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Mon, 20 Jul 2020 07:45:00 GMT</pubDate>
    <dc:creator>John__Carter</dc:creator>
    <dc:date>2020-07-20T07:45:00Z</dc:date>
    <item>
      <title>How to create a custom object inventory in Blue Prism?</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-create-a-custom-object-inventory-in-Blue-Prism/m-p/92382#M42182</link>
      <description>&lt;P&gt;I want to create a custom object inventory for Blue Prism. This can be achieved through xml file which gets save in db but I do not have access to it. Also, exporting/importing option is not quiet feasible as the number of objects is more.&lt;/P&gt;
&lt;P&gt;Is there a way through .net or python this can be achieved?&lt;/P&gt;

--------------------------------------------------&lt;BR /&gt;

&lt;B&gt;Disclaimer:&lt;/B&gt; This content was auto-posted from Stackoverflow. The original Stackoverflow question is here &lt;A href="https://stackoverflow.com/questions/62964159/how-to-create-a-custom-object-inventory-in-blue-prism"&gt;Stackoverflow Post&lt;/A&gt;, posted by &lt;A href="https://stackoverflow.com/users/11853852/ankita-mohapatra"&gt;Ankita Mohapatra&lt;/A&gt;.</description>
      <pubDate>Sat, 18 Jul 2020 07:04:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-create-a-custom-object-inventory-in-Blue-Prism/m-p/92382#M42182</guid>
      <dc:creator>Digital_WorkerB</dc:creator>
      <dc:date>2020-07-18T07:04:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to create a custom object inventory in Blue Prism?</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-create-a-custom-object-inventory-in-Blue-Prism/m-p/92383#M42183</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;you can try to use Blue Prism command line tool - automatec&lt;BR /&gt;lines to try do they correspond to your requirements (you can read more about connection types in Blue Prism help -&amp;gt; Press F1 and search for "command line"):&lt;BR /&gt;only process list:&lt;BR /&gt;"c:\Program Files\Blue Prism Limited\Blue Prism Automate\AutomateC.exe" {/user &amp;lt;user&amp;gt; &amp;lt;password&amp;gt; | /sso } /dbconname &amp;lt;connectionname&amp;gt; /listprocesses &amp;gt; "c:\...\objectlist.txt"&lt;BR /&gt;more information (type of object/DBID):&lt;BR /&gt;"c:\Program Files\Blue Prism Limited\Blue Prism Automate\AutomateC.exe" {/user &amp;lt;user&amp;gt; &amp;lt;password&amp;gt; | /sso } /dbconname &amp;lt;connectionname&amp;gt; /report "c:\...\report.txt"&lt;BR /&gt;&lt;BR /&gt;and then you can use the output in any python/powershell/...&lt;BR /&gt;&lt;BR /&gt;BR,&lt;BR /&gt;M&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Mindaugas Breskus&lt;BR /&gt;Software engineer&lt;BR /&gt;Swedbank&lt;BR /&gt;Europe/Vilnius&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 20 Jul 2020 06:20:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-create-a-custom-object-inventory-in-Blue-Prism/m-p/92383#M42183</guid>
      <dc:creator>MindaugasBresku</dc:creator>
      <dc:date>2020-07-20T06:20:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to create a custom object inventory in Blue Prism?</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-create-a-custom-object-inventory-in-Blue-Prism/m-p/92384#M42184</link>
      <description>There's an object inventory VBO on the DX&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;John Carter&lt;BR /&gt;Professional Services&lt;BR /&gt;Blue Prism&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 20 Jul 2020 07:45:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-create-a-custom-object-inventory-in-Blue-Prism/m-p/92384#M42184</guid>
      <dc:creator>John__Carter</dc:creator>
      <dc:date>2020-07-20T07:45:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to create a custom object inventory in Blue Prism?</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-create-a-custom-object-inventory-in-Blue-Prism/m-p/92385#M42185</link>
      <description>Hello,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Here is the link to the DX asset John Carter mentioned on this thread. Hope it helps!&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://digitalexchange.blueprism.com/dx/entry/3439/solution/object-inventory" target="_blank" rel="noopener"&gt;https://digitalexchange.blueprism.com/dx/entry/3439/solution/object-inventory&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Jorge Barajas&lt;BR /&gt;Blue Prism&lt;BR /&gt;Senior Product Consultant&lt;BR /&gt;Austin, Texas&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 21 Jul 2020 19:11:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-create-a-custom-object-inventory-in-Blue-Prism/m-p/92385#M42185</guid>
      <dc:creator>jorge.barajas</dc:creator>
      <dc:date>2020-07-21T19:11:00Z</dc:date>
    </item>
  </channel>
</rss>

