binxie
2024-01-20 e0de9222da210f9c8eb1a9f5400f936a14923e11
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>Agency2_Profit_Rate_F__c</fullName>
    <externalId>false</externalId>
    <formula>IF(SAP_Send_OK__c &amp;&amp; (Agency1__r.Special__c || Agency2__r.Special__c || Account.Parent.Special__c) &amp;&amp; $User.ViewSpecialAgencyAmout__c == False, null,
  Agency2_Profit_Rate__c
)</formula>
    <label>经销商2利润率</label>
    <precision>18</precision>
    <required>false</required>
    <scale>2</scale>
    <trackHistory>false</trackHistory>
    <trackTrending>false</trackTrending>
    <type>Percent</type>
</CustomField>