Skip to content

Instantly share code, notes, and snippets.

@jamessimone
Created January 21, 2021 04:55
Show Gist options
  • Save jamessimone/d84111d4f2933ef3f6ebde9ce7d22b91 to your computer and use it in GitHub Desktop.
Save jamessimone/d84111d4f2933ef3f6ebde9ce7d22b91 to your computer and use it in GitHub Desktop.
Example standardValuetSet file
<?xml version="1.0" encoding="UTF-8"?>
<StandardValueSet xmlns="http://soap.sforce.com/2006/04/metadata">
<fullName>CaseStatus</fullName>
<standardValue>
<fullName>In Progress</fullName>
<isActive>true</isActive>
</standardValue>
<standardValue>
<fullName>On Hold</fullName>
<isActive>true</isActive>
</standardValue>
<standardValue>
<fullName>Escalated</fullName>
<isActive>true</isActive>
</standardValue>
<standardValue>
<closed>true</closed>
<fullName>Closed</fullName>
<isActive>true</isActive>
</standardValue>
<standardValue>
<closed>true</closed>
<fullName>System Closed</fullName>
<isActive>true</isActive>
</standardValue>
<standardValue>
<default>true</default>
<fullName>New</fullName>
<isActive>true</isActive>
</standardValue>
</StandardValueSet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment