Jeremy wrote:
Frans, I understand how and why I should set the IsChanged flag for each entity field before saving, but why do I need ForcedCurrentValueWrite?
Thanks,
Jeremy
Because that method writes the value, no matter what. I forgot to add, you can also use the CurrentValue property of the field object, and use that. It will write the value as well and set the IsChanged flag for you as well
(which should be even easier)