<?xml version="1.0" encoding="UTF-8"?>
|
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
|
<fullName>OPDPlanQuantity__c</fullName>
|
<description>if(AND(NOT(ISBLANK(SSlastMonth_Plan__c)) , NOT(ISBLANK(SSBollow_Date__c)), (MONTH(SSBollow_Date__c) = IF(MONTH(TODAY()) = 1, 12, MONTH(TODAY())-1))),1,0)
|
0907BK
|
if(ISBLANK(SSBollow_Date__c),1,
|
if(AND(NOT(ISBLANK(SSThisMonthPlan__c)) , NOT(ISBLANK(SSBollow_Date__c)), (MONTH(SSBollow_Date__c) = MONTH(TODAY()))),1,0)
|
|
)</description>
|
<externalId>false</externalId>
|
<formula>if(ISBLANK(SSBollow_Date__c),1,
|
if(AND(NOT(ISBLANK(SSThisMonthPlan__c)) , NOT(ISBLANK(SSBollow_Date__c)), (MONTH(SSBollow_Date__c) = MONTH(DATEVALUE(CreatedDate-15)))),1,0)
|
|
)</formula>
|
<formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
|
<label>OPD计划数</label>
|
<precision>18</precision>
|
<required>false</required>
|
<scale>0</scale>
|
<trackTrending>false</trackTrending>
|
<type>Number</type>
|
<unique>false</unique>
|
</CustomField>
|