Hyperlink redirecting on Document view in Integrity
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hyperlink redirecting on Document view in Integrity
Hello guys,
I have defined automatic e-mail with two hyperlinks : Web and GUI. These e-mails purpose is to display document view, the content of the document.
- For Web link I have this solution : http://hostname:port/integrity/?view=document&id=152
- For GUI link, I have no solution ! I have only this link redirecting on Document Properties : integrity://hostname:port/im/viewissue?selection=152.
The User shall open manually the document in View Document.
How to display the content of the document in GUI application?
That will reduce actions number of the user.
Does anyone knows why is this issue?
I really appreciate any help on this
Best regards,
Eudes
Solved! Go to Solution.
- Labels:
-
Requirements & Validation
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
It's possible to use viewsegment rather than viewissue in the GUI link. This way the document view will be opened. For example:
integrity://myserver:7001/im/viewsegment?selection=12345
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
It's possible to use viewsegment rather than viewissue in the GUI link. This way the document view will be opened. For example:
integrity://myserver:7001/im/viewsegment?selection=12345
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thanks a lot, it works !
