Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.
IndustriesSettings
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 Net Zero Cloud are available in API version 54.0 and later.
Special Access Rules
Users need Net Zero Cloud permissions to access the settings available in editions with the Net Zero Cloud Starter and Net Zero Cloud Growth licenses.
Fields for Net Zero Cloud
Declarative Metadata Sample Definition
The following is an example of a Industries.Settings metadata file.
1<?xml version="1.0" encoding="UTF-8"?>
2<IndustriesSettings xmlns="http://soap.sforce.com/2006/04/metadata">
3 <enableGnrcDisclsFrmwrk>false</enableGnrcDisclsFrmwrk>
4 <enableMaterialityAssessment>false</enableMaterialityAssessment>
5 <enableNZCMngEsgPgm>false</enableNZCMngEsgPgm>
6 <enableSCAssignFootprint>true</enableSCAssignFootprint>
7 <enableSCBEIEnabled>true</enableSCBEIEnabled>
8 <enableSCDGF>true</enableSCDGF>
9 <enableSCCarbonAccounting>true</enableSCCarbonAccounting>
10 <enableSCCarbonCreditAlloc>true</enableSCCarbonCreditAlloc>
11 <enableSCCreateFootprint>true</enableSCCreateFootprint>
12 <enableSCScope3HubEnabled>true</enableSCScope3HubEnabled>
13 <enableSCEmssnsForecasting>true</enableSCEmssnsForecasting>
14 <enableSCTargetSetting>true</enableSCTargetSetting>
15 <enableSCExternalEngMgmt>true</enableSCExternalEngMgmt>
16 <enableSCWasteManagement>true</enableSCWasteManagement>
17 <enableSCWaterManagement>true</enableSCWaterManagement>
18 <enableSustainabilityCloud>true</enableSustainabilityCloud>
19</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>54.0</version>
8</Package>