FR: "My invalid objects"

For switching to "my invalid objects," there could be a preference of "Determine if any objects exist in each category"

That way, when switching to "my invalid objects," it would pre-load if there were any items in each group. (Result: Show or hide the + next to each object_type folder.)

This would greatly speed up the main activity that is done from that view, namely, making sure everything is valid.

Right now, the "My invlid objects" view is only useful after I've manually run a

select distinct object_type from user_objects where status ='VALID';
 
We have an existing enhancement request to hide folders that do not have any objects. This would be useful in this case as well. Note that you can also use the "Compile Invalid Objects" tool.
 
Back
Top