yangjieke
2022-03-22 3d655e80eec6c770dce06f3d9cf04fffe607f644
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="UTF-8"?>
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata">
    <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>
    <errorDisplayField>Not_Upper_limit_reason__c</errorDisplayField>
    <errorMessage>选择其他时,请录入具体原因</errorMessage>
</ValidationRule>