<?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: Adding metadata to default file type or setting custom type of document as default in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/adding-metadata-to-default-file-type-or-setting-custom-type-of/m-p/312257#M265387</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is there an error message in your log file when you tried to specialize?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can edit the default model but it is not recommended to do that. and that change will not work retroactively.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 14 Oct 2016 13:28:24 GMT</pubDate>
    <dc:creator>mrks_js1</dc:creator>
    <dc:date>2016-10-14T13:28:24Z</dc:date>
    <item>
      <title>Adding metadata to default file type or setting custom type of document as default</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/adding-metadata-to-default-file-type-or-setting-custom-type-of/m-p/312250#M265380</link>
      <description>Hi,I want to add a custom values (metadata fields) to standard type in Alfresco. I tried to add custom types in model, with all metadata that I need, but still after adding file, I have to manually change type so Alfresco will show me my custom fileds of metadata. This is how it looks now:I have som</description>
      <pubDate>Wed, 12 Oct 2016 09:21:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/adding-metadata-to-default-file-type-or-setting-custom-type-of/m-p/312250#M265380</guid>
      <dc:creator>tomekszy</dc:creator>
      <dc:date>2016-10-12T09:21:47Z</dc:date>
    </item>
    <item>
      <title>Re: Adding metadata to default file type or setting custom type of document as default</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/adding-metadata-to-default-file-type-or-setting-custom-type-of/m-p/312251#M265381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To do that, you need a folder-rule with &lt;SPAN style="color: #727174; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; font-size: 14px;"&gt; "Specialise the type of an item"&lt;/SPAN&gt; action&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://migration33.stage.lithium.com/thread/152317"&gt;Change content type after upload&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Oct 2016 10:56:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/adding-metadata-to-default-file-type-or-setting-custom-type-of/m-p/312251#M265381</guid>
      <dc:creator>mrks_js1</dc:creator>
      <dc:date>2016-10-12T10:56:44Z</dc:date>
    </item>
    <item>
      <title>Re: Adding metadata to default file type or setting custom type of document as default</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/adding-metadata-to-default-file-type-or-setting-custom-type-of/m-p/312252#M265382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think it's not I wanted to do, because I wanted all files that came into repository get specific type type, not only ones in specific folder. I don't want to set all new folders created by users with rules. I'm thinking about more "global" approach, maybe editing some xml file in alfresco server, but i don't know which file, and what to edit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Oct 2016 13:09:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/adding-metadata-to-default-file-type-or-setting-custom-type-of/m-p/312252#M265382</guid>
      <dc:creator>tomekszy</dc:creator>
      <dc:date>2016-10-12T13:09:39Z</dc:date>
    </item>
    <item>
      <title>Re: Adding metadata to default file type or setting custom type of document as default</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/adding-metadata-to-default-file-type-or-setting-custom-type-of/m-p/312253#M265383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tomasz, you folder rule can be applied in a lower level, like, for the documentLibrary folder for a site.&lt;/P&gt;&lt;P&gt;But you have to make sure you don't deal with ALL objects being created, because there are OOTB objects created by alfresco that can not be specialized for custom types.&lt;/P&gt;&lt;P&gt;So, the ideal approach is to use a filter, like, for all documents created, AND with mime type of doc, docx, pdf, txt, whatever, then specialize it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Oct 2016 23:25:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/adding-metadata-to-default-file-type-or-setting-custom-type-of/m-p/312253#M265383</guid>
      <dc:creator>douglascrp</dc:creator>
      <dc:date>2016-10-12T23:25:37Z</dc:date>
    </item>
    <item>
      <title>Re: Adding metadata to default file type or setting custom type of document as default</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/adding-metadata-to-default-file-type-or-setting-custom-type-of/m-p/312254#M265384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, I tried to do that, but I have 3 questions:&lt;/P&gt;&lt;P&gt;1. How can I use that rule to all folders in all users and sites?&lt;/P&gt;&lt;P&gt;2. When I try to use that rule, I can't find my set of metadata (called Metadane), there is only Inteligent Folder Template, and Place to transfer files&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://connect.hyland.com/legacyfs/online/alfresco/10058_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;Is it something I do wrong?&lt;/P&gt;&lt;P&gt;3. Maybe there is an option to add my custom metadata to all base metadata included in default type? (there are some metadata present in all types like e.g. Name, can I add some of my custom metadata there?)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Oct 2016 07:13:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/adding-metadata-to-default-file-type-or-setting-custom-type-of/m-p/312254#M265384</guid>
      <dc:creator>tomekszy</dc:creator>
      <dc:date>2016-10-14T07:13:38Z</dc:date>
    </item>
    <item>
      <title>Re: Adding metadata to default file type or setting custom type of document as default</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/adding-metadata-to-default-file-type-or-setting-custom-type-of/m-p/312255#M265385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. you might need to create 2 rules on 'User Homes' and your 'Sites' and check the 'apply to subfolders'&lt;/P&gt;&lt;P&gt;2. you need to make your type visible in share: &lt;A href="http://docs.alfresco.com/5.0/tasks/dev-extensions-content-models-tutorials-share-config.html" title="http://docs.alfresco.com/5.0/tasks/dev-extensions-content-models-tutorials-share-config.html" rel="nofollow noopener noreferrer"&gt;Share configuration for custom types and properties | Alfresco Documentation&lt;/A&gt; &lt;/P&gt;&lt;P&gt;3. you can do that, but as &lt;B&gt;Douglas C. R. Paes&lt;/B&gt;​ already pointed out, thats probably not what you want. it can lead to problems.&lt;/P&gt;&lt;P&gt;1 thing to know about specializing an item is =&amp;gt; you can not 'unspecialize' it once its in the repo. and your users can potentially upload anything.&lt;/P&gt;&lt;P&gt;do you want 1000 jpeg's of somebodies cat with your special type? i don't think so.&lt;/P&gt;&lt;P&gt;create a strict rule that only applies your type to the files that really need it. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Oct 2016 08:16:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/adding-metadata-to-default-file-type-or-setting-custom-type-of/m-p/312255#M265385</guid>
      <dc:creator>mrks_js1</dc:creator>
      <dc:date>2016-10-14T08:16:57Z</dc:date>
    </item>
    <item>
      <title>Re: Adding metadata to default file type or setting custom type of document as default</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/adding-metadata-to-default-file-type-or-setting-custom-type-of/m-p/312256#M265386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 14px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #727174;"&gt;I tried to do that, and I get the error "unable to change file type" when I want to change it in single file, and it didn't appeard in rules for directories. But leave it for now.&lt;/P&gt;&lt;P style="font-size: 14px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #727174;"&gt;&lt;A _jive_internal="true" class="hoverZoomLink" href="https://community.alfresco.com/servlet/JiveServlet/showImage/2-752947-10059/pastedImage_0.png" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #1e88e5;" rel="nofollow noopener noreferrer"&gt;&lt;IMG class="image-1 jive-image" height="900" src="https://connect.hyland.com/legacyfs/online/alfresco/10060_pastedImage_0.png" style="border-width: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;" width="1435" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P style="font-size: 14px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #727174;"&gt;I have another idea. All I want to do is just add some of my metadata fields in common metadata (by common metadata I mean Name, Title, Description, Author - I just want to add there some other fields), so all files independently of type, will get few extra metadata fields. Can I do that? File types will be the same, just want to add some custom fileds in file properties.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 14px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #727174;"&gt;Thank you all for all your previous replies.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Oct 2016 12:58:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/adding-metadata-to-default-file-type-or-setting-custom-type-of/m-p/312256#M265386</guid>
      <dc:creator>tomekszy</dc:creator>
      <dc:date>2016-10-14T12:58:04Z</dc:date>
    </item>
    <item>
      <title>Re: Adding metadata to default file type or setting custom type of document as default</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/adding-metadata-to-default-file-type-or-setting-custom-type-of/m-p/312257#M265387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is there an error message in your log file when you tried to specialize?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can edit the default model but it is not recommended to do that. and that change will not work retroactively.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Oct 2016 13:28:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/adding-metadata-to-default-file-type-or-setting-custom-type-of/m-p/312257#M265387</guid>
      <dc:creator>mrks_js1</dc:creator>
      <dc:date>2016-10-14T13:28:24Z</dc:date>
    </item>
    <item>
      <title>Re: Adding metadata to default file type or setting custom type of document as default</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/adding-metadata-to-default-file-type-or-setting-custom-type-of/m-p/312258#M265388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I will send my log in monday, but I want to ask, how to edit alfresco's default model?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Oct 2016 13:54:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/adding-metadata-to-default-file-type-or-setting-custom-type-of/m-p/312258#M265388</guid>
      <dc:creator>tomekszy</dc:creator>
      <dc:date>2016-10-14T13:54:21Z</dc:date>
    </item>
    <item>
      <title>Re: Adding metadata to default file type or setting custom type of document as default</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/adding-metadata-to-default-file-type-or-setting-custom-type-of/m-p/312259#M265389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;see &lt;A _jive_internal="true" href="https://community.alfresco.com/docs/DOC-4735-data-dictionary-guide#w_modifyinganalfrescocontentmodel" title="https://community.alfresco.com/docs/DOC-4735-data-dictionary-guide#w_modifyinganalfrescocontentmodel" rel="nofollow noopener noreferrer"&gt;https://community.alfresco.com/docs/DOC-4735-data-dictionary-guide#w_modifyinganalfrescocontentmodel&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Oct 2016 14:02:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/adding-metadata-to-default-file-type-or-setting-custom-type-of/m-p/312259#M265389</guid>
      <dc:creator>mrks_js1</dc:creator>
      <dc:date>2016-10-14T14:02:01Z</dc:date>
    </item>
    <item>
      <title>Re: Adding metadata to default file type or setting custom type of document as default</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/adding-metadata-to-default-file-type-or-setting-custom-type-of/m-p/312260#M265390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Instead of adding new by specializing the object's type, you could create new aspects with the required fields and then attach the aspect to new nodes using the same folder rule idea.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Oct 2016 14:40:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/adding-metadata-to-default-file-type-or-setting-custom-type-of/m-p/312260#M265390</guid>
      <dc:creator>douglascrp</dc:creator>
      <dc:date>2016-10-14T14:40:02Z</dc:date>
    </item>
    <item>
      <title>Re: Adding metadata to default file type or setting custom type of document as default</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/adding-metadata-to-default-file-type-or-setting-custom-type-of/m-p/312261#M265391</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you thought of using Behaviors? There are hooks for beforeCreateNode, onCreateNode etc. &lt;/P&gt;&lt;P&gt;&lt;A href="http://docs.alfresco.com/5.1/references/dev-extension-points-behaviors.html" title="http://docs.alfresco.com/5.1/references/dev-extension-points-behaviors.html" rel="nofollow noopener noreferrer"&gt;Behaviours / Policies | Alfresco Documentation&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jeff also has an excellent turorial.&lt;/P&gt;&lt;P&gt;&lt;A href="http://ecmarchitect.com/alfresco-developer-series-tutorials/behaviors/tutorial/tutorial.html" title="http://ecmarchitect.com/alfresco-developer-series-tutorials/behaviors/tutorial/tutorial.html" rel="nofollow noopener noreferrer"&gt;Implementing Custom Behaviors in Alfresco | ECMArchitect | Alfresco Developer Tutorials&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Oct 2016 16:09:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/adding-metadata-to-default-file-type-or-setting-custom-type-of/m-p/312261#M265391</guid>
      <dc:creator>zhihailiu</dc:creator>
      <dc:date>2016-10-14T16:09:10Z</dc:date>
    </item>
    <item>
      <title>Re: Adding metadata to default file type or setting custom type of document as default</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/adding-metadata-to-default-file-type-or-setting-custom-type-of/m-p/312262#M265392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't have XML setting files, which are mentioned there (&lt;SPAN style="color: #727174; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; font-size: 14px;"&gt;projects\repository\config\alfresco\model\contentModel.xml)&lt;/SPAN&gt;. Is there some step-by-step guide? Where to go, what file edit, what to do in repository? I know how to edit file, but I can't find the file to edit, and I don't know how to start&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Oct 2016 12:07:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/adding-metadata-to-default-file-type-or-setting-custom-type-of/m-p/312262#M265392</guid>
      <dc:creator>tomekszy</dc:creator>
      <dc:date>2016-10-17T12:07:00Z</dc:date>
    </item>
    <item>
      <title>Re: Adding metadata to default file type or setting custom type of document as default</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/adding-metadata-to-default-file-type-or-setting-custom-type-of/m-p/312263#M265393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey &lt;B&gt;Tomasz Szymański&lt;/B&gt;​&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you created a project following the tutorial instructions?&lt;/P&gt;&lt;P&gt;You will find that path inside the default project's folder structure when you create it using the Alfresco SDK.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Oct 2016 13:31:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/adding-metadata-to-default-file-type-or-setting-custom-type-of/m-p/312263#M265393</guid>
      <dc:creator>douglascrp</dc:creator>
      <dc:date>2016-10-17T13:31:57Z</dc:date>
    </item>
    <item>
      <title>Re: Adding metadata to default file type or setting custom type of document as default</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/adding-metadata-to-default-file-type-or-setting-custom-type-of/m-p/312264#M265394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;B&gt;Tomasz Szymański&lt;/B&gt;​ Sorry, I forgot to post the tutorial's link &lt;A href="http://ecmarchitect.com/alfresco-developer-series-tutorials/content/tutorial/tutorial.html" title="http://ecmarchitect.com/alfresco-developer-series-tutorials/content/tutorial/tutorial.html" rel="nofollow noopener noreferrer"&gt;Working With Custom Content Types in Alfresco | ECMArchitect | Alfresco Developer Tutorials&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Oct 2016 13:33:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/adding-metadata-to-default-file-type-or-setting-custom-type-of/m-p/312264#M265394</guid>
      <dc:creator>douglascrp</dc:creator>
      <dc:date>2016-10-17T13:33:37Z</dc:date>
    </item>
    <item>
      <title>Re: Adding metadata to default file type or setting custom type of document as default</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/adding-metadata-to-default-file-type-or-setting-custom-type-of/m-p/312265#M265395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you all for your help - it cleared out a lot. I decided to use rule to add an aspect to file - not change type. Right now i"m testing this solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Oct 2016 06:50:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/adding-metadata-to-default-file-type-or-setting-custom-type-of/m-p/312265#M265395</guid>
      <dc:creator>tomekszy</dc:creator>
      <dc:date>2016-10-20T06:50:48Z</dc:date>
    </item>
    <item>
      <title>Re: Adding metadata to default file type or setting custom type of document as default</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/adding-metadata-to-default-file-type-or-setting-custom-type-of/m-p/312266#M265396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I used the &lt;B&gt;Markus Joos&lt;/B&gt;​ solution, and used aspects and rules in folders. It works very good, the only problem i've got is unability to edit an acive model, but I posted separate subject about that. Thaks once again for help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Oct 2016 09:39:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/adding-metadata-to-default-file-type-or-setting-custom-type-of/m-p/312266#M265396</guid>
      <dc:creator>tomekszy</dc:creator>
      <dc:date>2016-10-26T09:39:02Z</dc:date>
    </item>
  </channel>
</rss>

