From 8c8f51f10bb9e158cb8b89cb8d58e4ce7d467583 Mon Sep 17 00:00:00 2001
From: binxie <137736985@qq.com>
Date: 星期一, 26 六月 2023 11:29:01 +0800
Subject: [PATCH] backup0626
---
force-app/main/default/objects/TransferApplyDetail__c/validationRules/Cannot_Update_When_Finish.validationRule-meta.xml | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/force-app/main/default/objects/TransferApplyDetail__c/validationRules/Cannot_Update_When_Finish.validationRule-meta.xml b/force-app/main/default/objects/TransferApplyDetail__c/validationRules/Cannot_Update_When_Finish.validationRule-meta.xml
index dee55cc..cebdfab 100644
--- a/force-app/main/default/objects/TransferApplyDetail__c/validationRules/Cannot_Update_When_Finish.validationRule-meta.xml
+++ b/force-app/main/default/objects/TransferApplyDetail__c/validationRules/Cannot_Update_When_Finish.validationRule-meta.xml
@@ -1,9 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata">
<fullName>Cannot_Update_When_Finish</fullName>
- <active>false</active>
- <description>宸插畬鎴愮殑璋冩嫧澶囧搧閰嶅涓�瑙堟槑缁嗕笉鍙互鍐嶅仛鏇存柊
-update lxy 2021/11/15 鍋滅敤鍚庡啀鍚敤</description>
+ <active>true</active>
+ <description>宸插畬鎴愮殑璋冩嫧澶囧搧閰嶅涓�瑙堟槑缁嗕笉鍙互鍐嶅仛鏇存柊</description>
<errorConditionFormula>ISNEW() == false
&& ( (ISCHANGED(Detail_Finish__c)
&& Detail_Finish__c = false
@@ -16,6 +15,5 @@
)
)
)</errorConditionFormula>
- <errorDisplayField>CDS_complete__c</errorDisplayField>
<errorMessage>宸插畬鎴愮殑璋冩嫧澶囧搧閰嶅涓�瑙堟槑缁嗕笉鍙互鍐嶅仛鏇存柊</errorMessage>
</ValidationRule>
--
Gitblit v1.9.1