| | |
| | | <ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata"> |
| | | <fullName>Required_Date</fullName> |
| | | <active>true</active> |
| | | <errorConditionFormula>Text(Status__c) = '申請中' && Isnull(Date__c)</errorConditionFormula> |
| | | <errorConditionFormula>Text(Status__c) = '申請中' && Isnull(Date__c) && |
| | | ( |
| | | RecordTypeId != '01210000000RkuM' && |
| | | RecordTypeId != '01210000000RkuR' && |
| | | RecordTypeId != '01210000000Qekj')</errorConditionFormula> |
| | | <errorDisplayField>Date__c</errorDisplayField> |
| | | <errorMessage>日期必填</errorMessage> |
| | | </ValidationRule> |