<?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>ACME application - Vehicle Image</title><link>https://community.appian.com/discussions/f/new-to-appian/23834/acme-application---vehicle-image</link><description>Hi, 
 I am new to Appian, going through the Certified Developer Course. I can view the vehicle data is stored in the Appian cloud DB all 32 records. Where are the vehicle images stored? I see int(11) numbers in the DB, I mean how the images are being</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: ACME application - Vehicle Image</title><link>https://community.appian.com/thread/91641?ContentTypeID=1</link><pubDate>Mon, 28 Feb 2022 09:29:28 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:2480c968-28ce-4273-b5e4-1bab410025ea</guid><dc:creator>Jaideep Banerjee</dc:creator><description>&lt;p&gt;:-) Thanks Richard. Yes I was able to find it. For ACME Exercise all vehicle images are stored under&amp;nbsp;&lt;a class="elements---global_a appian-context-ux-mouse-focus" title="Acme Automobile Reference Application (AA)" href="https://euhz.appian.community/suite/design/app/b4ULYH5AjdulG-6DoqLgbmqB2JK"&gt;Acme Automobile Reference Application (AA)&lt;/a&gt;&amp;nbsp;with an associated ID&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ACME application - Vehicle Image</title><link>https://community.appian.com/thread/91633?ContentTypeID=1</link><pubDate>Mon, 28 Feb 2022 08:39:14 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:587cc452-c70f-484b-a8b7-65a9ed33b975</guid><dc:creator>Richard Michaelis</dc:creator><description>&lt;p&gt;The images are stored in Appian as &amp;quot;document&amp;quot; in &amp;quot;document folder&amp;quot;. So its in the Appian cloud.&lt;br /&gt;Every document has a document ID which is unique per environment. So storing the id and calling makes it accessible environment wide.&lt;br /&gt;-&amp;gt; more information here:&lt;br /&gt;&lt;a href="https://docs.appian.com/suite/help/19.4/Document_Management.html"&gt;docs.appian.com/.../Document_Management.html&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ACME application - Vehicle Image</title><link>https://community.appian.com/thread/91628?ContentTypeID=1</link><pubDate>Mon, 28 Feb 2022 06:56:25 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:1095e1ba-76ff-491a-b3a2-16047495c491</guid><dc:creator>Jaideep Banerjee</dc:creator><description>&lt;p&gt;Thx ajhick, Sorry if I am asking a basic question but i also wanted to know where are these images stored ..which DB on Appian Cloud?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ACME application - Vehicle Image</title><link>https://community.appian.com/thread/91625?ContentTypeID=1</link><pubDate>Mon, 28 Feb 2022 06:05:35 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:709512c3-cba5-44fd-a1fc-55246526d6c2</guid><dc:creator>ajhick</dc:creator><description>&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;a!imageField(
  images: {
    a!documentImage(
      document: todocument(123456)
    )
  }
)&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;The `VehicleImage` refers to the id of the image on the Appian platform which can be accessed in a variety of different ways. One way is through the a!imageField() component like above. The key is to convert the integer id into a document through the todocument() function (although Appian may just convert the id even without the&amp;nbsp;&lt;span&gt;todocument() function if used in the right spot, regardless, the idea is that the id refers to a document).&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>