WorkDotComSettings
Represents WorkDotCom settings. This type extends
the Metadata metadata type and inherits its fullName field.
Version
WorkDotComSettings components are available in API version 31.0 and later.
Fields
| Field Name | Field Type | Description |
|---|---|---|
| enableCoachingManagerGroupAccess | boolean | Indicates whether Coaching Manager Group Access is available to users (true)or not (false). Default value is true.
Deprecated. |
| enableGoalManagerGroupAccess | boolean | Indicates whether Goal Manager Group Access is available to users (true)or not (false). Default value is true. Deprecated. |
| enableProfileSkills | boolean | Indicates whether Profile Skills is available to users (true)or not (false). Default value is true. |
| enableProfileSkillsAddFeedPost | boolean | Indicates whether Add Skills as Feed Posts is available to users (true)or not (false). Default value is true. |
| enableProfileSkillsAutoSuggest | boolean | Indicates whether Profile Skills Auto Suggest is available to users (true)or not (false). Default value is true. |
| enableProfileSkillsUsePlatform | boolean | Indicates whether Profile Skills Use Platform is available to users (true)or not (false). Default value is true. |
| enableWorkBadgeDefRestrictPref | boolean | Indicates whether Badge Definition Restriction is available to users (true)or not (false). Default value is true.
Deprecated. |
| enableWorkCalibration | boolean | Indicates whether Calibration is available to users (true)or not (false). Default value
is false. Deprecated. |
| enableWorkCanvasPref | boolean | Indicates whether Canvas is available to users (true)or not (false). Default value
is true. Deprecated. |
| enableWorkCertification | boolean | Indicates whether Certification is available to users (true)or not (false). Default value is true.
Deprecated. |
| enableWorkCertificationNotification | boolean | Indicates whether Certification Notification is available to users (true)or not (false). Default value is false.
Deprecated. |
| enableWorkRewardsPref | boolean | Indicates whether Rewards is available to users (true)or not (false). Default value
is true. Deprecated. |
| enableWorkThanksPref | boolean | Indicates whether Thanks is available to users (true) or not (false). Default value is true. |
Declarative Metadata Sample Definition
The following is an example of a WorkDotComSettings component.
1<?xml version="1.0" encoding="UTF-8"?>
2<WorkDotComSettings xmlns="http://soap.sforce.com/2006/04/metadata">
3 <enableCoachingManagerGroupAccess>true</enableCoachingManagerGroupAccess>
4 <enableGoalManagerGroupAccess>true</enableGoalManagerGroupAccess>
5 <enableProfileSkills>true</enableProfileSkills>
6 <enableProfileSkillsAddFeedPost>true</enableProfileSkillsAddFeedPost>
7 <enableProfileSkillsAutoSuggest>true</enableProfileSkillsAutoSuggest>
8 <enableProfileSkillsUsePlatform>true</enableProfileSkillsUsePlatform>
9 <enableWorkBadgeDefRestrictPref>true</enableWorkBadgeDefRestrictPref>
10 <enableWorkCalibration>true</enableWorkCalibration>
11 <enableWorkCanvasPref>true</enableWorkCanvasPref>
12 <enableWorkCertification>true</enableWorkCertification>
13 <enableWorkCertificationNotification>true</enableWorkCertificationNotification>
14 <enableWorkRewardsPref>true</enableWorkRewardsPref>
15 <enableWorkThanksPref>true</enableWorkThanksPref>
16 </WorkDotComSettings>