Forum Discussion

CarolMcconnell's avatar
CarolMcconnell
Qrew Officer
2 months ago
Solved

Sharepoint url links for emails open in outlook instead of the sharepoint

I move file attachments to sharepoint and then grab the url link and add that to the record. When the attachment is a outlook message, it opens in the outlook instead of the sharepoint. Is there a w...
  • Denin's avatar
    Denin
    2 months ago

    At the end of the URL, you need this:

    ?csf=1&web=1

    So:

    https://COMPANYNAMEo365.sharepoint.com/sites/SITENAME/Shared%20Documents/DOCUMENTNAME.MSG?csf=1&web=1

    You could make a new formula field and concatenate your existing URL field to include that part at the end, then you have separate view and download URL fields. Otherwise, will have to edit your Pipeline or whatever other process you have for getting the URL to include it.