You can find this only in database. Run the following SQL query:
and you will get objects's name.
Best regards,
Victor
Code Select
SELECT name FROM object_properties WHERE object_id=412
and you will get objects's name.
Best regards,
Victor
