Security restrictions
SELECT * FROM securityrestrict ORDER BY objectname, attributename;
Custom objects and attributes
SELECT * FROM maxobject WHERE userdefined=1 ORDER by objectname; SELECT * FROM maxattribute WHERE userdefined=1 ORDER by objectname, attributename;
Custom code
For an accurate analysis of customized Java classes you can use the IBM Maximo Customization Detection Tool. When the customization detection tool is executed, it generates a report that will list all of the services, object, and attribute classes that have been extended for Maximo or Maximo industry solutions and add-on products.
You may also try another technique to compare two different Maximo instances as described in this post.
Good post!!!
ReplyDeleteVery useful for upgrade projects.
So when industry solutions like Utilities *T&D were applied to Maximo , will those additional attributes in existing OOB tables tagged as userdefined even though those are part of industry pack ?
ReplyDelete