Maximo List Archive

This is an archive of the Maximo Yahoo Community. The content of this pages may be a sometimes obsolete so please check post dates.
Thanks to the community owner Christopher Wanko for providing the content.



PM default frequency

From: Hanna, Christopher A CTR (2014-09-15 13:29)

Maximo 7.5
Out of the box, Maximo defaults the frequency on PMs to "Days". We have a requirement to remove the default value. I can't for the life of me figure out how this default is being set in order to clear it. It's not a default on the attribute. I tried clearing the class from the attribute just to see if it was being set in the native Java, but that didn't work either.
Anybody ever run into this?
Chris A Hanna, CTR
Application Programmer
Digital Management Inc.
US Coast Guard Operations Systems Center
christopher.a.hanna@uscg.mil
(304)433-3234


From: peter.males (2014-09-15 07:24)

Hi,
we're not on 7.5, but looked at this before & I seem to remember it was in the PMSet class at the record level, so you could extend this class to over-ride the Frequnit selection


From: Hanna, Christopher A CTR (2014-09-24 13:21)

Hi,
Do you happen to know what method you overrode in the PMSet class? I tried to override the add() method, but it's actually declared final so can't be overridden. I've also tried to override in init() method on a attribute level class for FREQUNIT, but it get set after that is called so clearing there doesn't work.
We actually put a PMR into IBM on this issue, and their response was that it was HARD CODED.
Funny, it always seems to be the simplest things that will trip you up in Maximo :)
-Chris H
-----Original Message-----
From: MAXIMO@yahoogroups.com [mailto:MAXIMO@yahoogroups.com]
Sent: Monday, September 15, 2014 10:25 AM
To: MAXIMO@yahoogroups.com
Subject: [MAXIMO List] Re: PM default frequency

Hi,
we're not on 7.5, but looked at this before & I seem to remember it was in the PMSet class at the record level, so you could extend this class to over-ride the Frequnit selection