- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-16-2018 06:12 AM
Is there a way to access older versions of a document via Alfresco share?
I don't see any option at the minute to access older versions.
- Labels:
-
Alfresco Content Services
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-16-2018 08:41 AM
you should see the version history of a document on the document-details page (bottom right) - but only if the document is versioned... (has the versionable aspect applied)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-16-2018 08:41 AM
you should see the version history of a document on the document-details page (bottom right) - but only if the document is versioned... (has the versionable aspect applied)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-16-2018 01:18 PM
Hi ,
On share you can only have the version history and options to download the old version, revert to make that as the latest version and get properties of that version of node.
Lets say the node url is
Run the cmis query as below :
If older version is present you will get
{...}
{
"properties": {
"alfcmis:nodeRef": {
"id": "alfcmis:nodeRef",
"localName": "nodeRef",
"displayName": "Alfresco Node Ref",
"queryName": "alfcmis:nodeRef",
"type": "id",
"cardinality": "single",
"value": "versionStore://version2Store/f898797d-62d6-4a64-8ad0-a511a5261f57"
Bow use this in the url - to open that version - since it lies in a different store..
Just a reference:
Repository concepts | Alfresco Documentation
Please let me know if it helps:
