From e0de9222da210f9c8eb1a9f5400f936a14923e11 Mon Sep 17 00:00:00 2001 From: binxie <137736985@qq.com> Date: 星期六, 20 一月 2024 13:16:47 +0800 Subject: [PATCH] addvalidationrule --- force-app/main/default/objects/Rental_Apply__c/validationRules/New_Request_Verify.validationRule-meta.xml | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/force-app/main/default/objects/Rental_Apply__c/validationRules/New_Request_Verify.validationRule-meta.xml b/force-app/main/default/objects/Rental_Apply__c/validationRules/New_Request_Verify.validationRule-meta.xml index ba8584e..0d45872 100644 --- a/force-app/main/default/objects/Rental_Apply__c/validationRules/New_Request_Verify.validationRule-meta.xml +++ b/force-app/main/default/objects/Rental_Apply__c/validationRules/New_Request_Verify.validationRule-meta.xml @@ -14,6 +14,5 @@ (not(ISBLANK(HP_received_sign_text__c)) && NOT(TEXT(Routine_Check_Status__c) = 'OK')) || (not(ISBLANK(HP_received_sign_day__c)) && NOT(TEXT(Routine_Check_Status__c) = 'OK')) )</errorConditionFormula> - <errorDisplayField>Return_to_wh_staff__c</errorDisplayField> <errorMessage>鏂板缓澶囧搧鍊熷嚭鐢宠鏃讹紝涓嶈兘濉啓鍥炲簱鐗╂祦淇℃伅鍜岀瀛椾俊鎭�</errorMessage> </ValidationRule> -- Gitblit v1.9.1