<?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: How to add/update value of property for selected documents in Share? in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/how-to-add-update-value-of-property-for-selected-documents-in/m-p/120306#M33048</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/81186"&gt;@miroslav&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes, I can see what you want to achieve but this isn't possible in Share out of the box. So you will need to do some/lots of custom code. A good place to start would be the &lt;A href="https://docs.alfresco.com/6.2/concepts/dev-extensions-share-tutorials-document-library.html" target="_self" rel="nofollow noopener noreferrer"&gt;docs tutorials on Share extensions&lt;/A&gt;. See also &lt;A href="https://ecmarchitect.com/alfresco-developer-series-tutorials/maven-sdk/tutorial/tutorial.html" target="_self" rel="nofollow noopener noreferrer"&gt;Jeff Pott's tutorials&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;Alternatively, you could look at implementing this functionality using the &lt;A href="https://www.alfresco.com/abn/adf" target="_self" rel="nofollow noopener noreferrer"&gt;Alfresco Developer Framework&lt;/A&gt; - this is the more future-proof approach. If you load http://localhost:8080/# you should see the Alfresco Content Application, which is built using the ADF. It's more lightweight in terms of functionality than Share, but was designed for a different use case.&lt;/P&gt;
&lt;P&gt;HTH,&lt;/P&gt;</description>
    <pubDate>Thu, 10 Dec 2020 13:09:46 GMT</pubDate>
    <dc:creator>EddieMay</dc:creator>
    <dc:date>2020-12-10T13:09:46Z</dc:date>
    <item>
      <title>How to add/update value of property for selected documents in Share?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-add-update-value-of-property-for-selected-documents-in/m-p/120301#M33043</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;is there any way to add / change value of given property for selected nodes / documents in a Share application? Action should by accessible only for specific document type (custom).&lt;BR /&gt;&lt;BR /&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Dec 2020 14:09:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-add-update-value-of-property-for-selected-documents-in/m-p/120301#M33043</guid>
      <dc:creator>miroslav</dc:creator>
      <dc:date>2020-12-07T14:09:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to add/update value of property for selected documents in Share?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-add-update-value-of-property-for-selected-documents-in/m-p/120302#M33044</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/81186"&gt;@miroslav&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm wondering if you could elaborate your requirement a little more?&lt;/P&gt;
&lt;P&gt;Do you mean update the custom property manually or via some action?&lt;/P&gt;
&lt;P&gt;Are you thinking about bulk updating all documents of type 'custom' or individually?&lt;/P&gt;
&lt;P&gt;Is the document property unique to the custom document type or shared across &amp;gt;1 document type?&lt;/P&gt;
&lt;P&gt;Will the document properties be applied via an aspect?&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Mon, 07 Dec 2020 16:24:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-add-update-value-of-property-for-selected-documents-in/m-p/120302#M33044</guid>
      <dc:creator>EddieMay</dc:creator>
      <dc:date>2020-12-07T16:24:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to add/update value of property for selected documents in Share?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-add-update-value-of-property-for-selected-documents-in/m-p/120303#M33045</link>
      <description>&lt;P&gt;Hi &lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/76783"&gt;@EddieMay&lt;/A&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;the property is defined in custom type, I would like to select several files of given type (mycustomtype) and set the value (1) of the property (mycustomtype:myclassification) for all of them.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Dec 2020 09:56:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-add-update-value-of-property-for-selected-documents-in/m-p/120303#M33045</guid>
      <dc:creator>miroslav</dc:creator>
      <dc:date>2020-12-08T09:56:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to add/update value of property for selected documents in Share?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-add-update-value-of-property-for-selected-documents-in/m-p/120304#M33046</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/81186"&gt;@miroslav&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Bulk update functionality is not really supported in Share - see this &lt;A href="https://stackoverflow.com/questions/61918613/change-metadata-in-bulk" target="_self" rel="nofollow noopener noreferrer"&gt;overview&lt;/A&gt; of what looks like a similar request to yours.&lt;/P&gt;
&lt;P&gt;However, that's not to say it can't be done at all - this &lt;A href="https://hub.alfresco.com/t5/alfresco-content-services-forum/bulk-update-of-a-property/td-p/155928" target="_self" rel="nofollow noopener noreferrer"&gt;hub post&lt;/A&gt; has some pointers, and this post looks at &lt;A href="https://hub.alfresco.com/t5/alfresco-content-services-forum/change-metadata-in-bulk/td-p/298935" target="_self" rel="nofollow noopener noreferrer"&gt;alternative approaches&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;HTH,&lt;/P&gt;</description>
      <pubDate>Tue, 08 Dec 2020 12:13:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-add-update-value-of-property-for-selected-documents-in/m-p/120304#M33046</guid>
      <dc:creator>EddieMay</dc:creator>
      <dc:date>2020-12-08T12:13:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to add/update value of property for selected documents in Share?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-add-update-value-of-property-for-selected-documents-in/m-p/120305#M33047</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/76783"&gt;@EddieMay&lt;/A&gt;,&lt;BR /&gt;&lt;BR /&gt;thank you for your reply, I will go through the links.&lt;/P&gt;&lt;DIV class="dePhmb"&gt;&lt;DIV class="eyKpYb"&gt;&lt;DIV class="J0lOec"&gt;&lt;SPAN class="VIiyi"&gt;&lt;SPAN class="JLqJ4b ChMk0b"&gt;&lt;SPAN&gt;Just to clarify my request. I have a custom model with a custom type and one custom property (XY), after selecting several documents of this type, I would like to select mentioned "Add value" action under the "Selected items" and set it to all selected documents.&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class="JLqJ4b ChMk0b"&gt;&lt;SPAN&gt;The action would be visible only if I select documents of given type (but this is not so important).&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="pic.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image"&gt;&lt;img src="https://connect.hyland.com/t5/image/serverpage/image-id/932i06FCFE23FE23C094/image-size/large?v=v2&amp;amp;px=999" role="button" title="image" alt="image" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 10 Dec 2020 09:40:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-add-update-value-of-property-for-selected-documents-in/m-p/120305#M33047</guid>
      <dc:creator>miroslav</dc:creator>
      <dc:date>2020-12-10T09:40:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to add/update value of property for selected documents in Share?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-add-update-value-of-property-for-selected-documents-in/m-p/120306#M33048</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/81186"&gt;@miroslav&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes, I can see what you want to achieve but this isn't possible in Share out of the box. So you will need to do some/lots of custom code. A good place to start would be the &lt;A href="https://docs.alfresco.com/6.2/concepts/dev-extensions-share-tutorials-document-library.html" target="_self" rel="nofollow noopener noreferrer"&gt;docs tutorials on Share extensions&lt;/A&gt;. See also &lt;A href="https://ecmarchitect.com/alfresco-developer-series-tutorials/maven-sdk/tutorial/tutorial.html" target="_self" rel="nofollow noopener noreferrer"&gt;Jeff Pott's tutorials&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;Alternatively, you could look at implementing this functionality using the &lt;A href="https://www.alfresco.com/abn/adf" target="_self" rel="nofollow noopener noreferrer"&gt;Alfresco Developer Framework&lt;/A&gt; - this is the more future-proof approach. If you load http://localhost:8080/# you should see the Alfresco Content Application, which is built using the ADF. It's more lightweight in terms of functionality than Share, but was designed for a different use case.&lt;/P&gt;
&lt;P&gt;HTH,&lt;/P&gt;</description>
      <pubDate>Thu, 10 Dec 2020 13:09:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-add-update-value-of-property-for-selected-documents-in/m-p/120306#M33048</guid>
      <dc:creator>EddieMay</dc:creator>
      <dc:date>2020-12-10T13:09:46Z</dc:date>
    </item>
  </channel>
</rss>

