Custom Metadata Types
> Configuration and settings metadata
15 items in this category.
Other
| Name | Description |
|---|---|
| ApiCredential__mdt | Links outbound API handlers to their Salesforce Named Credential for endpoint resolution and authent |
| ApiMock__mdt | Configures mock response scenarios for API services. Supports dynamic response interpolation, reques |
| ApiSetting__mdt | Configures outbound web service handlers with endpoint paths, retry behavior, circuit breaker settin |
| AsynchronousJobSetting__mdt | Declarative configuration for asynchronous job classes. The DeveloperName of each record should matc |
| ClassTypeResolver__mdt | Registers a subscriber-org class that resolves Apex class names to Types at runtime. Required when s |
| FeatureFlag__mdt | This object is the master record for a single feature flag. It acts as the parent and defines the fe |
| FeatureFlagStrategy__mdt | Defines a single evaluation rule for a parent Feature Flag. A Feature Flag can have multiple strateg |
| FieldSetGroup__mdt | Groups multiple field sets for an object into a single configuration record. Used to drive multi-sec |
| MaskingRule__mdt | Defines a rule for masking sensitive data in a field — what to look for and what to replace it with. |
| MaskingTarget__mdt | Applies a Masking Rule to a specific field on a specific object. Each record says "use this rule on |
| PostTriggerAction__mdt | Registers a single post-trigger action: one Apex class that runs once at the end of a trigger transa |
| TriggerAction__mdt | Registers a single trigger action: one Apex class bound to one trigger event (e.g. Before Insert) on |
| TriggerSetting__mdt | Parent configuration for all trigger actions on a single object. Links to an EntityDefinition to ide |
| ValidationRule__mdt | Defines an individual validation rule with a formula-based condition, error message, and configurati |
| ValidationRuleGroup__mdt | Groups validation rules for a specific object and trigger context. Binds to a TriggerSetting and def |