<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Setting a file uploaded in a form as a variable in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/setting-a-file-uploaded-in-a-form-as-a-variable/m-p/7626#M3479</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/75814"&gt;@JasonUofA&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Great news that you've resolved your issue &amp;amp; thanks for updating us.&lt;/P&gt;
&lt;P&gt;Take care,&lt;/P&gt;</description>
    <pubDate>Fri, 23 Oct 2020 14:29:21 GMT</pubDate>
    <dc:creator>EddieMay</dc:creator>
    <dc:date>2020-10-23T14:29:21Z</dc:date>
    <item>
      <title>Setting a file uploaded in a form as a variable</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/setting-a-file-uploaded-in-a-form-as-a-variable/m-p/7621#M3474</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I'm building a process where a user uploads a completed document as part of a user task. I need to define that uploaded form as a variable so I can use it in another task later on that emails a different user with that uploaded documented as an attachment (this function was built by our development team).&lt;/P&gt;&lt;P&gt;How would I go about defining the uploaded document as a variable?&lt;/P&gt;</description>
      <pubDate>Wed, 21 Oct 2020 13:28:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/setting-a-file-uploaded-in-a-form-as-a-variable/m-p/7621#M3474</guid>
      <dc:creator>JasonUofA</dc:creator>
      <dc:date>2020-10-21T13:28:32Z</dc:date>
    </item>
    <item>
      <title>Re: Setting a file uploaded in a form as a variable</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/setting-a-file-uploaded-in-a-form-as-a-variable/m-p/7622#M3475</link>
      <description>&lt;P&gt;How do you set the file?&lt;/P&gt;&lt;P&gt;if you are using &lt;STRONG&gt;Attach file&lt;/STRONG&gt; form field from the form designer, then the document uploaded in the process can be accessible throught the unique id of the field defined. now this variable will only point to the document id, simple use related document service to fetch the document.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Oct 2020 13:51:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/setting-a-file-uploaded-in-a-form-as-a-variable/m-p/7622#M3475</guid>
      <dc:creator>abbask01</dc:creator>
      <dc:date>2020-10-21T13:51:24Z</dc:date>
    </item>
    <item>
      <title>Re: Setting a file uploaded in a form as a variable</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/setting-a-file-uploaded-in-a-form-as-a-variable/m-p/7623#M3476</link>
      <description>&lt;P&gt;Thanks abbask01 for the reply.&lt;BR /&gt;&lt;BR /&gt;The email attachment task that my developers build use the related document service to get the document. The task is working with a call earlier in the process with a Generated Document, presumably because that tasks allows for the specific identification of the document as a variable.&lt;/P&gt;&lt;P&gt;My problem is that when I try to call the document via the form field id I'm getting a null value returned. Even weirder is it was working with the uploaded document using the form field id up until a few days ago.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Oct 2020 15:28:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/setting-a-file-uploaded-in-a-form-as-a-variable/m-p/7623#M3476</guid>
      <dc:creator>JasonUofA</dc:creator>
      <dc:date>2020-10-21T15:28:48Z</dc:date>
    </item>
    <item>
      <title>Re: Setting a file uploaded in a form as a variable</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/setting-a-file-uploaded-in-a-form-as-a-variable/m-p/7624#M3477</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/75814"&gt;@JasonUofA&lt;/A&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;...&lt;/P&gt;
&lt;P&gt;My problem is that when I try to call the document via the form field id I'm getting a null value returned. Even weirder is it was working with the uploaded document using the form field id up until a few days ago.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Has anything changed with the environment or something similar (like permissions, etc) in the last week? Code rarely stops working without some external variable changing and triggering the failure.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Oct 2020 15:39:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/setting-a-file-uploaded-in-a-form-as-a-variable/m-p/7624#M3477</guid>
      <dc:creator>EddieMay</dc:creator>
      <dc:date>2020-10-21T15:39:07Z</dc:date>
    </item>
    <item>
      <title>Re: Setting a file uploaded in a form as a variable</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/setting-a-file-uploaded-in-a-form-as-a-variable/m-p/7625#M3478</link>
      <description>&lt;P&gt;I worked with our developers and found the bug on our side. It was a variable error in a template that wasn't being reported as an error.&lt;/P&gt;&lt;P&gt;Thank you very much to everyone who responded.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Oct 2020 18:37:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/setting-a-file-uploaded-in-a-form-as-a-variable/m-p/7625#M3478</guid>
      <dc:creator>JasonUofA</dc:creator>
      <dc:date>2020-10-22T18:37:23Z</dc:date>
    </item>
    <item>
      <title>Re: Setting a file uploaded in a form as a variable</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/setting-a-file-uploaded-in-a-form-as-a-variable/m-p/7626#M3479</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/75814"&gt;@JasonUofA&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Great news that you've resolved your issue &amp;amp; thanks for updating us.&lt;/P&gt;
&lt;P&gt;Take care,&lt;/P&gt;</description>
      <pubDate>Fri, 23 Oct 2020 14:29:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/setting-a-file-uploaded-in-a-form-as-a-variable/m-p/7626#M3479</guid>
      <dc:creator>EddieMay</dc:creator>
      <dc:date>2020-10-23T14:29:21Z</dc:date>
    </item>
  </channel>
</rss>

