<?xml version="1.0" encoding="UTF-8"?>
|
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata">
|
<fullName>Must_OppName_Check</fullName>
|
<active>true</active>
|
<description>“购买意向状态” 选择 “不用(重复)”时,必须
|
0708跳过管理员</description>
|
<errorConditionFormula>AND(text(Status)="不用(重复)", ISBLANK(Opp_Name_Search__c), $User.Batch_User__c ==FALSE)</errorConditionFormula>
|
<errorDisplayField>Opp_Name_Search__c</errorDisplayField>
|
<errorMessage>"购买意向状态"选择“不用(重复)”时,必须输入值.</errorMessage>
|
</ValidationRule>
|