Why would we be getting a ...failed for security reason?

0
The Error Message displayed: Changing member name of object type Module.Agent[An Entity that inherits from Administration.Account] failed for security reasons We have a data grid displaying a Note entity, that has one column showing the 'Note_Agent/Agent/Name' attribute. The Name attribute is inherited from the Administration.Account which in turn inherits from the System.User entity. When attempting to save a New Note, the error message is received intermittently. Could the reference to 'Note_Agent/Agent/Name' attribute in the data grid be the reason why we are receiving this error message?
asked
1 answers
2

When attempting to save a New Note, the error message is received intermittently.

You probably didn't give Write rights to the proper user. Go to Security > select proper module > 'Entity access' tab > double click on the entity and then select Read, Write (bottom right).

Now when you save something, the error message should not show, since the user should have writing rights.

answered