Extract Loaded Journal Entries

EmilieDurand
New Contributor II

Hello, 

I am currently on version 8 of OS and I am looking for a way to extract loaded journal entries. Is there a way to do so?

Thank you

1 REPLY 1

franciscoamores
Contributor II

Hi

there are different ways. Do you want to automate? I'd suggest you to have a look BRApi Journals where you have the method to export journals to CSV:

Dim sValue As String = BRApi.Journals.Data.ExportJournalsToCsv(si, serverFilePath, wfProfileName, wfScenarioName, wfTimeMemberFilter, journalStatus)

franciscoamores_0-1709567142905.png