binxie
2024-01-22 102afa21c115e8c8b9333a326c3d1af08fe76faf
1
2
3
4
5
6
7
8
9
10
11
<?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!=&apos;00e10000000Y3o5&apos; &amp;&amp; $Profile.Id!=&apos;00e10000000dzzG&apos; &amp;&amp;
$Profile.Id!=&apos;00e10000000dEQx&apos; &amp;&amp;
 !$User.Batch_User__c &amp;&amp; ISCHANGED(Closing_Bid_Date__c) &amp;&amp; NOT(ISBLANK(Assistant_Applied_Date__c))&amp;&amp; ISBLANK(Contract_DB_SalesDept_complite_day__c)</errorConditionFormula>
    <errorDisplayField>Closing_Bid_Date__c</errorDisplayField>
    <errorMessage>询价正在合同申请中,不能更改13.中标日。</errorMessage>
</ValidationRule>