I have the following structure of objects in the app:
- QuestionResult (has a relation to Answer, 1:1)
- Answer
Answer table has the following permissions:
http://support.backendless.com/public/attachments/d2557734a5eb3f3d95cc5612bfbed5dd.png</img>
In my app I change a property of on object for internal reasons. However, when I save QuestionResult to the database, the save operation also updates related Answer object.
This shouldn’t happen since I disabled Update operation in Permission tab.