I'm trying to create a report in SSRS 2008 that will link to PDF file attachments from Nav 2009. Has anyone done this before? In the past I've been able to link to a URL however NAV stores PDF's in a BLOB field and does not have a field for a URL link like other databases I've worked with. Any help would be appreciated.
0
Comments
Gunnar Gestsson
Microsoft Certified IT Professional
Dynamics NAV MVP
http://www.dynamics.is
http://Objects4NAV.com
First I created a web service that would deliver the attachment from the BLOB field.
Next I created an asp.net web page that used this web service and used the parameters given to select the correct attachment from NAV.
When I create the attachment I also create a link to that asp.net web page with the correct parameters and store that link in the Record Link table.
Here is a link to my Blog about this solution for NAV 2009. http://www.dynamics.is/?p=443
I have updated this solution to NAV 2013 and pure dotnet objects but have not blogged about that.
Gunnar Gestsson
Microsoft Certified IT Professional
Dynamics NAV MVP
http://www.dynamics.is
http://Objects4NAV.com