<?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: First version of a document doesn't have aspect values in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/first-version-of-a-document-doesn-t-have-aspect-values/m-p/69674#M22952</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can I create a document (under the folder) without versioning, I mean by calling&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #727174; font-family: arial,helvetica,'helvetica neue',verdana,sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;entityFolder.createDocument(cmisProperties, contentStream, &lt;STRONG&gt;VersioningState.NONE&lt;/STRONG&gt;);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #727174; font-family: arial,helvetica,'helvetica neue',verdana,sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;I wonder what this VersioningState.NONE mean. Does this mean, we can never have versioning on this document that we create. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #727174; font-family: arial,helvetica,'helvetica neue',verdana,sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;Or does this mean that we are telling Alfresco to not version this document at this time?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #004000; font-family: Arial;"&gt;I am &lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #727174; font-family: arial,helvetica,'helvetica neue',verdana,sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;assuming that I can create first without versioning, and then start/do versioning after/while updating the properties (aspect/secondary-type) for the first time.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="-webkit-text-stroke-width: 0px; color: #727174; white-space: normal; font-weight: 400; display: inline !important; letter-spacing: normal; text-decoration: none; font-size: 15px; font-style: normal; float: none; background-color: transparent; text-transform: none; word-spacing: 0px; font-variant: normal; text-indent: 0px; font-family: arial,helvetica,'helvetica neue',verdana,sans-serif; orphans: 2; text-align: left;"&gt;As a result, once we create a document without version, then we can check it out, update the properties (aspect/secondary-type), and then version it.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #727174; font-family: arial,helvetica,'helvetica neue',verdana,sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;Does this make sense or is this possible?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Jul 2018 16:17:40 GMT</pubDate>
    <dc:creator>sepgs2004</dc:creator>
    <dc:date>2018-07-19T16:17:40Z</dc:date>
    <item>
      <title>First version of a document doesn't have aspect values</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/first-version-of-a-document-doesn-t-have-aspect-values/m-p/69671#M22949</link>
      <description>In code, I use CMIS to communicate with Alfresco 5.1.x community edition. I followed "CMIS and Apache Chemistry in Action" book.&amp;nbsp;We have our own custom model defined, whose parent is cm:content. Our model has its own (custom meta-data) set of properties. This is defined as an aspect.&amp;nbsp;Things are work</description>
      <pubDate>Wed, 18 Jul 2018 18:58:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/first-version-of-a-document-doesn-t-have-aspect-values/m-p/69671#M22949</guid>
      <dc:creator>sepgs2004</dc:creator>
      <dc:date>2018-07-18T18:58:48Z</dc:date>
    </item>
    <item>
      <title>Re: First version of a document doesn't have aspect values</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/first-version-of-a-document-doesn-t-have-aspect-values/m-p/69672#M22950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Since I don't know and can't see how all your methods mentioned in the code&amp;nbsp;create / process the document (nor do I know the exact definition of your model), it is hard to say what is the cause for this behaviour. Bear in mind though that with CMIS every call to create / modify the state of a document is an individual transaction, so if you create your document and then in a second operation add the aspect to it, this behaviour would be expected as the first version is already created when the document is being created, and so does not (yet) have the aspect.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2018 08:56:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/first-version-of-a-document-doesn-t-have-aspect-values/m-p/69672#M22950</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2018-07-19T08:56:37Z</dc:date>
    </item>
    <item>
      <title>Re: First version of a document doesn't have aspect values</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/first-version-of-a-document-doesn-t-have-aspect-values/m-p/69673#M22951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Axel for your answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Following code is a snippet of what I am doing on the first insert/index/create...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you hinted, I would try to add the aspect in the first createDocument call itself. I kind of think, there is a reason I did this way, I mean in two steps.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will update here my result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even in this case, that is to creating as the first action and then updating the secondary type properties as a second call, should keep these properties in the very first version right? Updating the (aspect) properties should not be considered as an outside-of-version action, right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know. Appreciations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cmisProperties = dmsDocument2AlfrescoDocumentProperties(mDocument, false); // &lt;STRONG&gt;false&lt;/STRONG&gt; to including custom secondary type properties&lt;/P&gt;&lt;P&gt;InputStream stream = null;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;String objectId = null;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Long contentSize = null;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;try {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;byte[] content = mDocument.getBData();&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;stream = new ByteArrayInputStream(content);&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;ContentStream contentStream = cmisSession.getObjectFactory().createContentStream(&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;mDocument.getFileName(), Long.valueOf(content.length), mimeType, stream);&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;insertedDocument = entityFolder.createDocument(cmisProperties, contentStream, VersioningState.MAJOR);&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;objectId = insertedDocument.getId();&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;contentSize = new Long(content.length);&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;catch(Exception inExc) {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;message = "Error occurred while uploading the document [" + (namePropertyValue == null ? "" : namePropertyValue) + "] - " + inExc.getMessage();&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;inExc.printStackTrace();&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV&gt;List&amp;lt;Object&amp;gt; aspects = insertedDocument.getProperty("cmis:secondaryObjectTypeIds").getValues();&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;if (!aspects.contains("P:salo:documentProperties")) {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;aspects.add("P:salo:documentProperties");&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;HashMap&amp;lt;String, Object&amp;gt; props = new HashMap&amp;lt;String, Object&amp;gt;();&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;props.put("cmis:secondaryObjectTypeIds", aspects);&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;cmisProperties = dmsDocument2AlfrescoDocumentProperties(mDocument, true); // &lt;STRONG&gt;true&lt;/STRONG&gt; to include secondary properties and values&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;insertedDocument.updateProperties(cmisProperties);&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;insertedDocument.refresh();&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2018 15:44:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/first-version-of-a-document-doesn-t-have-aspect-values/m-p/69673#M22951</guid>
      <dc:creator>sepgs2004</dc:creator>
      <dc:date>2018-07-19T15:44:44Z</dc:date>
    </item>
    <item>
      <title>Re: First version of a document doesn't have aspect values</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/first-version-of-a-document-doesn-t-have-aspect-values/m-p/69674#M22952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can I create a document (under the folder) without versioning, I mean by calling&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #727174; font-family: arial,helvetica,'helvetica neue',verdana,sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;entityFolder.createDocument(cmisProperties, contentStream, &lt;STRONG&gt;VersioningState.NONE&lt;/STRONG&gt;);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #727174; font-family: arial,helvetica,'helvetica neue',verdana,sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;I wonder what this VersioningState.NONE mean. Does this mean, we can never have versioning on this document that we create. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #727174; font-family: arial,helvetica,'helvetica neue',verdana,sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;Or does this mean that we are telling Alfresco to not version this document at this time?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #004000; font-family: Arial;"&gt;I am &lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #727174; font-family: arial,helvetica,'helvetica neue',verdana,sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;assuming that I can create first without versioning, and then start/do versioning after/while updating the properties (aspect/secondary-type) for the first time.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="-webkit-text-stroke-width: 0px; color: #727174; white-space: normal; font-weight: 400; display: inline !important; letter-spacing: normal; text-decoration: none; font-size: 15px; font-style: normal; float: none; background-color: transparent; text-transform: none; word-spacing: 0px; font-variant: normal; text-indent: 0px; font-family: arial,helvetica,'helvetica neue',verdana,sans-serif; orphans: 2; text-align: left;"&gt;As a result, once we create a document without version, then we can check it out, update the properties (aspect/secondary-type), and then version it.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #727174; font-family: arial,helvetica,'helvetica neue',verdana,sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;Does this make sense or is this possible?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2018 16:17:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/first-version-of-a-document-doesn-t-have-aspect-values/m-p/69674#M22952</guid>
      <dc:creator>sepgs2004</dc:creator>
      <dc:date>2018-07-19T16:17:40Z</dc:date>
    </item>
    <item>
      <title>Re: First version of a document doesn't have aspect values</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/first-version-of-a-document-doesn-t-have-aspect-values/m-p/69675#M22953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As far as I know the Alfresco CMIS integration, you cannot create a document without a version, as versions are intrically a part of a CMIS document. The VersioningState.NONE is only used to specify in an update operation that you do not want a new version to be created for that update.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to provide all metadata that you want in the initial version with the initial "create document" call.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2018 16:34:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/first-version-of-a-document-doesn-t-have-aspect-values/m-p/69675#M22953</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2018-07-19T16:34:15Z</dc:date>
    </item>
    <item>
      <title>Re: First version of a document doesn't have aspect values</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/first-version-of-a-document-doesn-t-have-aspect-values/m-p/69676#M22954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, it worked.&amp;nbsp;&lt;/P&gt;&lt;P&gt;All it took was the difference between the following two. Since the secondary object type is given as a list, it ignores the secondary type if we do not give it as a list. Then it says, a certain property is not valid.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #d60000; font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 12px; font-style: normal; font-variant: normal; font-weight: bold; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;Property 'salo:m_effective_date' is not valid for this type or one of the secondary types!.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyways....&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Correct way:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;List&amp;lt;String&amp;gt; secondaryTypes = new ArrayList&amp;lt;String&amp;gt;();&lt;BR /&gt;secondaryTypes.add("P:salo:documentProperties");&lt;BR /&gt;cmisDocumentProperties.put(PropertyIds.SECONDARY_OBJECT_TYPE_IDS, secondaryTypes);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Wrong way:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #3d3d3d; font-family: Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; word-wrap: break-word;"&gt;cmisDocumentProperties.put(PropertyIds.SECONDARY_OBJECT_TYPE_IDS, "P:salo:documentProperties");&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #3d3d3d; font-family: Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; word-wrap: break-word;"&gt;Now, following Axel's hints, the first version in the version history also captured all the property values. With approach 1, after we make more versions, we notice the 1st version of the document does not have the custom aspect property values. With approach 2, it is good. So, approach 2 is correct.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="-webkit-text-stroke-width: 0px; word-wrap: break-word; color: #3d3d3d; white-space: normal; letter-spacing: normal; text-decoration: none; display: inline !important; font-size: 15px; font-style: normal; float: none; background-color: transparent; text-transform: none; word-spacing: 0px; font-variant: normal; text-indent: 0px; font-family: Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif; orphans: 2; text-align: left;"&gt;&lt;STRONG&gt;Approach 1:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #3d3d3d; font-family: Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; word-wrap: break-word;"&gt;create the document without the custom model's custom aspect properties&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #3d3d3d; font-family: Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; word-wrap: break-word;"&gt;then update the properties later.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Approach 2:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;create the document in the first place with custom model's custom aspect properties&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2018 21:55:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/first-version-of-a-document-doesn-t-have-aspect-values/m-p/69676#M22954</guid>
      <dc:creator>sepgs2004</dc:creator>
      <dc:date>2018-07-19T21:55:38Z</dc:date>
    </item>
  </channel>
</rss>

