<?xml version="1.0" encoding="UTF-8"?>
|
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata">
|
<fullName>Check_Cancel_WIN</fullName>
|
<active>true</active>
|
<description>询价win取消时,取消原因必选</description>
|
<errorConditionFormula>ISCHANGED( SAP_Send_OK__c ) && SAP_Send_OK__c == false && ISBLANK(TEXT(Reason_Cancel_WIN__c))</errorConditionFormula>
|
<errorDisplayField>Reason_Cancel_WIN__c</errorDisplayField>
|
<errorMessage>请选择取消WIN的理由</errorMessage>
|
</ValidationRule>
|