LogEntries

This function loads the log entries from the Financial Consolidation Server.

Declaration:

Function LogEntries(xmlConnectionInfo As String, language As String, year As String, period As String, scenario As String, group As String, consolidationStages, targetYear As String, targetPeriod As String, targetScenario As String, targetGroup As String, cancelTargetJournals As Boolean, journalTypeToCopy As Long) As LogEntries

Parameters:

Parameters Description
xmlConnectionInfo Connection information
language Language in which output is shown
year The source year
period The source period
scenario The source scenario
group The subgroup to copy
consolidationStages List of consolidation stages
targetYear The target year
targetPeriod The target period
targetScenario The target scenario
targetGroup The target group
cancelTargetJournals Indicates whether existing journals in the target are cancelled before the journals from the source are copied.
journalTypeToCopy

Defines the type of journals that must be copied:

  • 1: Automatic Journals
  • 2: Manual Journals
  • 3: All Journals

Return value:

A COM object of the type LogEntries that includes a list of log entries.