<?xml version="1.0" encoding="UTF-8"?>
|
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata">
|
<fullName>StateJudgment</fullName>
|
<active>true</active>
|
<description>已有询价名称为空时,状态不能选为“已有询价”。</description>
|
<errorConditionFormula>AND( ISBLANK( Opp_Name_Search__c ), TEXT( Status ) == '不用(重复)', $User.Username !='buli@deloitte.com.cn', $User.Username !='it_prectech@olympus.com.cn')</errorConditionFormula>
|
<errorDisplayField>Status</errorDisplayField>
|
<errorMessage>已有询价名称为空时,状态不能选为“已有询价”。</errorMessage>
|
</ValidationRule>
|