<?xml version="1.0" encoding="UTF-8"?>
|
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata">
|
<fullName>Required_Content</fullName>
|
<active>true</active>
|
<errorConditionFormula>Text(Status__c) = '申請中' && (
|
/* NTC/TTC */
|
(RecordTypeId = '01210000000Qeko' && (Isnull(Content__c) || Isblank(Content__c)))
|
)</errorConditionFormula>
|
<errorDisplayField>Content__c</errorDisplayField>
|
<errorMessage>内容必选</errorMessage>
|
</ValidationRule>
|