<?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 > 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>
|