Getting error message Deleting object failed for security reasons

4
Hi All,   I am using NItra aplication , after bulk import, recieved batch number, now want to delete the same batch from GUI. while delting it give me error message " Deleting object failed for security reasons".  In Nitra code, not mention such error code. Could you suggest, how i can resolve it.  
asked
2 answers
9

If user is allowed to delete a record, but still getting this message; take a look at the associated entities. When delete behavior is configured and referenced records will be deleted as well, if user is not allowed to delete these, then same error occurs.

answered
2

This is just a generic Mendix message.

Normally due to incorrect entity access security settings in your Domain Model. Does your user with his module roles have delete rights on the entity you are trying to delete?

answered