Log

API name: cpm__Log__c

Description

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.

Fields

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

LabelTypeDescription
Log NameAuto NumberRunning number for each log entry
MessageLong Text Area(32768)The log content
OriginText(255)The function (e.g. class name) that produced the log message
TypePicklistLog type: Informal, Warning, Error

Was this page helpful?