<?xml version="1.0" encoding="UTF-8"?> 
 | 
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata"> 
 | 
    <fullName>InputCheck__c</fullName> 
 | 
    <defaultValue>false</defaultValue> 
 | 
    <description>试用表和提交审批的时候会设置为true,为true的时候去会做数据整合Check(入力规则),刚创建出明细的时候有很多字段是在试用设置的,在那之前是空的所以不需要Check</description> 
 | 
    <externalId>false</externalId> 
 | 
    <label>入力check</label> 
 | 
    <trackHistory>false</trackHistory> 
 | 
    <trackTrending>false</trackTrending> 
 | 
    <type>Checkbox</type> 
 | 
</CustomField> 
 |