| | |
| | | <ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata"> |
| | | <fullName>PdfInsDateCheck</fullName> |
| | | <active>true</active> |
| | | <errorConditionFormula>TEXT(Status__c) = 'PDF' && (ISNULL(Inspection_StartTime__c) || ISNULL(Inspection_EndTime__c))</errorConditionFormula> |
| | | <errorConditionFormula>TEXT(Status__c) = 'PDF' && (ISNULL(Inspection_StartTime__c) || ISNULL(Inspection_EndTime__c)) |
| | | && |
| | | $User.Username !='buli@deloitte.com.cn.stagefull'</errorConditionFormula> |
| | | <errorDisplayField>Inspection_Date__c</errorDisplayField> |
| | | <errorMessage>请完整输入检测日时</errorMessage> |
| | | </ValidationRule> |