force-app/main/default/objects/Rental_Apply__c/validationRules/Repair_Ordered_Date_Must_Null.validationRule-meta.xml
@@ -7,6 +7,5 @@ && ISPICKVAL(demo_purpose2__c, '故障排查') && NOT(ISBLANK(Repair__r.Repair_Ordered_Date__c))&& ISBLANK(Old_Rental_Apply__c)</errorConditionFormula> <errorDisplayField>Return_to_wh_staff__c</errorDisplayField> <errorMessage>创建故障排查申请时,修理的[4.修理品RC受理日]必须为空。</errorMessage> </ValidationRule>