How to attach/upload files to Dynamics NAV System

Hello team,

I am designing a system on Dynamics NAV 2018, all the users except the technical team will be using Dynamics NAV 2018 Web Client on their computers.

They presented a requirement that they need to upload documents/files to Dynamics NAV system using the web client. This files upload will be attached to the Customer table records. Kindly advise on the possibilities file attachment/upload to Dynamics NAV 2018 and how this could be achieved.

Thanks in advance.

Development I guess… Honestly you do n ot provide much information, hence the vauge answer…

Look at the codeunit 419 “File Management” - it implements a bunch of functions for uploading / downloading.

As for the attachment part - codeunit 134 “Import Attachment - Inc. Doc.” is a good example of solving this kind of tasks in NAV, and it does upload files as well.

Thank you for this [mention:6f49de73c19f42ef93502a6cf846790b:e9ed411860ed4f2ba0265705b8793d05]

me check on that and then later give a feedback. I hope it will work.

Hello [mention:6f49de73c19f42ef93502a6cf846790b:e9ed411860ed4f2ba0265705b8793d05],

I found a solution from Dynamics 365 Business Central and it is working, like pure honey, just as I wanted it to work.

Alexander’s suggestion was a solution from Dynamics NAV and Business Central. Which other solution did you choose?