<?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>How can I change my billboard image in interface?</title><link>https://community.appian.com/discussions/f/new-to-appian/24728/how-can-i-change-my-billboard-image-in-interface</link><description>I have been trying to change my billboard image of interface, I have uploaded a image in my folder but dont know how to use that in my interface billboard.. can anyone please explain? 
 thank you</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: How can I change my billboard image in interface?</title><link>https://community.appian.com/thread/95600?ContentTypeID=1</link><pubDate>Fri, 27 May 2022 07:55:12 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c389a7af-76fe-4e37-8020-39b55904e24d</guid><dc:creator>Sourabh Modi</dc:creator><description>&lt;p&gt;It works .&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How can I change my billboard image in interface?</title><link>https://community.appian.com/thread/95599?ContentTypeID=1</link><pubDate>Fri, 27 May 2022 07:33:00 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:bfe9ad57-624c-4e21-99af-debcbd85ee3e</guid><dc:creator>nitinn0007</dc:creator><description>&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;a!billboardLayout(
  backgroundMedia: a!documentImage(
    document: /*cons!ET_WHAT_IS_A_TIMESHEET*/
    /*use your constant which is contain your image*/
    cons!WR_SCREENSHOT_106
  ),
  backgroundColor: &amp;quot;#f0f0f0&amp;quot;,
  overlay: a!barOverlay(
    contents: {
      a!richTextDisplayField(
        labelPosition: &amp;quot;COLLAPSED&amp;quot;,
        value: {
          &amp;quot;TimeSheet Submission&amp;quot;
        }
      )
    }
  )
)&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How can I change my billboard image in interface?</title><link>https://community.appian.com/thread/95598?ContentTypeID=1</link><pubDate>Fri, 27 May 2022 07:29:28 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b0c4e83a-50ad-4407-849d-2c81362ba979</guid><dc:creator>nitinn0007</dc:creator><description>&lt;p&gt;&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/62/Screenshot-_2800_168_2900_.png" /&gt;&lt;/p&gt;
&lt;p&gt;Create like a new document and save it. Then after there is a constant automatically create and use these constant in your billboard&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How can I change my billboard image in interface?</title><link>https://community.appian.com/thread/95597?ContentTypeID=1</link><pubDate>Fri, 27 May 2022 07:23:56 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:5159406d-3ce3-43a4-8166-c772a72772cb</guid><dc:creator>rahuls0029</dc:creator><description>&lt;p&gt;sure thanks.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How can I change my billboard image in interface?</title><link>https://community.appian.com/thread/95595?ContentTypeID=1</link><pubDate>Fri, 27 May 2022 07:22:35 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:4d965f21-ecb2-4fca-9268-a86bf304974a</guid><dc:creator>nitinn0007</dc:creator><description>&lt;p&gt;Always use these for sending the whole code for the best practice&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/62/Screenshot-_2800_167_29005F00_LI.jpg" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How can I change my billboard image in interface?</title><link>https://community.appian.com/thread/95594?ContentTypeID=1</link><pubDate>Fri, 27 May 2022 07:17:50 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:eb285689-7a8d-4ab1-9566-e4292eed7928</guid><dc:creator>rahuls0029</dc:creator><description>&lt;p&gt;Hello Nitin, It is showing error&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;strong class="StrongText---richtext_strong StrongText---inMessageLayout StrongText---error"&gt;Could not display interface. Please check definition and inputs.&lt;/strong&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;Interface Definition: Expression evaluation error at function a!billboardLayout [line 8]: A billboard layout has an invalid value for &amp;quot;backgroundMedia&amp;quot;. &amp;quot;backgroundMedia&amp;quot; must be null or a document image, web image, or web video. Received: BillboardLayout.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;What I have written in expression:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;a!billboardLayout(&lt;br /&gt; backgroundMedia: a!documentImage(&lt;br /&gt; document: cons!ET_WHAT_IS_A_TIMESHEET&lt;br /&gt; ),&lt;br /&gt; backgroundColor: &amp;quot;#f0f0f0&amp;quot;,&lt;br /&gt; overlay: a!barOverlay(&lt;br /&gt; contents: {&lt;br /&gt; a!richTextDisplayField(&lt;br /&gt; labelPosition: &amp;quot;COLLAPSED&amp;quot;,&lt;br /&gt; value: {&lt;br /&gt; &amp;quot;TimeSheet Submission&amp;quot;&lt;br /&gt; }&lt;br /&gt; )&lt;br /&gt; }&lt;br /&gt; )&lt;br /&gt;)&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;(I have created the constant referenced it to my image)&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How can I change my billboard image in interface?</title><link>https://community.appian.com/thread/95593?ContentTypeID=1</link><pubDate>Fri, 27 May 2022 06:57:59 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f866afb5-e81f-493b-b9f3-6d94b15bb361</guid><dc:creator>nitinn0007</dc:creator><description>&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt; a!billboardLayout(
            backgroundMedia: a!documentImage(
              document: cons!WR_NITIN
            ),
            backgroundColor: &amp;quot;#f0f0f0&amp;quot;,
            overlay: a!barOverlay(
              contents: {
                a!richTextDisplayField(
                  labelPosition: &amp;quot;COLLAPSED&amp;quot;,
                  value: {
                    &amp;quot;TEVA`S&amp;#160; &amp;#160;Hotel&amp;quot;
                  }
                )
              }
            )
          )&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Hello Rahul, you can see the code I have sent,&lt;/p&gt;
&lt;p&gt;In these first you have to create a document from new objects and then there is a checkbox click on it than it creates a constant automatically and then inherit that constant in your billboard layout.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How can I change my billboard image in interface?</title><link>https://community.appian.com/thread/95590?ContentTypeID=1</link><pubDate>Fri, 27 May 2022 06:47:43 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c0dd497a-9052-4377-98a9-b49bf6d0ce7a</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;Have a look at this pattern for inspiration. In line 26, use a!documentImage(cons!YOUR_IMAGE) instead of a!webImage()&lt;/p&gt;
&lt;p&gt;&lt;a href="https://docs.appian.com/suite/help/22.1/cards-as-list-items-pattern.html"&gt;docs.appian.com/.../cards-as-list-items-pattern.html&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How can I change my billboard image in interface?</title><link>https://community.appian.com/thread/95589?ContentTypeID=1</link><pubDate>Fri, 27 May 2022 06:45:12 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:8e79a449-ae80-49a7-9f24-1ff8cb1d171a</guid><dc:creator>rahuls0029</dc:creator><description>&lt;p&gt;can you tell me the expression I dont know the exact expression for it ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How can I change my billboard image in interface?</title><link>https://community.appian.com/thread/95588?ContentTypeID=1</link><pubDate>Fri, 27 May 2022 06:43:47 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:31d816b8-2a7e-4335-8922-99ce4dec596c</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;Create a constant referencing your image and use&amp;nbsp;that constant in the interface in a call to a!documentImage().&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>