Archived Version label EL expression
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2014 06:20 PM
How is an EL expression used to call an archived version of a document? Using #{document.uid.major_version} calls the current document's major version, but how do I call schema of previously archived documents. Like pulling an older version label or an old title of a document using the EL expression.
All the information is there when you view the archived version in the Archived Versions subtab.
Any ideas? Thank you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2014 01:25 AM
You might retrieve it through the documentManager variable (the CoreSession object) using for instance the getDocumentWithVersion method.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2014 01:42 PM
Here's the template that I am trying to use to make a custom tab
