| | |
| | | <?xml version="1.0" encoding="UTF-8"?> |
| | | <ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata"> |
| | | <fullName>PdfRPCheck</fullName> |
| | | <active>true</active> |
| | | <errorConditionFormula>TEXT(Status__c) = 'PDF' && ISBLANK(Responsible_Person_F__c)</errorConditionFormula> |
| | | <active>false</active> |
| | | <errorConditionFormula>TEXT(Status__c) = 'PDF' && ISBLANK(Responsible_Person__c)</errorConditionFormula> |
| | | <errorDisplayField>Responsible_Person__c</errorDisplayField> |
| | | <errorMessage>请填写院方负责人</errorMessage> |
| | | </ValidationRule> |