<?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>Display document name upon uploading the document in the editable grid</title><link>https://community.appian.com/discussions/f/user-interface/14501/display-document-name-upon-uploading-the-document-in-the-editable-grid</link><description>Hi, 
 I have a requirement where user uploads the document(at this stage we have the temporary document) in the editable grid. Beside of the document component, we should display the document name in the text field. If user wants they can edit the document</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Display document name upon uploading the document in the editable grid</title><link>https://community.appian.com/thread/96319?ContentTypeID=1</link><pubDate>Tue, 14 Jun 2022 19:06:17 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:5b1eadb0-7631-4496-8e15-90e1895bfbb0</guid><dc:creator>tejpals0001</dc:creator><description>&lt;p&gt;&lt;span&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/13/pastedimage1655233577765v1.png" alt=" " /&gt;&amp;nbsp;thanks, its working fine&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Display document name upon uploading the document in the editable grid</title><link>https://community.appian.com/thread/65187?ContentTypeID=1</link><pubDate>Fri, 15 Mar 2019 11:01:00 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:0ba15bd5-b65d-4968-b0ea-23a2224754b3</guid><dc:creator>anjup136</dc:creator><description>Thanks Mike and Sriranjani. This helped me to crack this problem.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Display document name upon uploading the document in the editable grid</title><link>https://community.appian.com/thread/65169?ContentTypeID=1</link><pubDate>Thu, 14 Mar 2019 19:52:10 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c3d95841-8d5a-4579-a45e-bdbfee797b5a</guid><dc:creator>Mike Schmitt</dc:creator><description>It looks like using this plugin would work for this purpose, though I would warn that it might not be officially supported functionality and might be subject to removal in the future.  Another consideration is the fact that the plugin function mentioned here returns a plaintext blob including the document&amp;#39;s full name with extension, so the designer would be responsible for building a parser to extract just the &amp;quot;name&amp;quot; portion (pre extension), since we can&amp;#39;t set extensions on the Appian side.&lt;br /&gt;
&lt;br /&gt;
If going this route, I would recommend at the very least encapsulating the above in a new expression rule which you will use everywhere that this needs to be handled, in such a way that if the functionality is ever changed (i.e. the plugin is updated and its data output is slightly different, etc), there will be a single place needing updating.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Display document name upon uploading the document in the editable grid</title><link>https://community.appian.com/thread/65145?ContentTypeID=1</link><pubDate>Wed, 13 Mar 2019 13:30:23 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:9f1ab157-a67c-4eeb-8f37-17c05adbb77a</guid><dc:creator>sriranjanir</dc:creator><description>Hi Anju,&lt;br /&gt;
&lt;br /&gt;
In one of the processes, I am getting the document name on file upload.&lt;br /&gt;
I have used fn!getcontentobjectdetailsbyid(ri!documentId) in the save into of fileupload component to achieve this.&lt;br /&gt;
Thanks.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Display document name upon uploading the document in the editable grid</title><link>https://community.appian.com/thread/65132?ContentTypeID=1</link><pubDate>Mon, 11 Mar 2019 19:43:16 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d67a9f9b-d21c-4470-a7f0-e5d1b2639aed</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;It might be possible but I personally recommend you don&amp;#39;t take this approach. Someday hopefully Appian will allow us to access the &amp;quot;fv!files&amp;quot; properties within the saveInto parameter of the document upload field [&lt;a href="/discussions/f/general/17496/feature-request-a-fileuploadfield-should-allow-access-to-file-properties-fv-files-within-its-saveinto-parameter"&gt;feature request&lt;/a&gt;], as opposed to just in the validations, but until then it&amp;#39;s not doable without using some unsupported and risky functionality.&lt;br /&gt; &lt;br /&gt; One way I&amp;#39;ve handled it in other cases, if the uploaded document&amp;#39;s name must be user-editable at upload time, is to have a separate box that&amp;#39;s optional and blank, which will override the uploaded document&amp;#39;s name if provided.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>