ClearLogEntries

This function clears the log entries on the Financial Consolidation Server.

Declaration:

Sub ClearLogEntries(xmlConnectionInfo As String, language As String, years, periods, scenarios, targetYears, targetPeriods, targetScenarios, settings As Long)

Parameters:

Parameters Description
xmlConnectionInfo Connection information
language Language in which output is shown
years The list of source years
periods The list of source periods
scenarios The list of source scenarios
targetYears The list of target years
targetPeriods The list of target periods
targetScenarios The list of target scenarios
settings

Defines the data that must be copied:

  • 1: Company settings
  • 2: Exchange rates
  • 4: Group settings
  • 8: Historical exchange rates
  • 16: Consolidation methods I/C
  • 32: Consolidation methods
  • 64: Ownership data for companies
  • 128: Ownership data for groups
  • 256: Rates of currency changes for companies
  • 512: Rates of currency changes for groups

Return value:

None