| | |
| | | <?xml version="1.0" encoding="UTF-8"?> |
| | | <ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata"> |
| | | <fullName>Agree_Upper_Limit_Check</fullName> |
| | | <active>false</active> |
| | | <active>true</active> |
| | | <errorConditionFormula>AND(agree_Upper_limit__c, NOT( OR(URF_Contract__c,Limit_Price__c))) |
| | | && |
| | | $User.Id != '005C60000001UFN' /* Batch User 不报错 */</errorConditionFormula> |
| | | $User.Id != '00510000000fSYI' /* Batch User 不报错 */</errorConditionFormula> |
| | | <errorDisplayField>agree_Upper_limit__c</errorDisplayField> |
| | | <errorMessage>同意上限不能单独选择</errorMessage> |
| | | </ValidationRule> |