Skip to main content
Question

Stored files in IFS 10

  • August 8, 2022
  • 2 replies
  • 118 views

Forum|alt.badge.img+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

Mathias Dahl
Superhero (Employee)
Forum|alt.badge.img+32
  • Superhero (Employee)
  • 2903 replies
  • August 9, 2022

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!
 


Forum|alt.badge.img+2
  • Author
  • Do Gooder (Customer)
  • 4 replies
  • August 17, 2022

Thank you Mathias.