<?xml version="1.0" encoding="UTF-8"?>
|
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
|
<fullName>Monthly3_ship_target_stock__c</fullName>
|
<description>IF(AND(
|
StageName__c="询价",
|
CloseDate <= (DATE(YEAR(today()),MONTH(Today())+4,01)-1),
|
OR(
|
Status_Formula_Text__c ="08 已签约",
|
Status_Formula_Text__c ="07 用户已签约",
|
Status_Formula_Text__c ="06 用户未签约",
|
Status_Formula_Text__c ="05 价格申请中",
|
Status_Formula_Text__c ="04 已中标",
|
Status_Formula_Text__c ="03 已授权")
|
),True,False)
|
20221125 之前
|
IF(AND(
|
StageName__c="询价",
|
CloseDate <= IF(MONTH(today()) = 9, DATE(YEAR(today()), 12, 31),
|
IF(MONTH(today()) = 10, DATE(YEAR(today()) + 1, 1, 31),
|
IF(MONTH(today()) = 11, DATE(YEAR(today()) + 1, 3, 1) - 1,
|
IF(MONTH(today()) = 12, DATE(YEAR(today()) + 1, 3, 31),
|
DATE(YEAR(today()), MONTH(today()) + 4, 1) - 1
|
)
|
)
|
)
|
),
|
OR(
|
Status_Formula_Text__c ="08 已签约",
|
Status_Formula_Text__c ="07 用户已签约",
|
Status_Formula_Text__c ="06 用户未签约",
|
Status_Formula_Text__c ="05 价格申请中",
|
Status_Formula_Text__c ="04 已中标",
|
Status_Formula_Text__c ="03 已授权")
|
),True,False)</description>
|
<externalId>false</externalId>
|
<formula>IF(AND(
|
StageName__c="询价",
|
CloseDate <= IF(MONTH(today()) = 9, DATE(YEAR(today()), 12, 31),
|
IF(MONTH(today()) = 10, DATE(YEAR(today()) + 1, 1, 31),
|
IF(MONTH(today()) = 11, DATE(YEAR(today()) + 1, 3, 1) - 1,
|
IF(MONTH(today()) = 12, DATE(YEAR(today()) + 1, 3, 31),
|
DATE(YEAR(today()), MONTH(today()) + 4, 1) - 1
|
)
|
)
|
)
|
),
|
OR(
|
Status_Formula_Text__c ="12 已签约",
|
Status_Formula_Text__c ="11 价格申请中",
|
Status_Formula_Text__c ="10 已中标",
|
Status_Formula_Text__c ="08 已授权")
|
),True,False)</formula>
|
<formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
|
<label>预测对象 : 3个月发货预测 可备货(公式)</label>
|
<trackHistory>false</trackHistory>
|
<trackTrending>false</trackTrending>
|
<type>Checkbox</type>
|
</CustomField>
|