| <?xml version="1.0" encoding="UTF-8"?> | 
| <CustomField xmlns="http://soap.sforce.com/2006/04/metadata"> | 
|     <fullName>Inspection_And_Check__c</fullName> | 
|     <description>/*20160720 modify by sunlei*/ | 
| CASE(TEXT(Inspection_result_after__c ),'OK','OK','NG','NG'+ CASE(TEXT(Inspection_result_after_ng__c),'维修','-维修','废弃','-报废',''),'')</description> | 
|     <externalId>false</externalId> | 
|     <formula>IF(TEXT(Inspection_result_after_ng__c ) = '维修','维修', | 
|  IF(TEXT(Inspection_result_after__c) = '废弃','废弃', | 
|    IF(TEXT(Inspection_result_after__c) = 'NG','检测NG', | 
|     IF(TEXT(Inspection_result_after__c ) = 'OK','OK', | 
|     '' | 
|     ) | 
|    ) | 
|  ) | 
| )</formula> | 
|     <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs> | 
|     <label>回收后-检测结果和检测NG区分</label> | 
|     <required>false</required> | 
|     <trackHistory>false</trackHistory> | 
|     <trackTrending>false</trackTrending> | 
|     <type>Text</type> | 
|     <unique>false</unique> | 
| </CustomField> |