Anusha_MP
22 days agoNew Contributor II
Where are journal attachments stored in OneStream?
Hi all,
Does anyone know the physical storage location for journal attachments in OneStream? I found a table (table name: Attachements) with file names and related text but couldn’t locate the actual folder or path where I can extract it using a BR.
Thanks in advance!
Journal attachments are not saved to a folder in OneStream. You are correct in that they are saved to the table Attachments. They are accessed from the Journals module - the Journal UniqueId is used as the key in the Attachments table. Search this forum for XFFileEx for more information on creating a file from the stored filebytes. You can then extract them to any file and folder you want.