Community Tip - You can change your system assigned username to something more personal in your community settings. X
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.
Following link works for versioned document :
integrity://<%hostname%>:<%hostport%>/im/viewsegment?selection=<%ID%>-<%Revision%>¬vigui
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
Following link works for versioned document :
integrity://<%hostname%>:<%hostport%>/im/viewsegment?selection=<%ID%>-<%Revision%>¬vigui