<?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 Can I set the documentID while uploading ?  in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/can-i-set-the-documentid-while-uploading/m-p/295812#M248942</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We have been using alfresco for quiet some time and have always used the doc ids that get generated but for now, I want to set the document id by myself while uploading the document.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Background Story: We are working on migrating content from a different document management system to Alfresco. So I want to maintain the same doc id even in alfresco. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is this possible ? If so, please tell me how can this be achieved&amp;nbsp; ? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hari. &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 May 2016 10:37:33 GMT</pubDate>
    <dc:creator>hari</dc:creator>
    <dc:date>2016-05-03T10:37:33Z</dc:date>
    <item>
      <title>Can I set the documentID while uploading ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/can-i-set-the-documentid-while-uploading/m-p/295812#M248942</link>
      <description>Hi, We have been using alfresco for quiet some time and have always used the doc ids that get generated but for now, I want to set the document id by myself while uploading the document.Background Story: We are working on migrating content from a different document management system to Alfresco. So</description>
      <pubDate>Tue, 03 May 2016 10:37:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/can-i-set-the-documentid-while-uploading/m-p/295812#M248942</guid>
      <dc:creator>hari</dc:creator>
      <dc:date>2016-05-03T10:37:33Z</dc:date>
    </item>
    <item>
      <title>Re: Can I set the documentID while uploading ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/can-i-set-the-documentid-while-uploading/m-p/295813#M248943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Hari, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So first of all I'm assuming you're talking about the Alfresco NodeReference?&amp;nbsp; So you don't change this as it's a fundamental part of Alfresco and is not modifiable.&amp;nbsp; However, you can define a custom property that you can use to store and show the value.&amp;nbsp; You can then use this value as a basis for search/retrieval etc.&amp;nbsp; Have a look here for how can create and display custom properties - &lt;/SPAN&gt;&lt;A href="http://ecmarchitect.com/alfresco-developer-series-tutorials/content/tutorial/tutorial.html" rel="nofollow noopener noreferrer"&gt;http://ecmarchitect.com/alfresco-developer-series-tutorials/content/tutorial/tutorial.html&lt;/A&gt;&lt;SPAN&gt;.&amp;nbsp; Also, if using Alfresco 5.1 you can now do this a lot more easily using the Content Model Management functionality (&lt;/SPAN&gt;&lt;A href="http://docs.alfresco.com/5.1/concepts/admintools-cmm-intro.html" rel="nofollow noopener noreferrer"&gt;http://docs.alfresco.com/5.1/concepts/admintools-cmm-intro.html&lt;/A&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Alfresco out of the box doesn't give you the ability to set properties as part of uploading (you can do it afterwards), but there are extensions like &lt;/SPAN&gt;&lt;A href="https://addons.alfresco.com/addons/uploader-plus" rel="nofollow noopener noreferrer"&gt;https://addons.alfresco.com/addons/uploader-plus&lt;/A&gt;&lt;SPAN&gt; and others that allow you to change the way this works&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Steven&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 May 2016 17:48:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/can-i-set-the-documentid-while-uploading/m-p/295813#M248943</guid>
      <dc:creator>steven_okennedy</dc:creator>
      <dc:date>2016-05-10T17:48:26Z</dc:date>
    </item>
    <item>
      <title>Re: Can I set the documentID while uploading ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/can-i-set-the-documentid-while-uploading/m-p/295814#M248944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Actually you can set the node ref when creating a new node in alfresco.&amp;nbsp; I used it for the transfer service which does keep node refs the same.&amp;nbsp;&amp;nbsp;&amp;nbsp; IIRC its a special named property on the node service create call.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There are limits to what is a valid node ref and it must be unique.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2016 15:28:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/can-i-set-the-documentid-while-uploading/m-p/295814#M248944</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2016-05-12T15:28:14Z</dc:date>
    </item>
    <item>
      <title>Re: Can I set the documentID while uploading ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/can-i-set-the-documentid-while-uploading/m-p/295815#M248945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks you Rogers and Steven. I am working on your suggestions. Will let you know the results soon. &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 May 2016 12:26:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/can-i-set-the-documentid-while-uploading/m-p/295815#M248945</guid>
      <dc:creator>hari</dc:creator>
      <dc:date>2016-05-20T12:26:07Z</dc:date>
    </item>
  </channel>
</rss>

