Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X
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.
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
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
Thanks a lot, it works !