Menu Object
 
Syntax
 
Menu.FinJournalImport [FilePath][, JournalCode][, ValidateCreditorPayments]
 
Description
Opens the Journal Import application for importing external journal entries. Optionally, a source file, target journal code, and creditor payment validation can be specified.
 
Parameter
Description
FilePath
Optional. Full file path of the import file to load upon opening.
JournalCode
Optional. Code of the journal into which the entries are imported.
ValidateCreditorPayments
Optional. When True, creditor payment references in the import file are validated against existing open items. Default value False.
See Also
FinJournaalImport (Dutch variant)
Example
Sub Main
    Menu.FinJournalImport FilePath:="O:\Documents\Import\journal_2026_03.csv", JournalCode:="MEM"
End Sub