binxie
2024-01-20 e0de9222da210f9c8eb1a9f5400f936a14923e11
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>Request_Contract_DB_SalesDept_complite_d</fullName>
    <active>true</active>
    <errorConditionFormula>/* 00e10000000dEQx 是 GPI_系统管理员 */ 
/* 01210000000QjCN 是 经销商合同的询价 */ 
 
AND($User.ProfileId &lt;&gt; &quot;00e10000000dEQx&quot;, 
SAP_Send_OK__c = True , PRIORVALUE(SAP_Send_OK__c) = False, 
If_Need_PriceApply__c = True, 
Whether_FALSE_order__c = False, 
Isblank(Contract_DB_SalesDept_complite_day__c))</errorConditionFormula>
    <errorDisplayField>Contract_DB_SalesDept_complite_day__c</errorDisplayField>
    <errorMessage>除了ET24小时订单,14.营业部合同审批结束日是必填项的字段</errorMessage>
</ValidationRule>