binxie
2024-01-20 1d91be0be5220ce19ee64de5a5c9a8237b1c15b1
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>IF_StopParts_production__c</fullName>
    <description>IF( OR( Product2.PartSupplyFinishDate__c - IF( AND(MONTH( TODAY() ) &gt;= 4,MONTH( TODAY()) &lt;= 9 ) , DATE(YEAR(TODAY()),4,1) , DATE(YEAR(TODAY()),10,1) ) &gt; 367,ISNULL(Product2.PartSupplyFinishDate__c)), &apos;0&apos;,&apos;1&apos;)</description>
    <externalId>false</externalId>
    <formula>IF(  AND(( OwnershipMachine_No__c != &apos;CV-260SL&apos;),OR( Product2.PartSupplyFinishDate__c - IF( AND(MONTH( TODAY() ) &gt;= 4,MONTH( TODAY()) &lt;= 9 ) , DATE(YEAR(TODAY()),4,1) , DATE(YEAR(TODAY()),10,1) ) &gt; 367,ISNULL(Product2.PartSupplyFinishDate__c))) ,&apos;0&apos;,&apos;1&apos;)</formula>
    <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
    <label>是否设备零件停产</label>
    <required>false</required>
    <trackHistory>false</trackHistory>
    <type>Text</type>
    <unique>false</unique>
</CustomField>