Li Jun
2022-04-27 f90c63155656928b86f1ce1d91a134de3d12d2b9
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>Is_Transformed__c</fullName>
    <description>20190806修改前:
if(and(NOT(isblank(Change_To_Opportunity__c)),OCM_Change_To_Opportunity_Flg__c=FALSE),1,0)</description>
    <externalId>false</externalId>
    <formula>if(
 
and(NOT(isblank(Change_To_Opportunity__c)),OCM_Change_To_Opportunity_Flg__c=FALSE),TRUE,FALSE)</formula>
    <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
    <label>已转化</label>
    <trackHistory>false</trackHistory>
    <trackTrending>false</trackTrending>
    <type>Checkbox</type>
</CustomField>