Custom Objects
> Custom SObjects in the package
10 items in this category.
Other
| Name | Description |
|---|---|
| ApiCall__c | Tracks API calls (inbound and outbound) through their full lifecycle. Each record represents a singl |
| ApiIssue__c | Tracks API integration issues for troubleshooting, manual resolution, and automatic retry of failed |
| ApiRuntimeSwitch__c | Hierarchical custom setting that provides runtime API kill switches at the org, profile, or user lev |
| AsyncChainExecution__c | Tracks async chain executions including state, step definitions, shared context, and progress. Each |
| Foobar__c | Test object for managed package unit tests. Used to demonstrate and validate library functions. Do n |
| LogEntry__c | Persistent log entries captured by the Kern logging framework. Each record represents a single logge |
| LoginFrequency__c | Tracks monthly login activity per user, including total login count and number of unique days logged |
| LogSetting__c | Controls logging behaviour: log level threshold, class filtering, performance logging thresholds, an |
| ScheduledJob__c | Declarative scheduled job configuration. Each record defines a schedulable Apex class, cron expressi |
| ScheduleSetting__c | Stores runtime state for scheduled jobs, such as the last successful execution time. Used by schedul |