<?xml version="1.0" encoding="UTF-8"?>
|
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata">
|
<fullName>Check_SAP_WIN</fullName>
|
<active>true</active>
|
<description>选择取消WIN理由的时候没有勾掉SAP上传(WIN)</description>
|
<errorConditionFormula>ISCHANGED(Reason_Cancel_WIN__c) == true && TEXT(Reason_Cancel_WIN__c) != null && SAP_Send_OK__c == true</errorConditionFormula>
|
<errorDisplayField>SAP_Send_OK__c</errorDisplayField>
|
<errorMessage>已选择取消WIN的理由,请确认是否取消WIN</errorMessage>
|
</ValidationRule>
|