mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-07-30 11:43:26 +08:00
76 lines
5.7 KiB
JSON
76 lines
5.7 KiB
JSON
{
|
|
"sections": [
|
|
"title",
|
|
"description",
|
|
"fields",
|
|
"wsdl_segment",
|
|
"declarative_metadata_sample_definition"
|
|
],
|
|
"title": "WorkDotComSettings - Metadata API",
|
|
"description": "Represents WorkDotCom settings. This type extends the Metadata metadata type and inherits its fullName field.",
|
|
"fields_columns": [
|
|
"type",
|
|
"description"
|
|
],
|
|
"fields": {
|
|
"enableCoachingManagerGroupAccess": {
|
|
"type": "boolean",
|
|
"description": "Indicates whether Coaching Manager Group Access is available to users (true) or not (false). Default value is true. Deprecated."
|
|
},
|
|
"enableGoalManagerGroupAccess": {
|
|
"type": "boolean",
|
|
"description": "Indicates whether Goal Manager Group Access is available to users (true) or not (false). Default value is true. Deprecated."
|
|
},
|
|
"enableProfileSkills": {
|
|
"type": "boolean",
|
|
"description": "Indicates whether Profile Skills is available to users (true) or not (false). Default value is true."
|
|
},
|
|
"enableProfileSkillsAddFeedPost": {
|
|
"type": "boolean",
|
|
"description": "Indicates whether Add Skills as Feed Posts is available to users (true) or not (false). Default value is true."
|
|
},
|
|
"enableProfileSkillsAutoSuggest": {
|
|
"type": "boolean",
|
|
"description": "Indicates whether Profile Skills Auto Suggest is available to users (true) or not (false). Default value is true."
|
|
},
|
|
"enableProfileSkillsUsePlatform": {
|
|
"type": "boolean",
|
|
"description": "Indicates whether Profile Skills Use Platform is available to users (true) or not (false). Default value is true."
|
|
},
|
|
"enableWorkBadgeDefRestrictPref": {
|
|
"type": "boolean",
|
|
"description": "Indicates whether Badge Definition Restriction is available to users (true) or not (false). Default value is true. Deprecated."
|
|
},
|
|
"enableWorkCalibration": {
|
|
"type": "boolean",
|
|
"description": "Indicates whether Calibration is available to users (true) or not (false). Default value is false. Deprecated."
|
|
},
|
|
"enableWorkCanvasPref": {
|
|
"type": "boolean",
|
|
"description": "Indicates whether Canvas is available to users (true) or not (false). Default value is true. Deprecated."
|
|
},
|
|
"enableWorkCertification": {
|
|
"type": "boolean",
|
|
"description": "Indicates whether Certification is available to users (true) or not (false). Default value is true. Deprecated."
|
|
},
|
|
"enableWorkCertificationNotification": {
|
|
"type": "boolean",
|
|
"description": "Indicates whether Certification Notification is available to users (true) or not (false). Default value is false. Deprecated."
|
|
},
|
|
"enableWorkRewardsPref": {
|
|
"type": "boolean",
|
|
"description": "Indicates whether Rewards is available to users (true) or not (false). Default value is true. Deprecated."
|
|
},
|
|
"enableWorkThanksPref": {
|
|
"type": "boolean",
|
|
"description": "Indicates whether Thanks is available to users (true) or not (false). Default value is true."
|
|
}
|
|
},
|
|
"wsdl_segment": "```xml\n<xsd:complexType name=\"WorkDotComSettings\">\n <xsd:complexContent>\n <xsd:extension base=\"tns:Metadata\">\n <xsd:sequence>\n <xsd:element name=\"enableCoachingManagerGroupAccess\" minOccurs=\"0\" type=\"xsd:boolean\"/>\n <xsd:element name=\"enableGoalManagerGroupAccess\" minOccurs=\"0\" type=\"xsd:boolean\"/>\n <xsd:element name=\"enableProfileSkills\" minOccurs=\"0\" type=\"xsd:boolean\"/>\n <xsd:element name=\"enableProfileSkillsAddFeedPost\" minOccurs=\"0\" type=\"xsd:boolean\"/>\n <xsd:element name=\"enableProfileSkillsAutoSuggest\" minOccurs=\"0\" type=\"xsd:boolean\"/>\n <xsd:element name=\"enableProfileSkillsUsePlatform\" minOccurs=\"0\" type=\"xsd:boolean\"/>\n <xsd:element name=\"enableWorkBadgeDefRestrictPref\" minOccurs=\"0\" type=\"xsd:boolean\"/>\n <xsd:element name=\"enableWorkCalibration\" minOccurs=\"0\" type=\"xsd:boolean\"/>\n <xsd:element name=\"enableWorkCanvasPref\" minOccurs=\"0\" type=\"xsd:boolean\"/>\n <xsd:element name=\"enableWorkCertification\" minOccurs=\"0\" type=\"xsd:boolean\"/>\n <xsd:element name=\"enableWorkCertificationNotification\" minOccurs=\"0\" type=\"xsd:boolean\"/>\n <xsd:element name=\"enableWorkRewardsPref\" minOccurs=\"0\" type=\"xsd:boolean\"/>\n <xsd:element name=\"enableWorkThanksPref\" minOccurs=\"0\" type=\"xsd:boolean\"/>\n <xsd:element name=\"enableWorkUseObjectivesForGoals\" 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 a WorkDotComSettings component.",
|
|
"code": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<WorkDotComSettings xmlns=\"http://soap.sforce.com/2006/04/metadata\">\n <enableCoachingManagerGroupAccess>true</enableCoachingManagerGroupAccess>\n <enableGoalManagerGroupAccess>true</enableGoalManagerGroupAccess>\n <enableProfileSkills>true</enableProfileSkills>\n <enableProfileSkillsAddFeedPost>true</enableProfileSkillsAddFeedPost>\n <enableProfileSkillsAutoSuggest>true</enableProfileSkillsAutoSuggest>\n <enableProfileSkillsUsePlatform>true</enableProfileSkillsUsePlatform>\n <enableWorkBadgeDefRestrictPref>true</enableWorkBadgeDefRestrictPref>\n <enableWorkCalibration>true</enableWorkCalibration>\n <enableWorkCanvasPref>true</enableWorkCanvasPref>\n <enableWorkCertification>true</enableWorkCertification>\n <enableWorkCertificationNotification>true</enableWorkCertificationNotification>\n <enableWorkRewardsPref>true</enableWorkRewardsPref>\n <enableWorkThanksPref>true</enableWorkThanksPref>\n </WorkDotComSettings>"
|
|
}
|
|
]
|
|
} |