Li Jun
2022-04-25 784f9cec56eef3c7ac0ba02de98fdbf341c6a7b3
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>IF_IsJum_Rental_Eq_True1</fullName>
    <active>true</active>
    <description>是否插队(备品):勾选,保存时检查 插队原因(备品)必须填写;</description>
    <errorConditionFormula>IsJump_Rental__c == true &amp;&amp;  ISBLANK(JumpCause_Rental__c) == true</errorConditionFormula>
    <errorMessage>勾选了 是否插队(备品) ,则 插队原因(备品) 必须填写</errorMessage>
</ValidationRule>