<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Finding object properties</title><link>https://community.appian.com/discussions/f/general/8524/finding-object-properties</link><description>#DesignerTip Have you ever been working on a rule, and not been sure how to find out simple information like what its parent folder is? There are two ways to find out! #1: Starting in Appian 7.5, all of our modern object design interfaces offer access</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Finding object properties</title><link>https://community.appian.com/thread/129801?ContentTypeID=1</link><pubDate>Tue, 20 Feb 2024 17:28:42 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:7faca81c-041d-4503-bcd9-6976c8edf309</guid><dc:creator>Stewart Burchell</dc:creator><description>&lt;p&gt;Conceivably&amp;nbsp;(although it&amp;#39;s a roll-your-own solution and has a relatively high start-up level of effort) you could use RPA to automate what I think you&amp;#39;ve been doing manually so far. Your design would:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;have a list of object types that support versioning&lt;/li&gt;
&lt;li&gt;would iterate through that list&lt;/li&gt;
&lt;li&gt;for each object type:
&lt;ul&gt;
&lt;li&gt;check the relevant box in Designer&lt;/li&gt;
&lt;li&gt;select each object in your list (if there are multiple pages of objects you can grab the count at the bottom right of the list and calculate how many pages you need to process)&lt;/li&gt;
&lt;li&gt;select the &amp;quot;More&amp;quot; button and select &amp;#39;Versions&amp;#39;&lt;/li&gt;
&lt;li&gt;retrieve the relevant information from the versions pop-up pane)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;As I suggest this should work in theory, but you&amp;#39;ll need RPA enabled in your environment and a server to host your bot on. Which all sounds &lt;strong&gt;way&lt;/strong&gt; harder than just installing&amp;nbsp;Content Tools and getting some basic info that way.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Finding object properties</title><link>https://community.appian.com/thread/129774?ContentTypeID=1</link><pubDate>Tue, 20 Feb 2024 11:44:50 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b898a740-87f0-49ee-a327-e8b5c3f3ca10</guid><dc:creator>Mathieu Drouin</dc:creator><description>&lt;p&gt;&lt;a href="/members/stewart.burchell"&gt;Stewart Burchell&lt;/a&gt;&amp;nbsp;I can&amp;#39;t speak to why he can&amp;#39;t use content tools.&lt;/p&gt;
&lt;p&gt;But on my end, I can see some potential uses cases for&amp;nbsp;getting the object revision history and in my experience, the function in the Content Tools plugin isn&amp;#39;t a reliable option. I&amp;#39;ve mentioned it before but no one has ever responded to me.&lt;/p&gt;
&lt;p&gt;Please see my comment here: &lt;a href="https://community.appian.com/b/appmarket/posts/content-tools?CommentId=746deb14-1fef-4286-8a26-b8613da24c8b"&gt;community.appian.com/.../content-tools&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Finding object properties</title><link>https://community.appian.com/thread/129769?ContentTypeID=1</link><pubDate>Tue, 20 Feb 2024 10:31:07 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:78f98064-04c7-4c79-90cf-6ee6fed490bb</guid><dc:creator>Stewart Burchell</dc:creator><description>&lt;p&gt;Still not understanding the &amp;quot;why&amp;quot; here.&lt;/p&gt;
&lt;p&gt;Your idea (to query the Appian Primary DB) initially sounds like a good one but I&amp;#39;m pretty sure the Appian Object data is held in one or more files and not DB tables...&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Finding object properties</title><link>https://community.appian.com/thread/129768?ContentTypeID=1</link><pubDate>Tue, 20 Feb 2024 10:06:01 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:44ef99e3-8316-4c40-8f3f-ce5bf1f697d4</guid><dc:creator>michels2793</dc:creator><description>&lt;p&gt;In my project to track and audit components, a module is being developed that must have the list of objects and their versions so as not to have to enter object by object and see what version it is in. Due to technical limitations you cannot use the content tool, it is very unfortunate, but it is what it is. So, I have investigated and perhaps by consulting the Appian primary database I can get some answer but I don&amp;#39;t see in which table the information I am looking for can be found.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Finding object properties</title><link>https://community.appian.com/thread/129767?ContentTypeID=1</link><pubDate>Tue, 20 Feb 2024 10:00:45 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:87f811f2-b974-4e31-8683-84a92ef7aa34</guid><dc:creator>Stewart Burchell</dc:creator><description>&lt;p&gt;Thanks. The answers you&amp;#39;ve provided are all &amp;quot;what&amp;quot; but no provide indication of &amp;quot;why&amp;quot;...it&amp;#39;s the &amp;quot;why&amp;quot; that will enable people here in this forum to provide you with possibly more options and potentially better ones that might be met in just answering your specific query.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Finding object properties</title><link>https://community.appian.com/thread/129765?ContentTypeID=1</link><pubDate>Tue, 20 Feb 2024 09:53:35 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:bcc42d23-7761-4cec-815a-b70405049efd</guid><dc:creator>michels2793</dc:creator><description>&lt;p&gt;1-&lt;span class="Y2IQFc" lang="en"&gt;I need to list the object names and their versions.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;2-&lt;/span&gt;&lt;span class="Y2IQFc" lang="en"&gt;I need this information for processes, rules, decisions, web API and any object that contains the version as metadata of itself.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;pre id="tw-target-text" class="tw-data-text tw-text-large tw-ta" dir="ltr" data-placeholder="Traducci&amp;oacute;n" data-ved="2ahUKEwiv7ciBzLmEAxXCYEEAHY9tCE4Q3ewLegQIBRAU"&gt;&lt;span class="Y2IQFc" lang="en"&gt;3-Limitations set by the client&lt;/span&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Finding object properties</title><link>https://community.appian.com/thread/129762?ContentTypeID=1</link><pubDate>Tue, 20 Feb 2024 09:41:55 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:13907f26-445f-4112-8808-833687e4172a</guid><dc:creator>Stewart Burchell</dc:creator><description>&lt;p&gt;Ok, so I now have questions:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;what do you need this information for? what are you going to use it to do?&lt;/li&gt;
&lt;li&gt;which environment(s) do you need to get this information from?&lt;/li&gt;
&lt;li&gt;why can&amp;#39;t you deploy Content Tools to your target environment(s)?&lt;/li&gt;
&lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Finding object properties</title><link>https://community.appian.com/thread/129760?ContentTypeID=1</link><pubDate>Tue, 20 Feb 2024 09:23:56 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c0f1bea1-a64a-4139-bd8d-8967663e0802</guid><dc:creator>michels2793</dc:creator><description>&lt;p&gt;Thank you very much, but I apologize because I did not say that, due to technical limitations, I cannot use Content Tools. Any other option?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Finding object properties</title><link>https://community.appian.com/thread/129759?ContentTypeID=1</link><pubDate>Tue, 20 Feb 2024 09:17:27 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:0341bec6-e593-4e29-b41b-6f8f6e5b4afc</guid><dc:creator>Stewart Burchell</dc:creator><description>&lt;p&gt;You can do this:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;getcontentdetailsbyuuid(
  getconstantorruleuuidbyname(&amp;quot;your object name&amp;quot;)
)&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Finding object properties</title><link>https://community.appian.com/thread/129758?ContentTypeID=1</link><pubDate>Tue, 20 Feb 2024 09:09:01 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ef845151-a149-49a9-a9fb-c584b5b1a4d2</guid><dc:creator>michels2793</dc:creator><description>&lt;p&gt;Hi John. Is there a way to obtain these metadata and others, such as the version of an object in our application, from an expression rule?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>