buli
2023-06-05 e9e1806b0f4b5bae1fc36204ccc5d6fdad52d66f
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="UTF-8"?>
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>FSE_case_cheak</fullName>
    <active>false</active>
    <description>服务合同时检查</description>
    <errorConditionFormula>Estimate_Price_range__c  &lt;&gt; &apos;标准价格的范围内&apos; &amp;&amp; Estimate_Price_range__c &lt;&gt; null &amp;&amp;  RecordType.DeveloperName = &apos;NewMaintenance_Quote&apos; &amp;&amp; OR( ISBLANK(mainTalksTime__c ), ISBLANK(talksStartDate__c ),ISBLANK(Discount_reason__c),ISBLANK(Improve_ConsumptionRate_Idea__c))</errorConditionFormula>
    <errorDisplayField>PrintDate__c</errorDisplayField>
    <errorMessage>特价时,请输入必填项,(包括主要谈判次数、谈判开始时间、价格申请理由、消费率改善方案等信息)。</errorMessage>
</ValidationRule>