binxie
2024-01-20 0a2fc19461a141fbbb2c303142afdee22c72daac
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="UTF-8"?>
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>Authorizing_ChangeBidDate</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; isChanged(Bid_Date__c) &amp;&amp; If_Authorizing_Lock__c</errorConditionFormula>
    <errorDisplayField>Bid_Date__c</errorDisplayField>
    <errorMessage>询价正在授权申请中,不能更改12.招标日。</errorMessage>
</ValidationRule>