Forum Discussion
FredLucas
7 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)
Related Content
- 8 months ago
- 4 months ago
- 3 years ago
- 3 months ago