Question

Stored files in IFS 10

  • 8 August 2022
  • 2 replies
  • 91 views

Badge +2

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.


2 replies

Userlevel 7
Badge +30

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!
 

Badge +2

Thank you Mathias.

Reply