Hi,
Is it possible to implement document preview (JPG, GIF, PNG, TIFF, PDF, Docx, .xslx) when we right-click on a hyper link. Currently when we click on a dynamic link it opens in download mode. Our requirement is to preview document first before user perform download action.
Thanks!
Discussion posts and replies are publicly visible
In addition to what the previous posters said - for picture files specifically, this would be pretty easy to accomplish just using the image display field. You would need to come up with some convention other than right-click, since nothing in Appian is able to be configured to behave specially per which mouse button is clicked - a right click (afaik) will always just pop up the in-browser context menu.
Is it possible to show the Word document using documentViewerField.
current behavior- When we click on the tab to display document, its downloading directly
Expected behavior- The document should be visible for like PDF and downloadable.
The documentViewerField does not support Word documents.