I have an app which produce PDF from a custom object and stored it to Files.
The app put the contentversionID in a text field on my object "FileId__c".
I created a text formula which is like this
HYPERLINK(
"/sfc/servlet.shepherd/version/download/"+FileId__c,
"see files")
It's working but it downloads the PDF. I would like it to open a new web browser tab to preview the PDF document.
I search for many hours how to do it, but it seems to me I only can preview the document from the its Files record.
Any one have an idea how to do it ?
3 个回答
which browser version are you using? Behaviour can change based on the browser you are using. Did you try with a different one?