You are on page 1of 1

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.

You might also like