| <?xml version="1.0" encoding="UTF-8"?> | 
| <CustomField xmlns="http://soap.sforce.com/2006/04/metadata"> | 
|     <fullName>SSIsSaveOrSubmit_Specify__c</fullName> | 
|     <externalId>false</externalId> | 
|     <formula>IF( SSOPDLendSort__c = SSOPDPlan__r.OPDLendSort__c &&(!ISBLANK(SSOPDLendSort__c) && !ISBLANK(SSOPDPlan__r.OPDLendSort__c)),'准时提交', '未准时提交')</formula> | 
|     <label>OPD排序状态(细化)</label> | 
|     <required>false</required> | 
|     <trackTrending>false</trackTrending> | 
|     <type>Text</type> | 
|     <unique>false</unique> | 
| </CustomField> |