Created
August 11, 2015 10:26
-
-
Save isanuki/54970279ccd1b6a2cd47 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<CustomObject xmlns="http://soap.sforce.com/2006/04/metadata"> | |
<fields> | |
<fullName>Code__c</fullName> | |
<externalId>false</externalId> | |
<label>コード値</label> | |
<length>255</length> | |
<required>false</required> | |
<type>Text</type> | |
<unique>false</unique> | |
</fields> | |
<fields> | |
<fullName>DisplayNum__c</fullName> | |
<externalId>false</externalId> | |
<label>表示順</label> | |
<precision>10</precision> | |
<required>false</required> | |
<scale>0</scale> | |
<type>Number</type> | |
<unique>false</unique> | |
</fields> | |
<fields> | |
<fullName>LabelName__c</fullName> | |
<externalId>false</externalId> | |
<label>ラベル名</label> | |
<length>255</length> | |
<required>false</required> | |
<type>Text</type> | |
<unique>false</unique> | |
</fields> | |
<label>カスタム選択リスト</label> | |
<visibility>Public</visibility> | |
</CustomObject> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment