<?xml version="1.0" encoding="UTF-8"?>
|
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata">
|
<fullName>Purpose</fullName>
|
<active>true</active>
|
<description>其他实际目的</description>
|
<errorConditionFormula>(RecordTypeId = '01210000000NPDz') && ISPICKVAL(Appeal_Point1__c,'其他(其他时手写)') && ISBLANK( Purpose__c)</errorConditionFormula>
|
<errorDisplayField>Purpose__c</errorDisplayField>
|
<errorMessage>实际目的选择其他时需要手写</errorMessage>
|
</ValidationRule>
|