binxie
2024-01-20 0a2fc19461a141fbbb2c303142afdee22c72daac
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="UTF-8"?>
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>Clear_on_BidDate</fullName>
    <active>true</active>
    <description>oly中标,且13.中标日有改变,且从有值变成无值,跳过Batch和接口用户</description>
    <errorConditionFormula>AND( TEXT( ConfirmationofAward__c ) = &apos;OLY中标&apos; , ISCHANGED( Closing_Bid_Date__c ) , ISBLANK(Closing_Bid_Date__c),  $User.Id != &apos;00510000000fSYI&apos;, $User.Id != &apos;00510000000gmxH&apos;)</errorConditionFormula>
    <errorMessage>已经确定oly中标,13.中标日不能为空。</errorMessage>
</ValidationRule>