2.0.4 • Published 8 months ago

@mdapi-issues/listmetadata-standardvalueset v2.0.4

Weekly downloads
426
License
MIT
Repository
github
Last release
8 months ago

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'
+   },
+   ...
+ ]
2.0.4

8 months ago

2.0.3

3 years ago

2.0.2

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago