<?xml version="1.0" encoding="UTF-8"?>
|
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
|
<fullName>Monthly_order_target_stock__c</fullName>
|
<description>20221125之前
|
IF(AND(
|
StageName__c="询价",
|
Close_Forecasted_Date__c <= IF(
|
MONTH(today()) = 12,
|
DATE(YEAR(today()), 12, 31),
|
DATE(YEAR(today()), MONTH(today()) + 1, 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 已中标",
|
AND(Status_Formula_Text__c ="03 已授权",
|
Bid_Date__c <= IF(
|
MONTH(today()) = 12,
|
DATE(YEAR(today()), 12, 31),
|
DATE(YEAR(today()), MONTH(today()) + 1, 1) - 1
|
)
|
))
|
),True,False)</description>
|
<externalId>false</externalId>
|
<formula>IF(AND(
|
StageName__c="询价",
|
Close_Forecasted_Date__c <= IF(
|
MONTH(today()) = 12,
|
DATE(YEAR(today()), 12, 31),
|
DATE(YEAR(today()), MONTH(today()) + 1, 1) - 1
|
),
|
OR(
|
Status_Formula_Text__c ="12 已签约",
|
Status_Formula_Text__c ="11 价格申请中",
|
Status_Formula_Text__c ="10 已中标",
|
AND(Status_Formula_Text__c ="08 已授权",
|
Bid_Date__c <= IF(
|
MONTH(today()) = 12,
|
DATE(YEAR(today()), 12, 31),
|
DATE(YEAR(today()), MONTH(today()) + 1, 1) - 1
|
)
|
))
|
),True,False)</formula>
|
<formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
|
<label>预测对象 : 单月订货预测 可备货(公式)</label>
|
<trackHistory>false</trackHistory>
|
<trackTrending>false</trackTrending>
|
<type>Checkbox</type>
|
</CustomField>
|