binxie
2024-01-20 e0de9222da210f9c8eb1a9f5400f936a14923e11
force-app/main/default/objects/Rental_Apply__c/validationRules/NotNeed_Opp_Try.validationRule-meta.xml
@@ -4,6 +4,5 @@
    <active>true</active>
    <description>试用(无询价)目的的备品申请单,不能关联询价信息</description>
    <errorConditionFormula>ISNEW() &amp;&amp;  ISPICKVAL(demo_purpose2__c , &quot;试用(无询价)&quot;) &amp;&amp; Follow_UP_Opp__c != null</errorConditionFormula>
    <errorDisplayField>Return_to_wh_staff__c</errorDisplayField>
    <errorMessage>试用(无询价)目的的备品申请单,不能关联询价信息!</errorMessage>
</ValidationRule>