yangjieke
2022-03-22 3d655e80eec6c770dce06f3d9cf04fffe607f644
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>Required_VOC_solution_category</fullName>
    <active>true</active>
    <errorConditionFormula>Text(Status__c) = &apos;完毕&apos; &amp;&amp; (
/* VOC */
(RecordTypeId = &apos;01210000000Qeky&apos; &amp;&amp; Isblank(Text(VOC_solution_category__c)))
)</errorConditionFormula>
    <errorDisplayField>VOC_solution_category__c</errorDisplayField>
    <errorMessage>对应结果分类必填</errorMessage>
</ValidationRule>