How can we create a viewsegment hyperlink for versioned document?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
How can we create a viewsegment hyperlink for versioned document?
How can we create a viewsegment hyperlink for versioned document?
FOR LIVE DOCUMENT WE USE:
integrity://hostname:port/im/viewsegment?selection=id
I am not able to find a way to create hyperlink for VERSIONED DOCUMENT:
I was trying following option, it didnt work.
<a href=integrity://hostname:port/im/viewsegment?selection=ID&filterRule=Revision=VERSION>Document View</a>
Any inputs will be helpful.
Solved! Go to Solution.
- Labels:
-
Requirements & Validation
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Following link works for versioned document :
integrity://<%hostname%>:<%hostport%>/im/viewsegment?selection=<%ID%>-<%Revision%>¬vigui
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
You may want to open a Support case for this.
But I think it may have to do with this, from the documentation;
"For versioned documents, referencing a content node ID is not supported for the im viewsegment command. When specifying a document version, the ID must refer to a segment or document. In addition, you can only view a versioned document in the Integrity Lifecycle Manager Client GUI."
Mike
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Following link works for versioned document :
integrity://<%hostname%>:<%hostport%>/im/viewsegment?selection=<%ID%>-<%Revision%>¬vigui
