2.0.3 • Published 2 years ago

@mdapi-issues/listmetadata-standardvalueset v2.0.3

Weekly downloads
426
License
MIT
Repository
github
Last release
2 years 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

sfdx force:org:create -f config/project-scratch-def.json -s

list StandardValueSets using listMetadata

sfdx force:mdapi:listmetadata -m StandardValueSet
- actual
+ expected
- undefined
+ [
+   {
+     createdById: '',
+     createdByName: '',
+     createdDate: '',
+     fileName: 'standardValueSets/LeadSource.standardValueSet',
+     fullName: 'LeadSource',
+     id: '',
+     lastModifiedById: '',
+     lastModifiedByName: '',
+     lastModifiedDate: '',
+     type: 'StandardValueSet'
+   },
+   ...
+ ]
2.0.3

2 years ago

2.0.2

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago