<?xml version="1.0" encoding="UTF-8"?>
|
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata">
|
<fullName>Tender_Closed_Day_should_be_past_day</fullName>
|
<active>true</active>
|
<errorConditionFormula>Closing_Bid_Date__c > today()</errorConditionFormula>
|
<errorDisplayField>Closing_Bid_Date__c</errorDisplayField>
|
<errorMessage>13.中标日不允许登录未来日期</errorMessage>
|
</ValidationRule>
|