Determining object based on Mendix ID

0
I get this error in the error logging. Deleting object 7599824371192518 by user * failed for security reasons. Is there anyway how I can determine of which type this object is? Is there a way to 'decode' the ID so I can check the access rules of that object...
asked
1 answers
4

Better yet, we improved the logging here last november, the user still doesn't know which object type it is but in the server log the object type will be logged. I recommend updating to Mendix 4.4.0 which is being released as we speak.

It IS possible however, you can read how in https://forum.mendix.com/questions/4441/Insert%20records%20in%20database%20using%20SQL

answered