API name: cpm__Log__c
The Log object is used to capture log messages submitted by various parts of the FinDock application. Log records are an essential source of information for troubleshooting, but they do not have any functional dependencies. While they can be safely deleted at any time, we recommend keeping logs for at least the past 30 days, though longer, e.g. two release cycles, is better.
The following table outlines key fields for this object. For complete details, please use the Salesforce Object Manager.
| Label | Type | Description |
|---|---|---|
| Log Name | Auto Number | Running number for each log entry |
| Message | Long Text Area(32768) | The log content |
| Origin | Text(255) | The function (e.g. class name) that produced the log message |
| Type | Picklist | Log type: Informal, Warning, Error |