<?xml version="1.0" encoding="UTF-8"?>
|
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata">
|
<fullName>SAP_Send_Check_IsChanged_After_Decided</fullName>
|
<active>true</active>
|
<description>判断是否在决定后又有修改</description>
|
<errorConditionFormula>$User.Batch_User__c = false && Estimation_Decision__c = True &&
|
(IsChanged(AccountId) || IsChanged(Hospital__c) || IsChanged(Sales_Root__c))</errorConditionFormula>
|
<errorMessage>询价被决定后不能修改 客户,医院,销售渠道</errorMessage>
|
</ValidationRule>
|