<?xml version="1.0" encoding="UTF-8"?> 
 | 
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata"> 
 | 
    <fullName>IndexFromUniqueKey_Text__c</fullName> 
 | 
    <description>在 RentalFixtureSetDetilSelectController 等 insert 明细的时候 设值。 
 | 
FSD明细顺类似, 但是FSD明细可能会删除后追加,所以不用FSD明细顺, 同时和FSD明细 式样一样, 补2位</description> 
 | 
    <externalId>false</externalId> 
 | 
    <label>明细顺序(Sys)</label> 
 | 
    <length>4</length> 
 | 
    <required>false</required> 
 | 
    <trackFeedHistory>false</trackFeedHistory> 
 | 
    <trackHistory>false</trackHistory> 
 | 
    <trackTrending>false</trackTrending> 
 | 
    <type>Text</type> 
 | 
    <unique>false</unique> 
 | 
</CustomField> 
 |