I was making an application which has a form to be filled and all changes where going into the main object context and are saved when user presses the final save button.
Everything was working fine until we got a change requesting us to add a feature for remarks in a few screens, for which I added remarks as a string attribute in the respective entities.
Now if I make some changes in the screen and add a remark, click on the save
button for the remark, I should be able to save the remark irrespective of whether I save rest of the changes or not.
How should I proceed ?
You can just save it whether the rest property is set or not.