涂煌豪
2022-05-06 ff435968945d457f9ee653a9620fa1c7d78d2d4c
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>SystemDelayFlag__c</fullName>
    <externalId>false</externalId>
    <formula>AND(!SystemDelayMark__c ,TEXT(OPDType__c) != &apos;学会&apos;,TEXT(Status__c) = &apos;计划中&apos;,Rental_Apply2__c != null,OR(Rental_Apply2__r.Select_Status__c = &apos;&apos; ,Rental_Apply2__r.Select_Status__c = &apos;待分配&apos;) ,OPDPlan_ImplementDate__c &lt; TODAY())</formula>
    <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
    <label>是否需要进行系统延期(后台用)</label>
    <trackHistory>false</trackHistory>
    <trackTrending>false</trackTrending>
    <type>Checkbox</type>
</CustomField>