<?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!='00e10000000Y3o5' && $Profile.Id!='00e10000000dzzG' &&
|
$Profile.Id!='00e10000000dEQx' && isChanged(Bid_Date__c) && If_Authorizing_Lock__c</errorConditionFormula>
|
<errorDisplayField>Bid_Date__c</errorDisplayField>
|
<errorMessage>询价正在授权申请中,不能更改12.招标日。</errorMessage>
|
</ValidationRule>
|