高章伟
2022-03-10 8db20630a2675ca14e03ccdee91c614397b5c964
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="UTF-8"?>
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>Repair_Allowed_Check</fullName>
    <active>true</active>
    <errorConditionFormula>text(if_Repair_Allowed__c )  = &apos;不可维修&apos;  &amp;&amp;  Not(ISBLANK( SAP_Transfer_day__c ) )</errorConditionFormula>
    <errorDisplayField>if_Repair_Allowed__c</errorDisplayField>
    <errorMessage>是否可进行修理的判定是“不可维修”时,不允许SAP申请。</errorMessage>
</ValidationRule>