CopyGroupJournalsExecuting

This function checks whether a previously started copy group journals process is still running.

Declaration:

Function CopyGroupJournalsExecuting(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 Boolean

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:

If the copy group journals process is still running, the return value is true, otherwise false.