IsLeakage_New__c
//20231213 lt update 创建日-(项目:招标日-60天)>0
IF(AND(!ISBLANK(Tender_information__r.publicDate__c),Opportunity__r.Created_Day__c > Tender_information__r.publicDate__c-60),true,false)
false
IF(AND(!ISBLANK(Opportunity__r.TenderBeginDate_New__c),Opportunity__r.Created_Day__c > Opportunity__r.TenderBeginDate_New__c-60),true,false)
BlankAsZero
false
false
Checkbox