张宇恒
2022-04-28 ddf52e1dd6e4041756854ee3ea914d568e98922e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>NetWorthNoProviston_DN_F__c</fullName>
    <externalId>false</externalId>
    <formula>IF(Opportunity__r.SAP_Send_OK__c &amp;&amp; (Opportunity__r.Agency1__r.Special__c || Opportunity__r.Agency2__r.Special__c || Opportunity__r.Account.Parent.Special__c) &amp;&amp; $User.ViewSpecialAgencyAmout__c == False, null,
AdjustnetWorthNoProviston_DN__c + NetWorthNoProviston_DN__c +Case( Opportunity__r.Trade__c,
&quot;内貿&quot;,ShippedAmount_ZM__c/ Opportunity__r.Tax_Intra_F_Copy__c ,
&quot;外貿&quot;,ShippedAmount_ZM__c* Opportunity__r.Tax_Foreign_F_Copy__c,
ShippedAmount_ZM__c)
)</formula>
    <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
    <label>已发货金额(不含税,不含计提)</label>
    <precision>18</precision>
    <required>false</required>
    <scale>2</scale>
    <trackHistory>false</trackHistory>
    <trackTrending>false</trackTrending>
    <type>Currency</type>
</CustomField>