binxie
2024-01-22 4688e276eee13cd2e521aa55afb5725cb0fda270
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>Agency_Is_Delete__c</fullName>
    <externalId>false</externalId>
    <formula>IF(Account.Is_Active_Formula__c = &quot;无效&quot; &amp;&amp; Account.Contract_Quote_Decide_Flag_checkbox__c = false, &quot;√&quot;, &quot;&quot;)</formula>
    <label>经销商合同删除</label>
    <required>false</required>
    <trackHistory>false</trackHistory>
    <trackTrending>false</trackTrending>
    <type>Text</type>
    <unique>false</unique>
</CustomField>