EnblProgramTaskSubCategory
Parent Type
File Suffix and Directory Location
EnblProgramTaskSubCategory components have the suffix .enblProgramTaskSubCategory and are stored in the enblProgramTaskSubCategories folder.
Version
EnblProgramTaskSubCategory components are available in API version 62.0 and later.
Special Access Rules
- For Enablement admins to create, update, and delete Enablement programs, the Design and Deliver Enablement Programs permission is required. This permission is enabled by default as part of the Manage Enablement Essentials permission set, which comes with the Enablement add-on license.
- For users who take Enablement programs, the Take Enablement Programs permission is required. This permission is enabled by default as part of the Use Enablement Programs permission set, which comes with the Enablement add-on license.
Fields
Field Name | Description |
---|---|
developerName |
|
icon |
|
learningItemType |
|
masterLabel |
|
Declarative Metadata Sample Definition
The following is an example of an EnblProgramTaskSubCategory component for a custom exercise type that shows a screen flow.
<?xml version="1.0" encoding="UTF-8"?>
<EnblProgramTaskSubCategory xmlns="http://soap.sforce.com/2006/04/metadata">
<developerName>ScreenFlowTaskSubCategory</developerName>
<icon>standard:flow</icon>
<learningItemType>ScreenFlowLearningItemType</learningItemType>
<masterLabel>Screen Flow Exercise</masterLabel>
</EnblProgramTaskSubCategory>
The following is an example package.xml that references the previous definition.
<?xml version="1.0" encoding="UTF-8"?>
<Package xmlns="http://soap.sforce.com/2006/04/metadata">
<types>
<members>ScreenFlowTaskSubCategory</members>
<name>EnblProgramTaskSubCategory</name>
</types>
<version>62.0</version>
</Package>
Wildcard Support in the Manifest File
This metadata type supports the wildcard character * (asterisk) in the package.xml manifest file. For information about using the manifest file, see Deploying and Retrieving Metadata with the Zip File.