李彤
2022-05-30 115b1ebc6e433315a9835af24d4fe0f90343a3ca
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="UTF-8"?>
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>JF_Scope_Need_to_Select_from_Asset</fullName>
    <active>true</active>
    <errorConditionFormula>AND(
 RecordTypeId =&quot;01210000000Qeko&quot;,
 ISPICKVAL(NTC_TTC_Select__c,&quot;十二指肠镜CDS培训&quot;), 
 ISBLANK(Duodenum_scope_training__c))</errorConditionFormula>
    <errorDisplayField>Oncall_Equipment__c</errorDisplayField>
    <errorMessage>如果培训类型=十二指肠镜CDS培训的话,请在対象製品1里选择“十二肠镜镜子”</errorMessage>
</ValidationRule>