binxie
2024-01-20 0a2fc19461a141fbbb2c303142afdee22c72daac
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>Discount_Amount_Calculate_F__c</fullName>
    <externalId>false</externalId>
    <formula>IF(Opportunity.SAP_Send_OK__c &amp;&amp; (Agency1__r.Special__c || Agency2__r.Special__c || Opportunity.Account.Parent.Special__c) &amp;&amp; $User.ViewSpecialAgencyAmout__c == False, null,
  Discount_Amount_Calculate__c
)</formula>
    <label>优惠价格%</label>
    <precision>18</precision>
    <required>false</required>
    <scale>2</scale>
    <trackHistory>false</trackHistory>
    <type>Percent</type>
</CustomField>