From 102afa21c115e8c8b9333a326c3d1af08fe76faf Mon Sep 17 00:00:00 2001 From: binxie <137736985@qq.com> Date: 星期一, 22 一月 2024 22:08:58 +0800 Subject: [PATCH] backup0122 --- force-app/main/default/objects/LostReport__c/validationRules/Cannot_Create_When_IH_Not_App.validationRule-meta.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/force-app/main/default/objects/LostReport__c/validationRules/Cannot_Create_When_IH_Not_App.validationRule-meta.xml b/force-app/main/default/objects/LostReport__c/validationRules/Cannot_Create_When_IH_Not_App.validationRule-meta.xml index b6c5226..ef9223b 100644 --- a/force-app/main/default/objects/LostReport__c/validationRules/Cannot_Create_When_IH_Not_App.validationRule-meta.xml +++ b/force-app/main/default/objects/LostReport__c/validationRules/Cannot_Create_When_IH_Not_App.validationRule-meta.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata"> <fullName>Cannot_Create_When_IH_Not_App</fullName> - <active>false</active> + <active>true</active> <errorConditionFormula>NOT(ISBLANK(Inventory_Header__c)) && NOT( ISPICKVAL(Inventory_Header__r.Inventory_Status__c, '宸叉壒鍑�')) && ISNEW()</errorConditionFormula> -- Gitblit v1.9.1