From e6068da47c1bef5517c9e5fdc8c726766867ad4e Mon Sep 17 00:00:00 2001
From: buli <137736985@qq.com>
Date: 星期五, 14 七月 2023 15:10:02 +0800
Subject: [PATCH] Merge branch 'master' into LEXUpgrade2023-Deloitte
---
force-app/main/default/objects/QIS_Report__c/fields/ComplaintStatus__c.field-meta.xml | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/force-app/main/default/objects/QIS_Report__c/fields/ComplaintStatus__c.field-meta.xml b/force-app/main/default/objects/QIS_Report__c/fields/ComplaintStatus__c.field-meta.xml
index 03c2619..98aa58f 100644
--- a/force-app/main/default/objects/QIS_Report__c/fields/ComplaintStatus__c.field-meta.xml
+++ b/force-app/main/default/objects/QIS_Report__c/fields/ComplaintStatus__c.field-meta.xml
@@ -5,8 +5,8 @@
<externalId>false</externalId>
<formula>IF(OR(TEXT(QIS_Status__c)='鑽夋涓�',TEXT(QIS_Status__c)='FSE濉啓瀹屾瘯',TEXT(QIS_Status__c)='鍙栨秷鐢宠',TEXT(QIS_Status__c)='鍙栨秷',QIS_Submit_day__c<DATE(2020,04,20)),
'闈炲璞�',
- /*add by rentx 2020-10-23 start*/
- if((is_CNBuy__c = 'true'),
+ /*add by rentx 2020-10-23 start;20220413 ljh Is_Box__c*/
+ if((is_CNBuy__c = 'true' || Is_Box__c),
'闈炲璞�',
IF((ETQ_UPLOAD_STATUS__c = '3'),
'EtQ鍚屾澶辫触',
@@ -23,7 +23,9 @@
'寰匛tQ Response',
if(And(QIS_Determine__c = '瑕�',isblank(Text(if_QIS_Allowed__c))),'寰呰繘琛孮IS鍒ゅ畾',
- IF(AND(ISNULL(QIS_Reply_day__c),ISNULL(QIS_OSH_answerdate__c)) ,
+ IF( OR(AND(ISNULL(QIS_Reply_day__c),ISNULL(QIS_OSH_answerdate__c)),
+ AND(!ISNULL(QIS_Reply_day__c),ISNULL(OCSM_RC_CordingDate__c),RC_problem_not_found__c = true),
+ AND(!ISNULL(QIS_Reply_day__c),PAE_reappear_confirm__c !='宸茬‘璁�',RC_problem_not_found__c = true)),
'寰呭垎鏋�',
IF( OR(AND(!ISNULL(QIS_Reply_day__c),ISNULL(OCSM_RC_CordingDate__c),RC_problem_not_found__c != true),
AND(!ISNULL(QIS_Reply_day__c),PAE_reappear_confirm__c !='宸茬‘璁�',RC_problem_not_found__c != true),
--
Gitblit v1.9.1