ServiceStartDateCheck true 开班日期不能选择当前及之前的日期 $Profile.Name != '系统管理员' && $User.Id != ServiceDesignDep__c && RecordType.DeveloperName = 'ServiceEngineerTraining' &&( ISBLANK(StartDate__c) || ( StartDate__c <= Today() && (ISNew() || ISCHANGED(StartDate__c)) && Text(Status) = '草案中')) 开班日期不得早于今天!