Finding an object from its ID (like object 55169095435288577)

1
I'm trying to delete a super object, but there is another object in it's way: Deleting object 55169095435288577 by user AppAdmin failed for security reasons. This will be due to the fact that AppAdmin does not have sufficient rights on this object. But how discover which object this is? If you have hundreds of objects, this gets really difficult. Any ideas?
asked
1 answers
3

You're right, this is hard at the moment. I saw there was a ticket on this already and I will fix this in 4.3.0 for you. For now you could have a look at client/server communication to see which objects start with id 551690...(etc)

(The fix will be that it shows the object type in the server log btw)

answered