Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.
AutoResponseRule
Specifies whether the autoresponse rule is active (true).
Available in API version 35.0 and later.
Supported SOAP API Calls
query()
Supported REST API HTTP Methods
Query, GET
Fields
| Field Name | Details |
|---|---|
| Active |
|
| EntityDefinitionId |
|
| Name |
|
Usage
Use this object to query whether an autoresponse rule is active.
More information about the autoresponse rule is available by
querying the metadata type AutoResponseRules.
1SELECT Name, Active
2FROM AutoResponseRule