<?xml version="1.0" encoding="UTF-8"?>
|
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata">
|
<fullName>Charege_to_Customer_not_select_special</fullName>
|
<active>true</active>
|
<errorConditionFormula>AND(
|
Special_follow__c=true,
|
OR(ISPICKVAL(next_action__c, "有偿维修"), ISPICKVAL(next_action__c, "送回")))</errorConditionFormula>
|
<errorMessage>对应方法"有偿维修"或"送回"时候,不允许选择特别对应</errorMessage>
|
</ValidationRule>
|