<?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 Creating new content... without content. in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/creating-new-content-without-content/m-p/177150#M130280</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is it possible - via API - to create a new document object and store the metadata values in the Alfresco Repository, but attach the file of the document only at a later time?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Let me explain…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The standard "Add Content" wizard of the Web Client allows to import new documents in the repository, and enter the associated metadata.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The wizard is designed in a way that uploading the file to be stored is the first step of the wizard, and it's a mandatory step. Makes sense.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But I'm designing a custom application (with a custom user interface, so I'm not concerned about limitations of Web Client) in which users should behave as follows:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1) Ask to create a new document&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2) Enter a certain set of mandatory metadata (title, date, subject, destination, category)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3) The application will generate a unique document ID, based on the metadata entered by the user. A label printer will print the unique DocID and the document date on a label, in barcode format&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4) The "document profile" information at this point is stored permanently in the repository&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;5) At a later time, documents are scanned, and imported in another batch application that automatically recognizes the DocID and automatically stores the file in the repository, associating it with the "empty profile record" created earlier during the day.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is this design feasible?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Some other document management systems allow for two types of content: electronic documents (that have files associated) and paper documents (records without files associated), but do not allow to create a paper document and then transform it in an electronic document.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm wondering if Alfresco is more flexible from this point of view…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 11 Jan 2009 10:51:42 GMT</pubDate>
    <dc:creator>theorbix</dc:creator>
    <dc:date>2009-01-11T10:51:42Z</dc:date>
    <item>
      <title>Creating new content... without content.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/creating-new-content-without-content/m-p/177150#M130280</link>
      <description>Is it possible - via API - to create a new document object and store the metadata values in the Alfresco Repository, but attach the file of the document only at a later time?Let me explain…The standard "Add Content" wizard of the Web Client allows to import new documents in the repository, and enter</description>
      <pubDate>Sun, 11 Jan 2009 10:51:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/creating-new-content-without-content/m-p/177150#M130280</guid>
      <dc:creator>theorbix</dc:creator>
      <dc:date>2009-01-11T10:51:42Z</dc:date>
    </item>
    <item>
      <title>Re: Creating new content... without content.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/creating-new-content-without-content/m-p/177151#M130281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes this is possible - simply create a node that contains metadata but no content.&amp;nbsp; This will appear as a zero byte file in the Web Cient / CIFS / FTP etc.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Peter&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Jan 2009 15:37:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/creating-new-content-without-content/m-p/177151#M130281</guid>
      <dc:creator>pmonks</dc:creator>
      <dc:date>2009-01-11T15:37:32Z</dc:date>
    </item>
    <item>
      <title>Re: Creating new content... without content.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/creating-new-content-without-content/m-p/177152#M130282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;OK, cool. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So it will be later possile to attach - via API - the content file?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Good.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Jan 2009 16:27:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/creating-new-content-without-content/m-p/177152#M130282</guid>
      <dc:creator>theorbix</dc:creator>
      <dc:date>2009-01-11T16:27:42Z</dc:date>
    </item>
    <item>
      <title>Re: Creating new content... without content.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/creating-new-content-without-content/m-p/177153#M130283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes - the logic would &lt;/SPAN&gt;&lt;EM&gt;update&lt;/EM&gt;&lt;SPAN&gt; the content whenever the electronic version arrives.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Peter&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jan 2009 01:35:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/creating-new-content-without-content/m-p/177153#M130283</guid>
      <dc:creator>pmonks</dc:creator>
      <dc:date>2009-01-12T01:35:19Z</dc:date>
    </item>
  </channel>
</rss>

