binxie
2024-01-22 102afa21c115e8c8b9333a326c3d1af08fe76faf
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>Cnt_Lost_cancel_Must_LTE_1</fullName>
    <active>true</active>
    <description>败战,取消,不需小于等于 1</description>
    <errorConditionFormula>/* 00e10000000dEQx GPI_系统管理员的时候不报错 */ 
$User.ProfileId &lt;&gt; &quot;00e10000000dEQx&quot; &amp;&amp; $User.ProfileId &lt;&gt; &quot;00e10000000Y3o5&quot; &amp;&amp; 
(Cnt_Lost_cancel_report__c - Cnt_Lost_cancel_Draft__c &gt; 1)</errorConditionFormula>
    <errorMessage>询价已经有 取消/失单报告 了!</errorMessage>
</ValidationRule>