<?xml version="1.0" encoding="UTF-8"?> 
 | 
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata"> 
 | 
    <fullName>Canceled_Id__c</fullName> 
 | 
    <description>Copy出来的数据里存上一次明细的Id</description> 
 | 
    <externalId>false</externalId> 
 | 
    <label>被重新分配的Id</label> 
 | 
    <length>18</length> 
 | 
    <required>false</required> 
 | 
    <trackHistory>false</trackHistory> 
 | 
    <trackTrending>false</trackTrending> 
 | 
    <type>Text</type> 
 | 
    <unique>false</unique> 
 | 
</CustomField> 
 |