List Maximo Customizations

2
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; For an accurate analysis of customized Java classes you can use the IBM Maximo Customization Detection Tool.

Transcript of List Maximo Customizations

7/23/2019 List Maximo Customizations

http://slidepdf.com/reader/full/list-maximo-customizations 1/1

Security restrictions:

SELECT * FROM securityrestrictORDER BY objectname, attributename;

 _________________________ 

Custom objects and attributes:

SELECT * FROM maxobjectWHERE userdefined=1ORDER by objectname;

SELECT * FROM maxattributeWHERE userdefined=1ORDER by objectname, attributename;

For an accurate analysis of customized Java classes you can use theIBM Maximo Customization Detection Tool.