Newer Version Available
IndustriesSettings
Represents settings for Public Sector Solutions Cloud.
This type extends the Metadata metadata type and inherits its
fullName field.
In the package manifest, all organization settings metadata types are accessed using the Settings name. See Settings for more details.
File Suffix and Directory Location
IndustriesSettings are stored in a single file named Industries.settings in the settings directory.
Version
Industries settings for Public Sector Solutions Cloud are available in API version 57.0 and later.
Fields
| Field Name | Field Type | Description |
|---|---|---|
| enableBenefitAndGoalSharingPref | boolean | Indicates whether the benefit and goal sharing feature is enabled for your org. The default is false. Available in editions where Public Sector Solutions is enabled. |
| enableBenefitManagementPreference | boolean | Indicates whether the program and benefit management feature is enabled for your org. The default is false. Available in editions where Public Sector Solutions is enabled. |
| enableCarePlansPreference | boolean | Indicates whether the care plan feature is enabled for your org. The care plan
feature lets you create and edit care plans. The default is false. Available in editions where Public Sector
Solutions is enabled. This field is available in API version 58.0 and later. |
| enableEnhancedUIForISPref | Indicates whether the enhanced interaction note interface feature is enabled
for your org. The enhanced interaction note interface is a single guided flow that
enables you to seamlessly create meeting notes; add interaction details, attendees,
and interest tags; and share the notes with other users. The default is false. Available in editions where Public Sector
Solutions is enabled. This field is available in API version 61.0 and later. |
Declarative Metadata Sample Definition
The following is an example of the Industries.Settings metadata file.
1<?xml version="1.0" encoding="UTF-8"?>
2<IndustriesSettings xmlns="http://soap.sforce.com/2006/04/metadata">
3 <enableBenefitAndGoalSharingPref>true</enableMultipleTopicsForShiftsOrgPref>
4 <enableBenefitManagementPreference>true</enableMultipleTopicsForShiftsOrgPref>
5 <enableCarePlansPreference>true</enableCarePlansPreference>
6</IndustriesSettings>The following is an example package.xml that references the previous definition.
1<?xml version="1.0" encoding="UTF-8"?>
2<Package xmlns="http://soap.sforce.com/2006/04/metadata">
3 <types>
4 <members>Industries</members>
5 <name>Settings</name>
6 </types>
7 <version>57.0</version>
8</Package>