OPDDateCheck
true
Text(OPDType__c)!= '学会' &&
(isNew()|| ISCHANGED(OPDPlan_ImplementDate__c )) &&
((OPDPlan_ImplementDate__c - TODAY() > 60) ||
(OPDPlan_ImplementDate__c - TODAY() < 1)) &&
$User.ProfileId <>'00e10000000Y3o5'&&
ISBLANK(OriginalOpdPlanRental__c) && SkipValidationRulesAndWorkflows__c != true
OPDPlan_ImplementDate__c
计划实施日期只能在60天以内。