<?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 <> "00e10000000dEQx" && $User.ProfileId <> "00e10000000Y3o5" &&
|
(Cnt_Lost_cancel_report__c - Cnt_Lost_cancel_Draft__c > 1)</errorConditionFormula>
|
<errorMessage>询价已经有 取消/失单报告 了!</errorMessage>
|
</ValidationRule>
|