高章伟
2023-03-03 d8dc84a3d56df839895f1c417a4d9cbee763d262
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="UTF-8"?>
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>Cannot_Change_HP</fullName>
    <active>true</active>
    <description>WLIG-BWCC8L 课题切换客户时,曾经暂时加上系统管理员简档2020-12-17;
为对应课题JZHG-BVGBVF,设置跳过管理员(2021/6/30)</description>
    <errorConditionFormula>NOT(ISNEW()) &amp;&amp; PRIORVALUE(Hospital__c)  != Hospital__c &amp;&amp; Estimation_Id__c != null &amp;&amp;!$User.Batch_User__c</errorConditionFormula>
    <errorMessage>有了维修合同报价之后,不能更改到别的医院</errorMessage>
</ValidationRule>