afv-library/skills/getting-metadata-api-context/data/metadata_api/NotificationsSettings.json

40 lines
1.8 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": "NotificationsSettings - Metadata API",
"description": "Represents an organizations mobile settings.",
"file_information": ".settings",
"directory_location": "settings",
"fields_columns": [
"type",
"description"
],
"fields": {
"enableActivityReminderBrowserNotifs": {
"type": "boolean",
"description": "Reserved for internal use."
},
"enableMobileAppPushNotifications": {
"type": "boolean",
"description": "Indicates whether mobile push notifications are enabled."
},
"enableNotifications": {
"type": "boolean",
"description": "Indicates whether notifications are enabled."
}
},
"wsdl_segment": "```xml\n<xsd:complexType name=\"NotificationsSettings\">\n <xsd:complexContent>\n <xsd:extension base=\"tns:Metadata\">\n <xsd:sequence>\n <xsd:element name=\"enableActvityReminderBrowserNotifs\" minOccurs=\"0\" type=\"xsd:boolean\"/>\n <xsd:element name=\"enableMobileAppPushNotifications\" minOccurs=\"0\" type=\"xsd:boolean\"/>\n <xsd:element name=\"enableNotifications\" minOccurs=\"0\" type=\"xsd:boolean\"/>\n </xsd:sequence>\n </xsd:extension>\n </xsd:complexContent>\n</xsd:complexType>\n```",
"declarative_metadata_sample_definition": [
{
"description": "This is a sample notifications.settings metadata file.",
"code": "<NotificationsSettings xmlns=\"http://soap.sforce.com/2006/04/metadata\">\n <enableMobileAppPushNotifications>true</enableMobileAppPushNotifications>\n <enableNotifications>true</enableNotifications>\n</NotificationsSettings>"
}
]
}