<?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 <> "00e10000000dEQx",
|
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>
|