binxie
2024-01-22 4688e276eee13cd2e521aa55afb5725cb0fda270
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>BO_Forecast__c</fullName>
    <description>CASE( StageName ,  &quot;注残&quot;, Amount_Without_Tax_F__c , 0)</description>
    <externalId>false</externalId>
    <formula>if(text(Trade__c)==&apos;外貿&apos;,Forecast_Amount_All_withouttax_F__c*Tax_Foreign_F_Copy__c,Forecast_Amount_All_withouttax_F__c)</formula>
    <label>逻辑用:3.今年注残(不含税)</label>
    <precision>18</precision>
    <required>false</required>
    <scale>2</scale>
    <trackHistory>false</trackHistory>
    <trackTrending>false</trackTrending>
    <type>Number</type>
    <unique>false</unique>
</CustomField>