<?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 to configure default document</title><link>https://community.appian.com/discussions/f/user-interface/23302/how-to-configure-default-document</link><description>Hi, 
 my requirement is to set the default document so i have taken value from my database which i have already uploaded and i used those values into the linkfield with a!documentDownloadLink but still i unable to see the document can you please help</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: How to configure default document</title><link>https://community.appian.com/thread/89505?ContentTypeID=1</link><pubDate>Wed, 05 Jan 2022 13:58:13 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:6e4701e1-6310-4b21-b2fc-2d04da19e7cb</guid><dc:creator>Peter Lewis</dc:creator><description>&lt;p&gt;But how will they upload any documents?? When you add a new row it will display the default document and there will be no way to get it to show the file upload. I&amp;#39;d suggest rethinking your grid - you might be able to do something like provide a checkbox to &amp;quot;use default document&amp;quot; that would then hide the file upload field, but as it stands it will&amp;nbsp;&lt;em&gt;always&lt;/em&gt; show the link and never show the file upload (because the value would always be null when you add a new row).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to configure default document</title><link>https://community.appian.com/thread/89498?ContentTypeID=1</link><pubDate>Wed, 05 Jan 2022 08:00:31 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:dceefd34-edad-4e88-8aa8-f6168cbae84b</guid><dc:creator>mamathak0001</dc:creator><description>&lt;p&gt;i able to see the document but it is only visible when i am clicking on the upload document but my requirement is to show upon opening the interface&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to configure default document</title><link>https://community.appian.com/thread/89493?ContentTypeID=1</link><pubDate>Wed, 05 Jan 2022 05:41:10 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a7a5cf02-760a-4d01-a9a9-051550b405f2</guid><dc:creator>mamathak0001</dc:creator><description>&lt;p&gt;thank you peter for your reply, my application is property management,I am sending a mail to the&amp;nbsp; buyer with the signed documents (which is default document, default body ),sending mail is related action, upon clicking this action the inteface will be open with all these default docs and body if they want they can uploaad the document and change the body while sending the email&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " height="332" src="/resized-image/__size/1000x1000/__key/communityserver-discussions-components-files/13/pastedimage1641361238500v1.png" width="591" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to configure default document</title><link>https://community.appian.com/thread/89488?ContentTypeID=1</link><pubDate>Tue, 04 Jan 2022 20:48:50 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c1a33743-691e-4930-a385-f3b1445d7645</guid><dc:creator>Peter Lewis</dc:creator><description>&lt;p&gt;Yeah this is a really good point. Plus keep in mind that you could end up with pretty weird behavior if you cleared an existing document (when the file upload field is shown), because then you would never be able to get back to the upload view.&lt;/p&gt;
&lt;p&gt;Can you talk a bit more about what your use case / application is?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to configure default document</title><link>https://community.appian.com/thread/89480?ContentTypeID=1</link><pubDate>Tue, 04 Jan 2022 18:53:00 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:46a18d95-214d-468c-81b0-21bae06b2fd5</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;I also don&amp;#39;t see any &lt;em&gt;obvious&lt;/em&gt; errors in your code - though I&amp;#39;m a little confused as to what you hope to accomplish in showing the DummyDocument.&amp;nbsp; When the &amp;quot;receiveDocId&amp;quot; is empty you&amp;#39;re showing the Dummy Document as a download link... but this would prevent the user from ever seeing the file upload field and providing an uploaded copy.&amp;nbsp; Which begs the question: why even bother have the upload field, if it&amp;#39;ll never actually be shown?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to configure default document</title><link>https://community.appian.com/thread/89478?ContentTypeID=1</link><pubDate>Tue, 04 Jan 2022 18:42:06 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f54444f1-e469-42e3-ae4c-17a4c1c5d19c</guid><dc:creator>Richard Michaelis</dc:creator><description>&lt;p&gt;i can agree on that. to me the code looks fine as well.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to configure default document</title><link>https://community.appian.com/thread/89477?ContentTypeID=1</link><pubDate>Tue, 04 Jan 2022 18:38:23 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:21014d57-6519-497a-a1de-998338280a9e</guid><dc:creator>Peter Lewis</dc:creator><description>&lt;p&gt;Your code looks fine to me - I tried to replicate the issue and I was able to view and download the dummy document with no issues. Are you sure that the dummy document exists for that ID? Also what happens when you try to view this interface? Does it show a link but the link doesn&amp;#39;t work, or does it just not display the link at all?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>