# Audit Trail

API name: `cpm__Audit_Trail__c`

## Description

The Audit Trail object is used to keep a history of FinDock package-level changes changes, such as activating new payment methods or processors and related deployments.

## Fields

The following table outlines key fields for this object. For complete details, please use the Salesforce **Object Manager**.

| Label | Type | Description |
|  --- | --- | --- |
| Action | Long Text Area(32768) | The change made to the package setup, such the payment method that was activated. |
| Currency | CurrencyIsoCode | The currency applied to the action. |
| Package | Text(255) | The name of the package impacted by the action. |
| Type | Text(255) | The type of change made by the action. |
| User | Lookup(User) | The Salesforce user that triggered the action. |