binxie
2024-01-20 1d91be0be5220ce19ee64de5a5c9a8237b1c15b1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>IS_Extend_Gurantee__c</fullName>
    <description>20221110 兼容服务市场修改
IF((Product2.Extend_new_product_gurantee__c==true &amp;&amp; Asset_OwnerNew__c &lt;&gt; &quot;奥林巴斯&quot;) 
,IF(AND(FirstApproveDate__c &gt;= Product2.Extend_Gurantee_Start__c,FirstApproveDate__c &lt; Product2.Extend_Gurantee_End__c) 
,TRUE 
,FALSE 
,FALSE 
)</description>
    <externalId>false</externalId>
    <formula>IF(( Asset_OwnerNew__c &lt;&gt; &quot;奥林巴斯&quot;) 
,IF(AND(FirstApproveDate__c &gt;= Product2.Extend_Gurantee_Start__c,FirstApproveDate__c &lt; Product2.Extend_Gurantee_End__c) 
,TRUE 
,FALSE 
,FALSE 
)</formula>
    <label>是否服务多年保修</label>
    <trackHistory>false</trackHistory>
    <type>Checkbox</type>
</CustomField>