<?xml version="1.0" encoding="UTF-8"?>
|
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
|
<fullName>NTC_target_formula__c</fullName>
|
<externalId>false</externalId>
|
<formula>IF(INCLUDES(NTC_Plan_month__c,"4月"),1,0) +
|
IF(INCLUDES(NTC_Plan_month__c,"5月"),1,0) +
|
IF(INCLUDES(NTC_Plan_month__c,"6月"),1,0) +
|
IF(INCLUDES(NTC_Plan_month__c,"7月"),1,0) +
|
IF(INCLUDES(NTC_Plan_month__c,"8月"),1,0) +
|
IF(INCLUDES(NTC_Plan_month__c,"9月"),1,0) +
|
IF(INCLUDES(NTC_Plan_month__c,"10月"),1,0) +
|
IF(INCLUDES(NTC_Plan_month__c,"11月"),1,0) +
|
IF(INCLUDES(NTC_Plan_month__c,"12月"),1,0) +
|
IF(INCLUDES(NTC_Plan_month__c,"1月"),1,0) +
|
IF(INCLUDES(NTC_Plan_month__c,"2月"),1,0) +
|
IF(INCLUDES(NTC_Plan_month__c,"3月"),1,0)</formula>
|
<formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
|
<label>(###)今年目标NTC次数(公式)</label>
|
<precision>18</precision>
|
<required>false</required>
|
<scale>0</scale>
|
<trackHistory>false</trackHistory>
|
<type>Number</type>
|
<unique>false</unique>
|
</CustomField>
|