| <?xml version="1.0" encoding="UTF-8"?> | 
| <CustomField xmlns="http://soap.sforce.com/2006/04/metadata"> | 
|     <fullName>Func_SOD_Status__c</fullName> | 
|     <description>IF(Not(ISNULL(Approval_Date__c)),'已批准', | 
|     IF(Not(ISNULL(Denied_Date__c)),'已驳回', | 
|         IF(Not(ISNULL(Submit_Date__c)),'已提交', | 
|             '草案中' | 
|         ) | 
|     ) | 
| )</description> | 
|     <externalId>false</externalId> | 
|     <formula>IF(isnull(Approval_Date__c), | 
|     IF(Not(isnull(CAD_Upload_Date__c)),'04 已上传图纸', | 
|         IF(Not(isnull(Submit_Date__c)),'02 已提交', | 
|             IF(Not(isnull(Abort_Date__c)),'00 已终止', | 
|                 '01 草案中'))), | 
| IF(Not(isnull(Abort_Date__c)),'00 已终止', | 
|     IF(Not(isnull(ConfirmBook_Upload_Date__c)),'已认证', | 
|         IF(Not(isnull(Install_ComfirmBook_Date_Func__c)),'10 已结束', | 
|             IF(Not(isnull(Opportunity_ID__r.SI_FinishedPorj_Date__c)),'09 已竣工', | 
|                 IF(Not(isnull(Opportunity_ID__r.S_Install_Date__c)),'08 已安装', | 
|                     IF(Not(isnull(Opportunity_ID__r.Stock_Submit_Date__c)),'07 配置确认', | 
|                         IF(Not(isnull(Bid_Document_Upload_Date__c)),'06C 已上传标书', | 
|                             IF(Not(isnull(Param_Upload_Date__c)),'06B 已上传参数', | 
|                                 IF(Not(isnull(Program_Plan_Func_Date__c)),'06A 已上传项目方案', | 
|                                     IF(Not(isnull(Quote_Locked_Date__c)),'05 已报价', | 
|                                         '03 已审批' | 
| )))))))))))</formula> | 
|     <label>需求表状态(公式)</label> | 
|     <required>false</required> | 
|     <trackTrending>false</trackTrending> | 
|     <type>Text</type> | 
|     <unique>false</unique> | 
| </CustomField> |