-
Notifications
You must be signed in to change notification settings - Fork 0
The AsyncActionGlobalSetting__mdt Custom Metadata Type
GitHub Action edited this page Sep 25, 2025
·
1 revision
The AsyncActionGlobalSetting__mdt custom metadata type defines package-wide behavior for the async actions framework. It controls global settings that affect all processors and framework operations.
| Field API Name | Label | Data Type | Required | Default | Description |
|---|---|---|---|---|---|
DeveloperName |
API Name | Text(40) | Yes | - | Unique identifier for the global settings |
MasterLabel |
Label | Text(40) | Yes | - | Human-readable name for the settings |
LoggerPlugin__c |
Logger Plugin | Text(255) | No | - | Fully qualified name of custom logger implementation |
- Navigate to Setup → Custom Metadata Types → Async Action Global Setting → Manage Records
- Create or edit the global settings record
- Set the Logger Plugin field to your custom logger class name
- Save the record
Note: If no Async Action Global Setting record exists or no logger plugin is specified, the framework uses System.debug() for all logging.