<?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 Attaching documents to a node in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/attaching-documents-to-a-node/m-p/128031#M34753</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;i would to attach some external documents to an existing node. The documents can be also only downloaded and not obligatorilly viewed inside alfresco content service. Is there a way to do this? Thanks!&lt;/P&gt;</description>
    <pubDate>Wed, 02 Feb 2022 11:53:47 GMT</pubDate>
    <dc:creator>zlucy82</dc:creator>
    <dc:date>2022-02-02T11:53:47Z</dc:date>
    <item>
      <title>Attaching documents to a node</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/attaching-documents-to-a-node/m-p/128031#M34753</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;i would to attach some external documents to an existing node. The documents can be also only downloaded and not obligatorilly viewed inside alfresco content service. Is there a way to do this? Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 02 Feb 2022 11:53:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/attaching-documents-to-a-node/m-p/128031#M34753</guid>
      <dc:creator>zlucy82</dc:creator>
      <dc:date>2022-02-02T11:53:47Z</dc:date>
    </item>
    <item>
      <title>Re: Attaching documents to a node</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/attaching-documents-to-a-node/m-p/128032#M34754</link>
      <description>&lt;P&gt;You may create a custom model for it, including some properties using &lt;STRONG&gt;d:noderef&lt;/STRONG&gt; type to link the attachments.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Feb 2022 12:21:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/attaching-documents-to-a-node/m-p/128032#M34754</guid>
      <dc:creator>angelborroy</dc:creator>
      <dc:date>2022-02-02T12:21:38Z</dc:date>
    </item>
    <item>
      <title>Re: Attaching documents to a node</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/attaching-documents-to-a-node/m-p/128033#M34755</link>
      <description>&lt;P&gt;The best way, as&amp;nbsp;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/5487"&gt;@angelborroy&lt;/A&gt;&amp;nbsp;said, is to create a custom model and custom views for it. Example:&lt;/P&gt;&lt;PRE&gt;      &amp;lt;aspect name="test:myAttachable"&amp;gt;
         &amp;lt;title&amp;gt;My cusotm attachable file&amp;lt;/title&amp;gt;
         &amp;lt;associations&amp;gt;
            &amp;lt;child-association name="test:myAttachableConection"&amp;gt;
               &amp;lt;title&amp;gt;Connection to original file&amp;lt;/title&amp;gt;
               &amp;lt;source&amp;gt;
                  &amp;lt;mandatory&amp;gt;false&amp;lt;/mandatory&amp;gt;
                  &amp;lt;many&amp;gt;false&amp;lt;/many&amp;gt;
               &amp;lt;/source&amp;gt;
               &amp;lt;target&amp;gt;
                  &amp;lt;class&amp;gt;cm:content&amp;lt;/class&amp;gt;
                  &amp;lt;mandatory&amp;gt;false&amp;lt;/mandatory&amp;gt;
                  &amp;lt;many&amp;gt;false&amp;lt;/many&amp;gt;
               &amp;lt;/target&amp;gt;
            &amp;lt;/child-association&amp;gt;
         &amp;lt;/associations&amp;gt;
      &amp;lt;/aspect&amp;gt;&lt;/PRE&gt;&lt;P&gt;But if you are interested only in the attaching part you can create only a child-association in Java/JS&lt;/P&gt;</description>
      <pubDate>Sun, 06 Feb 2022 09:04:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/attaching-documents-to-a-node/m-p/128033#M34755</guid>
      <dc:creator>upforsin</dc:creator>
      <dc:date>2022-02-06T09:04:11Z</dc:date>
    </item>
  </channel>
</rss>

