| | |
| | | <description>分单排除在外 |
| | | 手动关联OPD计划号,OPD计划来源为科室,询价,日报,事件。 |
| | | 检查OPD计划实施日小于等于10天才可创建申请</description> |
| | | <errorConditionFormula>(ISNEW() || ISCHANGED( OPDPlan__c) ) && Text(OPDPlan__r.OPDType__c)!='学会' && (OPDPlan__r.Rental_Apply_Flag__c>10 || OPDPlan__r.Rental_Apply_Flag__c<0) && ISBLANK(Old_Rental_Apply__c)&& !$User.Batch_User__c</errorConditionFormula> |
| | | <errorConditionFormula>(ISNEW() || ISCHANGED( OPDPlan__c) ) && Text(OPDPlan__r.OPDType__c)!='学会' && (OPDPlan__r.Rental_Apply_Flag__c>10 || OPDPlan__r.Rental_Apply_Flag__c<0) && ISBLANK(Old_Rental_Apply__c)&& !$User.Batch_User__c && !SupplementCreated__c</errorConditionFormula> |
| | | <errorDisplayField>OPDPlan__c</errorDisplayField> |
| | | <errorMessage>非学会的OPD计划实施日小于等于10天才可创建申请</errorMessage> |
| | | </ValidationRule> |