From 0a2fc19461a141fbbb2c303142afdee22c72daac Mon Sep 17 00:00:00 2001
From: binxie <137736985@qq.com>
Date: 星期六, 20 一月 2024 09:56:08 +0800
Subject: [PATCH] workflow backup0120
---
force-app/main/default/objects/Agency_Report__c/validationRules/Report_Date_Must_This_Week.validationRule-meta.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/force-app/main/default/objects/Agency_Report__c/validationRules/Report_Date_Must_This_Week.validationRule-meta.xml b/force-app/main/default/objects/Agency_Report__c/validationRules/Report_Date_Must_This_Week.validationRule-meta.xml
index 4643db2..d66c88b 100644
--- a/force-app/main/default/objects/Agency_Report__c/validationRules/Report_Date_Must_This_Week.validationRule-meta.xml
+++ b/force-app/main/default/objects/Agency_Report__c/validationRules/Report_Date_Must_This_Week.validationRule-meta.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata">
<fullName>Report_Date_Must_This_Week</fullName>
- <active>false</active>
+ <active>true</active>
<description>娲诲姩鏃ュ繀椤绘槸鏈懆锛丼ubmit_date__c Report_Date__c</description>
<errorConditionFormula>(Report_Date__c>= Submit_date__c + 6) || (Report_Date__c < Submit_date__c - 1)</errorConditionFormula>
<errorDisplayField>Report_Date__c</errorDisplayField>
--
Gitblit v1.9.1