Skip to content

Latest commit

 

History

History
43 lines (34 loc) · 986 Bytes

README.md

File metadata and controls

43 lines (34 loc) · 986 Bytes

listmetadata-standardvalueset

Minimal working example to demonstrate a bug in listMetadata where queries for StandardValueSet return no results

Actions Status

Steps to reproduce the issue

Create a scratch org

sf org create scratch -f config/project-scratch-def.json --set-default

list StandardValueSets using listMetadata

sf org list metadata --metadata-type StandardValueSet
- actual
+ expected
- undefined
+ [
+   {
+     createdById: '',
+     createdByName: '',
+     createdDate: '',
+     fileName: 'standardValueSets/LeadSource.standardValueSet',
+     fullName: 'LeadSource',
+     id: '',
+     lastModifiedById: '',
+     lastModifiedByName: '',
+     lastModifiedDate: '',
+     type: 'StandardValueSet'
+   },
+   ...
+ ]