<?xml version="1.0" encoding="UTF-8"?>
|
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata">
|
<fullName>CanNotWinIfFinalUserChanged</fullName>
|
<active>true</active>
|
<description>用户变更询价不可以做WIN
|
|
CHAN-BEN5UC
|
If_Account_Change__c = true &&
|
SAP_Send_OK__c = true
|
|
0708跳过管理员验证</description>
|
<errorConditionFormula>$User.Batch_User__c ==FALSE && If_Account_Change__c = true &&
|
SAP_Send_OK__c = true && $User.Id <> '00510000005sEEM' && $User.Id <> '00510000000fSYI'</errorConditionFormula>
|
<errorMessage>变更用户的询价不可以WIN</errorMessage>
|
</ValidationRule>
|