<?xml version="1.0" encoding="UTF-8"?>
|
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
|
<fullName>BO_Forecast__c</fullName>
|
<description>CASE( StageName , "注残", Amount_Without_Tax_F__c , 0)</description>
|
<externalId>false</externalId>
|
<formula>if(text(Trade__c)=='外貿',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>
|