<?xml version="1.0" encoding="UTF-8"?>
|
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata">
|
<fullName>Request_Product_or_product_manual</fullName>
|
<active>true</active>
|
<errorConditionFormula>RecordTypeId != '01210000000QsYk'
|
&& RecordTypeId != '01210000000QzmY'
|
&& (
|
(Text(Status) = '回答完成&确认' ||Text(Status) = 'クローズ') &&
|
ISBLANK(prod__c) &&
|
ISBLANK(Other_company_product__c)
|
)
|
&&
|
$User.Username != 'buli@deloitte.com.cn'</errorConditionFormula>
|
<errorDisplayField>Te2am_internal__c</errorDisplayField>
|
<errorMessage>询问产品或询问产品(手写)是必填</errorMessage>
|
</ValidationRule>
|