From 1d91be0be5220ce19ee64de5a5c9a8237b1c15b1 Mon Sep 17 00:00:00 2001 From: binxie <137736985@qq.com> Date: 星期六, 20 一月 2024 13:53:08 +0800 Subject: [PATCH] add workflow0120 --- 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