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/Repair__c/validationRules/Aset_AMM_Repair_chk.validationRule-meta.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/force-app/main/default/objects/Repair__c/validationRules/Aset_AMM_Repair_chk.validationRule-meta.xml b/force-app/main/default/objects/Repair__c/validationRules/Aset_AMM_Repair_chk.validationRule-meta.xml index 9972d7e..8a85f21 100644 --- a/force-app/main/default/objects/Repair__c/validationRules/Aset_AMM_Repair_chk.validationRule-meta.xml +++ b/force-app/main/default/objects/Repair__c/validationRules/Aset_AMM_Repair_chk.validationRule-meta.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata"> <fullName>Aset_AMM_Repair_chk</fullName> - <active>false</active> + <active>true</active> <description>闈濷LY缁翠慨瀵硅薄锛圧C閫佷慨锛夎璺宠繃缁翠慨涓績锛屼笖缁翠慨涓績鍙兘閫夊寳涓婂箍娌�</description> <errorConditionFormula>TEXT(Delivered_Product__r.Product2.Can_Repair__c) ='RC閫佷慨'&& OR(Exc_work_location__c=false,AND(TEXT(work_location_select__c) != '鍖椾含鍔炰簨澶�',TEXT(work_location_select__c) != '涓婃捣鍔炰簨澶�',TEXT(work_location_select__c) != '娌堥槼鍔炰簨澶�',TEXT(work_location_select__c) != '骞夸笢鍔炰簨澶�'))&& ($User.Batch_User__c <>TRUE)</errorConditionFormula> <errorDisplayField>work_location_select__c</errorDisplayField> -- Gitblit v1.9.1