Represents an internal or external source for record
alert data.
Where possible, we changed noninclusive terms to align with our
company value of Equality. We maintained certain terms to avoid any effect on
customer implementations.
Parent Type
This type extends the Metadata metadata type and inherits its
fullName field.
File Suffix and Directory Location
RecordAlertDataSource components have the suffix
recordAlertDataSource and are stored in the
recordAlertDataSources folder.
Version
RecordAlertDataSource components are available in API version 54.0 and later.
Fields
| apexClass |
- Field Type
- string
- Description
- The Apex class to be used as the data source.
This class must implement the fscwmgen.RecordAlertProvider
interface.
|
| isActive |
- Field Type
- boolean
- Description
- Indicates whether this data source is still active (true) or not (false).
There can only be one active data source at a
time.
|
| isProtected |
- Field Type
- boolean
- Description
- An auto-generated value that doesn’t currently impact the behavior of the metadata
type.
|
| masterLabel |
- Field Type
- string
- Description
-
Required.
The user-interface name of the record alert category.
|
Declarative Metadata Sample Definition
The following is an example of a RecordAlertDataSource component.
The following is an example package.xml that
references the previous definition.
Wildcard Support in the Manifest File
This metadata type supports the wildcard character * (asterisk) in the package.xml manifest
file. For information about using the manifest file, see Deploying and Retrieving Metadata with the Zip File.