buli
2023-06-05 e9e1806b0f4b5bae1fc36204ccc5d6fdad52d66f
force-app/main/default/objects/Rental_Apply__c/validationRules/Cannot_Set_Hope_Lonaer_date_Num.validationRule-meta.xml
@@ -18,7 +18,8 @@
|| ISPICKVAL(demo_purpose2__c, "已购待货")
|| ISPICKVAL(demo_purpose2__c, "学会展会")
)
&amp;&amp; NOT(ISBLANK(Hope_Lonaer_date_Num__c))</errorConditionFormula>
&amp;&amp; NOT(ISBLANK(Hope_Lonaer_date_Num__c))
&amp;&amp; Hope_Lonaer_date_Num__c!=0</errorConditionFormula>
    <errorDisplayField>Hope_Lonaer_date_Num__c</errorDisplayField>
    <errorMessage>不可以填写希望借用天数</errorMessage>
</ValidationRule>