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, groups, settings As Long) As String

Parameters:

Parameters Description
xmlConnectionInfo Connection information
language Language in which output is shown
years The list of years
periods The list of periods
scenarios The list of scenarios
groups The list of groups
settings

Defines the data that must be validated:

  • 1: Database structures
  • 2: Parameters
  • 4: Exchange rates
  • 8: Financial data
  • 16: Recurring journals

Return value:

An XML document that is shown in a report.