<?xml version="1.0" encoding="UTF-8"?>
|
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
|
<fullName>Gurantee_End_Period__c</fullName>
|
<description>IF((30<=Gurantee_End_day1__c&& Gurantee_End_day1__c< 90), '已到期1个月',
|
IF((90<=Gurantee_End_day1__c&& Gurantee_End_day1__c< 180), '已到期3个月',
|
IF((180<=Gurantee_End_day1__c&& Gurantee_End_day1__c< 365), '已到期6个月',
|
IF((365<=Gurantee_End_day1__c), '已到期1年',
|
IF(((-30)<=Gurantee_End_day1__c&&!ISBLANK(Extend_Gurantee_DateTo__c)&&!ISBLANK(Gurantee_End_day1__c)) , '到期前1个月',
|
IF(((-90)<Gurantee_End_day1__c&&Gurantee_End_day1__c<=-30&&!ISBLANK(Extend_Gurantee_DateTo__c) &&!ISBLANK(Gurantee_End_day1__c)), '到期前3个月',
|
IF(((-180)<Gurantee_End_day1__c&&Gurantee_End_day1__c<=-90&&!ISBLANK(Extend_Gurantee_DateTo__c)&&!ISBLANK(Gurantee_End_day1__c)), '到期前6个月',
|
IF((-365)<Gurantee_End_day1__c&&!ISBLANK(Extend_Gurantee_DateTo__c)&&!ISBLANK(Gurantee_End_day1__c), '到期前1年', ''))))))))
|
历史逻辑</description>
|
<externalId>false</externalId>
|
<formula>IF(Gurantee_End_day__c>0, IF((30<=Gurantee_End_day__c&& Gurantee_End_day__c< 90&&!ISBLANK(Gurantee_End_day__c)), '已到期1个月',
|
IF(( Gurantee_End_day__c< 180&&!ISBLANK(Gurantee_End_day__c)), '已到期3个月',
|
IF((Gurantee_End_day__c< 365&&!ISBLANK(Gurantee_End_day__c)), '已到期6个月',
|
IF((365<=Gurantee_End_day__c&&!ISBLANK(Gurantee_End_day__c)), '已到期1年',
|
'')))),IF(((-30)<=Gurantee_End_day__c&&!ISBLANK(Extend_Gurantee_DateTo__c)&&!ISBLANK(Gurantee_End_day__c)) , '到期前1个月',
|
IF(((-90)<Gurantee_End_day__c&&!ISBLANK(Extend_Gurantee_DateTo__c) &&!ISBLANK(Gurantee_End_day__c)), '到期前3个月',
|
IF(((-180)<Gurantee_End_day__c&&!ISBLANK(Extend_Gurantee_DateTo__c)&&!ISBLANK(Gurantee_End_day__c)), '到期前6个月',
|
IF((-365)<Gurantee_End_day__c&&!ISBLANK(Extend_Gurantee_DateTo__c)&&!ISBLANK(Gurantee_End_day__c), '到期前1年', '')))))</formula>
|
<formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
|
<label>距多年保修结束周期</label>
|
<required>false</required>
|
<trackHistory>false</trackHistory>
|
<type>Text</type>
|
<unique>false</unique>
|
</CustomField>
|