'Replace a blob image in SQL Server with a URL

Issue: moving documents from Dynamics 365 to Sharepoint.

I have the new URL. I've cleared the documentblob column and replaced the note text with the URL, however, the timeline control doesn't display the HTML url until you click on it.

Users don't want to scroll through 20 - 40 timeline entries for attachments, it's easier to see the attachment as a link.

So... is there somehow, someway, to take a URL, turn it into some kind of binary file that's clickable and redirectable?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source