<?xml version="1.0" encoding="UTF-8"?>
|
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata">
|
<fullName>Authorizing_ChangeCloseBid</fullName>
|
<active>true</active>
|
<description>询价正在合同申请中,不能更改中标日。</description>
|
<errorConditionFormula>$Profile.Id!='00e10000000Y3o5' && $Profile.Id!='00e10000000dzzG' &&
|
$Profile.Id!='00e10000000dEQx' &&
|
!$User.Batch_User__c && ISCHANGED(Closing_Bid_Date__c) && NOT(ISBLANK(Assistant_Applied_Date__c))&& ISBLANK(Contract_DB_SalesDept_complite_day__c)</errorConditionFormula>
|
<errorDisplayField>Closing_Bid_Date__c</errorDisplayField>
|
<errorMessage>询价正在合同申请中,不能更改13.中标日。</errorMessage>
|
</ValidationRule>
|