<?xml version="1.0" encoding="UTF-8"?>
|
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata">
|
<fullName>Status_Phase_Change_Fixed_To_Opp</fullName>
|
<active>true</active>
|
<description>And(
|
Note_Residual_Result__c <> "0",
|
Note_Residual_Result__c <> "4",
|
Fixed_Check__c ,
|
ISPICKVAL( StageName , "引合") ,
|
ISCHANGED(StageName),
|
$User.Batch_User__c = False
|
)</description>
|
<errorConditionFormula>And(
|
Note_Residual_Result__c <> "0",
|
Note_Residual_Result__c <> "4",
|
Fixed_Check__c ,
|
ISPICKVAL( StageName , "引合") ,
|
ISCHANGED(StageName),
|
$User.Batch_User__c = False
|
)</errorConditionFormula>
|
<errorMessage>在状态1上不能改为询价</errorMessage>
|
</ValidationRule>
|