Forum Discussion
FredLucas
11 months agoContributor III
If you are interested in extracting and re up-loading the journals keeping the ability to drill to the journal files etc. you could also look into using the following functions:
'Export Journals:
Dim sValue As String = BRApi.Journals.Data.ExportJournalsToCsv(si, serverFilePath, wfProfileName, wfScenarioName, wfTimeMemberFilter, journalStatus)
'Import Journals:
objList = BRApi.Journals.Data.ImportAndProcessJournals(si, journalFilePath, save, submit, approve, post, unpostAndOverwrite, throwOnError)
- S0N1C43V3R3 months agoNew Contributor II
Hi Team,
I wanted to know what should we put instead of serverFilePath because i have issues with it and can we directly extract it in our pc ?
thank you in advance.- Beeswing773 months agoNew Contributor III
As of OneStream version 8.1 you can actually now just extract journals in the workspace using the UI. These are in XLSX format, and so can be easily loaded to other applications, scenarios, etc. I'd go with this approach if I were you.
Related Content
- 12 months ago
- 4 years ago
- 3 years ago
- 2 years ago