@@ -4,7 +4,7 @@ This list compares metadata types found in Salesforce v63 with the [metadata reg
4
4
5
5
This repository is used by both the Salesforce CLIs and Salesforce's VSCode Extensions.
6
6
7
- Currently, there are 635/664 supported metadata types.
7
+ Currently, there are 637/666 supported metadata types.
8
8
For status on any existing gaps, please search or file an issue in the [ Salesforce CLI issues only repo] ( https://github.com/forcedotcom/cli/issues ) .
9
9
To contribute a new metadata type, please see the [ Contributing Metadata Types to the Registry] ( ./contributing/metadata.md )
10
10
@@ -48,6 +48,7 @@ To contribute a new metadata type, please see the [Contributing Metadata Types t
48
48
| AnalyticSnapshot| ✅||
49
49
| AnalyticsDashboard| ✅||
50
50
| AnalyticsSettings| ✅||
51
+ | AnalyticsVisualization| ✅||
51
52
| AnalyticsWorkspace| ✅||
52
53
| AnimationRule| ✅||
53
54
| ApexClass| ✅||
@@ -190,6 +191,7 @@ To contribute a new metadata type, please see the [Contributing Metadata Types t
190
191
| DataImportManagementSettings| ✅||
191
192
| DataKitObjectDependency| ✅||
192
193
| DataKitObjectTemplate| ✅||
194
+ | DataObjectBuildOrgTemplate| ✅||
193
195
| DataObjectSearchIndexConf| ❌| Not supported, but support could be added (but not for tracking)|
194
196
| DataPackageKitDefinition| ✅||
195
197
| DataPackageKitObject| ✅||
@@ -703,7 +705,6 @@ To contribute a new metadata type, please see the [Contributing Metadata Types t
703
705
- CustomExperience
704
706
- CustomLabel
705
707
- CustomFieldTranslation
706
- - DataObjectBuildOrgTemplate
707
708
- DataPipeline
708
709
- DynamicTrigger
709
710
- EmbeddedServiceFieldService
@@ -747,7 +748,6 @@ To contribute a new metadata type, please see the [Contributing Metadata Types t
747
748
- WorkSkillRoutingAttribute
748
749
- XOrgHub
749
750
- AiEvaluationDefinition
750
- - AnalyticsVisualization
751
751
- ContentTypeBundle
752
752
- InvocableActionExtension
753
753
- FieldServiceMobileConfig
0 commit comments