<?xml version="1.0" encoding="UTF-8"?>
|
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
|
<fullName>Status2_EN__c</fullName>
|
<externalId>false</externalId>
|
<formula>IF( Finish_Check__c = 1 ,"12 Completed (incl. Payment)",
|
(IF(Not(ISNULL( Facility_Return_Receipt_Collection_Date__c )) ,"11.收到验收单",
|
(IF(Not(ISNULL( Repair_Returned_To_HP_Date__c )) ,"10 Returned to Hospital",
|
(IF(Not(ISNULL( Repair_Shipped_Date__c )) ,"09 Shipped by RC",
|
(IF(Not(ISNULL( Repair_Final_Inspection_Date__c )) ,"08 Final Inspection Completed",
|
(IF(Not(ISNULL( Repair_Completed_Date__c )) ,"07 Repair Completed ",
|
(IF(Not(ISNULL( Repair_Start_Date__c )) ,"06 Under Repair",
|
(IF(Not(ISNULL( Agreed_Date__c )) ,"05 Getting Customer Agreement",
|
(IF(Not(ISNULL( Repair_Discount_Date__c )) ,"04 Follow-up Estimation",
|
(IF(Not(ISNULL( Repair_Estimated_Date__c )) ,"04 Follow-up Estimation",
|
(IF(Not(ISNULL( Repair_Inspection_Date__c )) ,"03 Income Inspection Completed ",
|
(IF(Not(ISNULL( Repair_Ordered_Date__c )) ,"02 Received at RC",
|
(IF(Not(ISNULL( Send_To_RC_Date__c )) ,"01 Received at Branch",
|
(IF(Not(ISNULL( On_Site_Repair_Order_Date__c )) ,"01 Received at Branch",
|
(IF(Not(ISNULL( Failure_Occurrence_Date__c )) ,"01 Received at Branch",
|
" "
|
))
|
))
|
))
|
))
|
))
|
))
|
))
|
))
|
))
|
))
|
))
|
))
|
))
|
))
|
)</formula>
|
<formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
|
<label>Status2</label>
|
<required>false</required>
|
<trackHistory>false</trackHistory>
|
<trackTrending>false</trackTrending>
|
<type>Text</type>
|
<unique>false</unique>
|
</CustomField>
|