From d8dc84a3d56df839895f1c417a4d9cbee763d262 Mon Sep 17 00:00:00 2001 From: 高章伟 <gaozhangwei@prec-tech.com> Date: 星期五, 03 三月 2023 14:50:59 +0800 Subject: [PATCH] gzw 测试环境代码更新 --- force-app/main/default/objects/Rental_Apply__c/fields/Inquiry_Promotion__c.field-meta.xml | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/force-app/main/default/objects/Rental_Apply__c/fields/Inquiry_Promotion__c.field-meta.xml b/force-app/main/default/objects/Rental_Apply__c/fields/Inquiry_Promotion__c.field-meta.xml index 8415df3..d6d2468 100644 --- a/force-app/main/default/objects/Rental_Apply__c/fields/Inquiry_Promotion__c.field-meta.xml +++ b/force-app/main/default/objects/Rental_Apply__c/fields/Inquiry_Promotion__c.field-meta.xml @@ -1,8 +1,12 @@ <?xml version="1.0" encoding="UTF-8"?> <CustomField xmlns="http://soap.sforce.com/2006/04/metadata"> <fullName>Inquiry_Promotion__c</fullName> - <defaultValue>false</defaultValue> + <description>璇鹃锛歋WAG-C494E7</description> <externalId>false</externalId> + <formula>IF(!ISBLANK(Bollow_Date__c)&&TEXT(demo_purpose2__c)=='璇曠敤锛堟湁璇环锛�'&&!ISBLANK(Follow_pcl_status2_Text__c) && +Inquiry_Status_Now__c >Inquiry_Status_History__c +&& ( Follow_pcl_status3__c <> '鍓婇櫎 : 17 鍙栨秷' && Follow_pcl_status3__c <> '鏁楁垿 : 18 澶卞崟' && Follow_pcl_status3__c <> '鍓婇櫎 : 鍙栨秷'&&Follow_pcl_status3__c <> '鏁楁垿 : 澶卞崟') ,true, false)</formula> + <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs> <label>璇曠敤鍚庤浠锋帹杩�</label> <trackHistory>false</trackHistory> <trackTrending>false</trackTrending> -- Gitblit v1.9.1