cancel
Showing results for 
Search instead for 
Did you mean: 

Increasing year range in records managment

rvdlinde
Champ in-the-making
Champ in-the-making
The year range for the records management for items like vital records or cut off has a maximum year in the pull down of 2011.  How do you increase the date range.

Thanks,

Rich
2 REPLIES 2

lboc
Champ in-the-making
Champ in-the-making
Hi, any news on this?

vitorleite
Champ in-the-making
Champ in-the-making
Friends,

The configuration file for this parameter is / var/lib/tomcat5/webapps/root/web-inf/faces-config-beans.xml

TAG
   <managed-bean>
      <description>
         Bean that generates a date picker component
      </description>
      <managed-bean-name>DatePickerGenerator</managed-bean-name>
      <managed-bean-class>org.alfresco.web.bean.generator.DatePickerGenerator</managed-bean-class>
      <managed-bean-scope>request</managed-bean-scope>
      <managed-property>
         <property-name>startYear</property-name>
         <value>2039</value>
      </managed-property>
      <managed-property>
         <property-name>yearCount</property-name>
         <value>60</value>
      </managed-property>
      <managed-property>
         <property-name>initialiseIfNull</property-name>
         <value>false</value>
      </managed-property>
   </managed-bean>
Getting started

Tags


Find what you came for

We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.