binxie
2023-06-20 f62ffbeb0ce6d67b56c0d409d7b93574a0070452
force-app/main/default/objects/Maintenance_Contract__c/validationRules/CheckUpper_limitReasonOther.validationRule-meta.xml
@@ -3,7 +3,7 @@
    <fullName>CheckUpper_limitReasonOther</fullName>
    <active>false</active>
    <description>不同意上限理由_其他</description>
    <errorConditionFormula>and($Profile.Id != &apos;00e10000000Y3o5&apos;, $Profile.Id != &apos;00e10000000dzzG&apos;,OR( AND(INCLUDES(Not_Upper_limit_reasonSelect__c, &apos;10、其他&apos;), ISBLANK( Not_Upper_limit_reason__c )),AND(NOT(INCLUDES(Not_Upper_limit_reasonSelect__c, &apos;10、其他&apos;)), NOT(ISBLANK( Not_Upper_limit_reason__c )))))</errorConditionFormula>
    <errorConditionFormula>and($Profile.Id != &apos;00e10000000Y3o5&apos;, $Profile.Id != &apos;00e10000000dzzG&apos;,$Profile.Id != &apos;00e10000000dEQx&apos;,OR( AND(INCLUDES(Not_Upper_limit_reasonSelect__c, &apos;10、其他&apos;), ISBLANK( Not_Upper_limit_reason__c )),AND(NOT(INCLUDES(Not_Upper_limit_reasonSelect__c, &apos;10、其他&apos;)), NOT(ISBLANK( Not_Upper_limit_reason__c )))))</errorConditionFormula>
    <errorDisplayField>Not_Upper_limit_reason__c</errorDisplayField>
    <errorMessage>选择其他时,请录入具体原因</errorMessage>
</ValidationRule>