LogEntriesXml

This function loads the log entries from the Financial Consolidation Server. The result is a text that contains an XML structure. This XML structure is prepared to be directly used by the Application Studio property functions. You can see the usage in the standard reports.

Declaration:

Function LogEntriesXML(xmlConnectionInfo As String, language As String, years, periods, scenarios, targetYears, targetPeriods, targetScenarios, settings As Long) As String

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:

An XML document that is shown in a report.