<?xml version="1.0" encoding="UTF-8"?>
|
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
|
<fullName>Final_Judgement_Date__c</fullName>
|
<description>OCSM Coding确认日-5.修理检测日</description>
|
<externalId>false</externalId>
|
<formula>IF(ISBLANK(Repair_Inspection_Date__c)||ISBLANK(OCSM_RC_CordingDate__c),'未完成Coding确认',
|
'第'&
|
if(OCSM_RC_CordingDate__c-Repair_Inspection_Date__c<10&&OCSM_RC_CordingDate__c-Repair_Inspection_Date__c>=0,'0','')
|
&
|
text(OCSM_RC_CordingDate__c-Repair_Inspection_Date__c)
|
&'天' )</formula>
|
<formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
|
<label>终审判决日期(报表)</label>
|
<required>false</required>
|
<trackHistory>false</trackHistory>
|
<trackTrending>false</trackTrending>
|
<type>Text</type>
|
<unique>false</unique>
|
</CustomField>
|