Some of you may have seen the dialog message, “Actual Dates May Not Be In The Future”, when you try to enter labor hours that are considered future dates. This is the default functionality of Maximo, but there is a way to disable it if you want to. To disable this, open a connection to your database and enter this command:
update maxvars set varvalue = 1 where varname = ‘SUPPRESSACTCHECK’;
You will have to restart the application server for the changes to take affect. Also note that won’t prevent future dates to be entered into Maximo. [IBM Support]








