Li Jun
2022-05-10 51fb56f3f5b0dc96d7f93a71f9b61263e303243f
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="UTF-8"?>
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>Input_result_before_VOC_answer</fullName>
    <active>true</active>
    <errorConditionFormula>AND(
 RecordTypeId =&quot;01210000000Qeky&quot;, 
 ISPICKVAL(Status__c,&quot;已回答&quot;),
 OR(
  VOC_follow_up_result__c = null,
  ISBLANK(text(VOC_solution_category__c)))
)</errorConditionFormula>
    <errorMessage>VOC回答之前,请填写「对应结果」,「对应结果分类」</errorMessage>
</ValidationRule>