Skip to content

Instantly share code, notes, and snippets.

@isanuki
Created August 11, 2015 10:51
Show Gist options
  • Save isanuki/3a604105e1adafd69159 to your computer and use it in GitHub Desktop.
Save isanuki/3a604105e1adafd69159 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<CustomMetadata xmlns="http://soap.sforce.com/2006/04/metadata" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<description>カスタム選択リストのラベル01のレコードです。</description>
<label>ラベル01</label>
<values>
<field>Code__c</field>
<value xsi:type="xsd:string">P01</value>
</values>
<values>
<field>DisplayNum__c</field>
<value xsi:type="xsd:double">1.0</value>
</values>
<values>
<field>LabelName__c</field>
<value xsi:type="xsd:string">ラベル値01</value>
</values>
</CustomMetadata>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment