Export Audit Log

Export Audit Log

Each Export operation includes a built-in Audit Log that provides a detailed record of individual runs or executions of the Export process. The Audit Log helps ensure traceability and accountability for each time an Export is triggered or executed.

Key Information Logged in the Audit Log:

Run ID

A unique identifier assigned to each specific Export execution. This helps to track and reference individual runs.

Trigger

The name of the Trigger that initiated the Export process. This could be an automated task, a manual execution, or an external API call.

Trigger Type

Specifies how the Export was triggered. The possible trigger types are:
  1. API: The Export was initiated through an API call.
  2. Scheduled: The Export was triggered based on a pre-defined schedule.
  3. Run Now: The Export was manually executed via the UI by a user.

Time

The exact timestamp when the Export was triggered or executed. This provides a timeline for the activity.

Results

The outcome of the Export process. This indicates whether the Export was successful or encountered any errors.

Messages

Detailed messages related to the Export process, such as:
  1. The number of records included in the Export.
  2. Any error messages generated by the Export Processor if something went wrong during the operation.

    • Related Articles

    • Data Export Module - Resources List

      To help you get started and make the most of the Export Module, we offer a comprehensive set of resources. These articles cover everything from basic setup to advanced usage, ensuring that users of all experience levels can benefit from the module's ...
    • Introduction to Exporting Data

      Overview The Export Module is a powerful tool that allows users to transform and export data from your platform into different formats, such as XML, JSON, and CSV. By leveraging XSLT 1.0 (Extensible Stylesheet Language Transformations), the module ...
    • Creating a CSV Export

      Developing the export definition uses XSLT 1.0 as a processor to generate the text out. As you are developing, we encourage you to frequently preview the result to understand how your code is working. The source of the preview data is displayed in ...
    • Creating a JSON Export

      Developing the export definition uses XSLT 1.0 as a processor to generate the text out. As you are developing, we encourage you to frequently preview the result to understand how your code is working. The source of the preview data is displayed in ...
    • Creating an XML Export

      Building using a Preset (XML Only) If you do no have specific format requirements, or would like to see examples of how to develop using XSLT 1.0, you can use our "Presets" feature. To use a Preset, click on the button in the Action Bar. Using the ...