Skip to main content

I have request to export the files stored in IFS to external file storage how do I do that.

what is the foreign key in the table where the file BLOB are stored.

for example I have invoice and  and document attached to the invoice. so in the table where the document is stored how do I identify the file that was stored for that invoice.

For ideas on how to do the export, search this forum or just look through recent posts.

The entities you want to have a look at are:

EdmFileStorage (here is the file content)
DocReferenceObject (this entity is used to connect a document and any other object)

Good luck!
 


Thank you Mathias.


Reply