binxie
2024-01-22 4688e276eee13cd2e521aa55afb5725cb0fda270
force-app/main/default/objects/Maintenance_Contract_Estimate__c/validationRules/When_Apply_Required.validationRule-meta.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>When_Apply_Required</fullName>
    <active>false</active>
    <active>true</active>
    <errorConditionFormula>Ischanged(ApprovalProcess_Status__c) &amp;&amp; Text(ApprovalProcess_Status__c) = &apos;已填写完并申请&apos;
&amp;&amp; OR(
  Isnull(Maintenance_Contract__r.Service_Contract_Staff__c)