| | |
| | | <?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>非OLY维修对象(RC送修)要跳过维修中心,且维修中心只能选北上广沈</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> |