binxie
2024-01-20 e0de9222da210f9c8eb1a9f5400f936a14923e11
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>Opp_Changed_Field__c</fullName>
    <description>IF(Isblank(Agency_Opportunity__c), &apos;&apos;,
IF(not(text(Opportunity_stage__c) = text(Agency_Opportunity__r.StageName__c))
, &apos;询价阶段发生了变化&apos;,
IF(not(text(Close_Forecasted_Date__c) = text(Agency_Opportunity__r.Close_Forecasted_Date__c))
, &apos;预测签约日发生了变化&apos;,
IF(not(text(Dealer_Final_Price__c) = text(Agency_Opportunity__r.Amount__c))
, &apos;医院合同金额发生了变化&apos;,
IF(not(Wholesale_Price__c = Agency_Opportunity__r.OCMSale_Price__c)
, &apos;订货金额发生了变化&apos;,
&apos;没有变化&apos;
)))))</description>
    <externalId>false</externalId>
    <formula>IF(Isblank(Agency_Opportunity__c), &apos;&apos;,
IF( ISBLANK(IF(not(text(Opportunity_stage__c) = text(Agency_Opportunity__r.StageName__c))
, &apos;询价阶段;&apos;,&apos;&apos;)&amp;
IF(not(text(Close_Forecasted_Date__c) = text(Agency_Opportunity__r.Close_Forecasted_Date__c))
, &apos;预测签约日;&apos;,&apos;&apos;)&amp;
IF(not(Wholesale_Price__c = Agency_Opportunity__r.OCMSale_Price__c)
, &apos;订货金额;&apos;,&apos;&apos;)) ,
&apos;没有变化&apos;,IF(not(text(Opportunity_stage__c) = text(Agency_Opportunity__r.StageName__c))
, &apos;询价阶段;&apos;,&apos;&apos;)&amp;
IF(not(text(Close_Forecasted_Date__c) = text(Agency_Opportunity__r.Close_Forecasted_Date__c))
, &apos;预测签约日;&apos;,&apos;&apos;)&amp;
IF(not(Name= Agency_Opportunity__r.Name)&amp;&amp;(Agency_Opportunity__r.OCM_Change_To_Opportunity_Flg__c &lt;&gt; true) ,&apos;询价名称;&apos;,&apos;&apos; ))
)</formula>
    <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
    <label>询价差异字段</label>
    <required>false</required>
    <trackHistory>false</trackHistory>
    <trackTrending>false</trackTrending>
    <type>Text</type>
    <unique>false</unique>
</CustomField>