afv-library/skills/platform-metadata-api-context-get/data/metadata_api/HighVelocitySalesSettings.json

96 lines
8.5 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"sections": [
"title",
"description",
"file_information",
"directory_location",
"fields",
"wsdl_segment",
"declarative_metadata_sample_definition"
],
"title": "HighVelocitySalesSettings - Metadata API",
"description": "Represents an orgs Sales Engagement settings. With Sales Engagement, you can make your inside sales team as effective as possible.",
"file_information": ".settings",
"directory_location": "settings",
"fields_columns": [
"type",
"description"
],
"fields": {
"enableACAutoSendEmail": {
"type": "boolean",
"description": "Indicates whether a cadence step of type Automated Send can be created (true) or not (false). Allowing Salesforce to automatically send an email to a prospect can make your sales team more efficient, because reps dont have to send the email themselves. Default value is true. Available in API version 48.0 and later."
},
"enableACChangeTargetAssignee": {
"type": "boolean",
"description": "Indicates whether target assignees, target owners, and users with access to related cadences can update target assignees (true) or not (false). Available in API version 50.0 and later."
},
"enableACSkipWeekends": {
"type": "boolean",
"description": "Indicates whether Skip Weekends is enabled (true) or not (false). Available in API version 48.0 and later."
},
"enableBusinessHours": {
"type": "boolean",
"description": "Indicates whether Business Hours is enabled in Sales Engagement (true) or not (false). Available in API version 58.0 and later."
},
"enableCadenceVariantTestingPref": {
"type": "boolean",
"description": "Indicates whether AB testing for cadence steps is enabled (true) or not (false). Available in API version 53.0 and later."
},
"enableChgTgtAssigneeUsrPermPref": {
"type": "boolean",
"description": "Indicates whether the change target assignee action is controlled by user permission (true) or not (false). Available in API version 51.0 and later."
},
"enableDispositionCategory": {
"type": "boolean",
"description": "Indicates whether Call Outcomes For Branching is enabled in Sales Engagement (true) or not (false). Use Call Outcomes For Branching to group calls into different outcome categories such as \"Left Voicemail\"or\"Not Interested.\" You can see the outcomes in a report, or use them to determine how cadences are branched. enableHighVelocitySales must be true to use Sales Engagement. Default value is false."
},
"enableEngagementWaveAnalyticsPref": {
"type": "boolean",
"description": "Indicates whether you can see engagement statistics in CRM Analytics (true) or not (false). Use CRM Analytics to analyze information about calls, engagement, and how each sales rep moves through their cadence steps."
},
"enableHighVelocitySales": {
"type": "boolean",
"description": "Indicates whether Sales Engagement is enabled (true) or not (false). If enabled, it turns on the features required for the product and makes the app available to users. Default value is false."
},
"enableHighVelocitySalesSetup": {
"type": "boolean",
"description": "Indicates whether Sales Engagement is enabled (true) or not (false). Default value is false."
},
"enableInvoiceAttributionPref": {
"type": "boolean",
"description": "Indicates whether Invoice Attribution is enabled (true) or not (false). Available in API version 56.0 and later."
},
"enableLogACallForCTIPref": {
"type": "boolean",
"description": "Indicates whether Log a Call appears to CTI users by default (true) or not (false). Available in API version 54.0 and later."
},
"enableLogTasksForLinkedInPref": {
"type": "boolean",
"description": "Indicates whether users can log standard tasks upon completion of a LinkedIn step (true) or not (false). Available in API version 54.0 and later."
},
"enableMultipleCadencesPref": {
"type": "boolean",
"description": "Indicates whether targets can be assigned to multiple cadences (true) or not (false). Available in API version 57.0 and later."
},
"enableOpportunityAttributionPermPref": {
"type": "boolean",
"description": "Indicates whether Opportunity Attribution is enabled (true) or not (false). Available in API version 51.0 and later."
},
"enableQuickCadenceAutoSendEmail": {
"type": "boolean",
"description": "Indicates whether Automated Email send is enabled for Sales Engagement quick cadences (true) or not (false). Available in API version 57.0 and later."
},
"enableTaskLoggingPref": {
"type": "boolean",
"description": "Indicates whether users can log tasks after manual completion of a cadence step (true) or not (false). Available in API version 56.0 and later."
}
},
"wsdl_segment": "```xml\n<xsd:complexType name=\"HighVelocitySalesSettings\">\n <xsd:complexContent>\n <xsd:extension base=\"tns:Metadata\">\n <xsd:sequence>\n <xsd:element name=\"enableACAutoSendEmail\" minOccurs=\"0\" type=\"xsd:boolean\"/>\n <xsd:element name=\"enableACChangeTargetAssignee\" minOccurs=\"0\" type=\"xsd:boolean\"/>\n <xsd:element name=\"enableACSkipWeekends\" minOccurs=\"0\" type=\"xsd:boolean\"/>\n <xsd:element name=\"enableAutoBdrEmailPref\" minOccurs=\"0\" type=\"xsd:boolean\"/>\n <xsd:element name=\"enableAutoBdrVoicePref\" minOccurs=\"0\" type=\"xsd:boolean\"/>\n <xsd:element name=\"enableBusinessHours\" minOccurs=\"0\" type=\"xsd:boolean\"/>\n <xsd:element name=\"enableCadenceVariantTestingPref\" minOccurs=\"0\" type=\"xsd:boolean\"/>\n <xsd:element name=\"enableChgTgtAssigneeUsrPermPref\" minOccurs=\"0\" type=\"xsd:boolean\"/>\n <xsd:element name=\"enableDispositionCategory\" minOccurs=\"0\" type=\"xsd:boolean\"/>\n <xsd:element name=\"enableEinsteinSdrEmailPref\" minOccurs=\"0\" type=\"xsd:boolean\"/>\n <xsd:element name=\"enableEngagementWaveAnalyticsPref\" minOccurs=\"0\" type=\"xsd:boolean\"/>\n <xsd:element name=\"enableHighVelocitySales\" minOccurs=\"0\" type=\"xsd:boolean\"/>\n <xsd:element name=\"enableHighVelocitySalesSetup\" minOccurs=\"0\" type=\"xsd:boolean\"/>\n <xsd:element name=\"enableInvoiceAttributionPref\" minOccurs=\"0\" type=\"xsd:boolean\"/>\n <xsd:element name=\"enableLogACallForCTIPref\" minOccurs=\"0\" type=\"xsd:boolean\"/>\n <xsd:element name=\"enableLogTasksForLinkedInPref\" minOccurs=\"0\" type=\"xsd:boolean\"/>\n <xsd:element name=\"enableMultipleCadencesPref\" minOccurs=\"0\" type=\"xsd:boolean\"/>\n <xsd:element name=\"enableOpportunityAttributionPermPref\" minOccurs=\"0\" type=\"xsd:boolean\"/>\n <xsd:element name=\"enableProspectingCenterPref\" minOccurs=\"0\" type=\"xsd:boolean\"/>\n <xsd:element name=\"enableQuickCadenceAutoSendEmail\" minOccurs=\"0\" type=\"xsd:boolean\"/>\n <xsd:element name=\"enableTaskLoggingPref\" minOccurs=\"0\" type=\"xsd:boolean\"/>\n </xsd:sequence>\n </xsd:extension>\n </xsd:complexContent>\n</xsd:complexType>\n```",
"declarative_metadata_sample_definition": [
{
"description": "The following is an example of the HighVelocitySales.settings file:",
"code": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<HighVelocitySalesSettings xmlns=\"http://soap.sforce.com/2006/04/metadata\">\n <enableACAutoSendEmail>false</enableACAutoSendEmail>\n <enableACChangeTargetAssignee>false</enableACChangeTargetAssignee>\n <enableACSkipWeekends>false</enableACSkipWeekends>\n <enableBusinessHours>false</enableBusinessHours>\n <enableCadenceVariantTestingPref>false</enableCadenceVariantTestingPref>\n <enableChgTgtAssigneeUsrPermPref>false</enableChgTgtAssigneeUsrPermPref>\n <enableDispositionCategory>true</enableDispositionCategory>\n <enableEngagementWaveAnalyticsPref>true</enableEngagementWaveAnalyticsPref>\n <enableHighVelocitySales>true</enableHighVelocitySales>\n <enableHighVelocitySalesSetup>true</enableHighVelocitySalesSetup>\n <enableInvoiceAttributionPref>false</enableInvoiceAttributionPref>\n <enableLogACallForCTIPref>false</enableLogACallForCTIPref>\n <enableLogTasksForLinkedInPref>false</enableLogTasksForLinkedInPref>\n <enableMultipleCadencesPref>false</enableMultipleCadencesPref>\n <enableOpportunityAttributionPermPref>false</enableOpportunityAttributionPermPref>\n <enableQuickCadenceAutoSendEmail>false</enableQuickCadenceAutoSendEmail>\n <enableTaskLoggingPref>true</enableTaskLoggingPref>\n</HighVelocitySalesSettings>"
}
]
}