Skip to main content
1-Visitor
November 2, 2017
Solved

Hyperlink redirecting on Document view in Integrity

  • November 2, 2017
  • 1 reply
  • 1909 views

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

Best answer by awalsh

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

 

1 reply

awalsh5-Regular MemberAnswer
5-Regular Member
November 6, 2017

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

 

edegeis1-VisitorAuthor
1-Visitor
November 7, 2017

Thanks a lot, it works !