BLOB data type

I have created blob data type in a table and created a form to prompt a user to input a file which will be stored in that table. Anyways, the problem is that later on i need to read the filenames of the files which has been stored. How can i do that?

When I created a functionality to do just that I basically copied the functionality Navision is using in the CRM module to store attachments. And from there it’s very easy.

You must add a field with original file name.

Yes, in that codeunit there all the code to handle attachment in Navision. Mainly the option to handle attachments in file store or in DB.

Please could you tell me the ID or name of that coudeunit.

Check Form 5077 and codeunit 5052

Thanks all