binxie
2024-01-17 92d30efcdebfc59500385e018d597a6b6a946075
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>Target_amount_290Miro_F__c</fullName>
    <description>财年切换  改公式 (分开录)</description>
    <externalId>false</externalId>
    <formula>IF(OCSMYear__c &gt; 2022,
IF(ISNULL(Target_amount_290MiroGI_Plus__c),0,Target_amount_290MiroGI_Plus__c)
+IF(ISNULL(Target_amount_290MiroGI_CF__c),0,Target_amount_290MiroGI_CF__c)
+IF(ISNULL(Target_amount_GIFH290T__c),0,Target_amount_GIFH290T__c)
+IF(ISNULL(Target_amount_JFTJF260V__c),0,Target_amount_JFTJF260V__c)
+IF(ISNULL(Target_amount_CFHQ290LI__c),0,Target_amount_CFHQ290LI__c)
,Target_amount_290Miro__c
)</formula>
    <label>目标数:290镜子GI(公式)</label>
    <precision>18</precision>
    <required>false</required>
    <scale>0</scale>
    <trackTrending>false</trackTrending>
    <type>Number</type>
    <unique>false</unique>
</CustomField>