| | |
| | | <description>分单排除在外 |
| | | 手动关联OPD计划号,OPD计划来源为学会 |
| | | 检查OPD计划实施日必须在7天(含)以上才可以</description> |
| | | <errorConditionFormula>(ISNEW() || ISCHANGED( OPDPlan__c) ) && Text(OPDPlan__r.OPDType__c)=='学会' && OPDPlan__r.Campaign__c !=null && OPDPlan__r.Rental_Apply_Flag__c< 7 && ISBLANK(Old_Rental_Apply__c)</errorConditionFormula> |
| | | <errorConditionFormula>(ISNEW() || ISCHANGED( OPDPlan__c) ) && Text(OPDPlan__r.OPDType__c)=='学会' && OPDPlan__r.Campaign__c !=null && OPDPlan__r.Rental_Apply_Flag__c< 7 && ISBLANK(Old_Rental_Apply__c) && !SupplementCreated__c && |
| | | $User.ProfileId <>'00e10000000Y3o5'</errorConditionFormula> |
| | | <errorDisplayField>OPDPlan__c</errorDisplayField> |
| | | <errorMessage>学会的OPD计划实施日在7天(含)以上才可以创建申请</errorMessage> |
| | | </ValidationRule> |