binxie
2024-01-22 4688e276eee13cd2e521aa55afb5725cb0fda270
force-app/main/default/objects/Repair__c/validationRules/Rental_Apply_Cannot_Modify_Model.validationRule-meta.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>Rental_Apply_Cannot_Modify_Model</fullName>
    <active>false</active>
    <active>true</active>
    <errorConditionFormula>NOT(ISBLANK(Rental_Apply_Equipment_Set_Detail__c)) &amp;&amp; RepairSource__c = &apos;备品修理&apos; &amp;&amp; 
Ischanged(Delivered_Product__c)</errorConditionFormula>
    <errorDisplayField>Delivered_Product__c</errorDisplayField>