| | |
| | | ((OPDPlan_ImplementDate__c - TODAY() > 60) || |
| | | (OPDPlan_ImplementDate__c - TODAY() < 1)) && |
| | | $User.ProfileId <>'00e10000000Y3o5'&& |
| | | ISBLANK(OriginalOpdPlanRental__c) && SkipValidationRulesAndWorkflows__c != true</errorConditionFormula> |
| | | ISBLANK(OriginalOpdPlanRental__c)&& SkipValidationRulesAndWorkflows__c != true</errorConditionFormula> |
| | | <errorDisplayField>OPDPlan_ImplementDate__c</errorDisplayField> |
| | | <errorMessage>计划实施日期只能在60天以内。</errorMessage> |
| | | </ValidationRule> |