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() ) >= 4,MONTH( TODAY()) <= 9 ) , DATE(YEAR(TODAY()),4,1) , DATE(YEAR(TODAY()),10,1) ) > 367,ISNULL(Product2.PartSupplyFinishDate__c)), '0','1')</description>
| <externalId>false</externalId>
| <formula>IF( AND(( OwnershipMachine_No__c != 'CV-260SL'),OR( Product2.PartSupplyFinishDate__c - IF( AND(MONTH( TODAY() ) >= 4,MONTH( TODAY()) <= 9 ) , DATE(YEAR(TODAY()),4,1) , DATE(YEAR(TODAY()),10,1) ) > 367,ISNULL(Product2.PartSupplyFinishDate__c))) ,'0','1')</formula>
| <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
| <label>是否设备零件停产</label>
| <required>false</required>
| <trackHistory>false</trackHistory>
| <type>Text</type>
| <unique>false</unique>
| </CustomField>
|
|