Task: when user updates an item, change synchronously another hidden field of this item. Problem: save conflict occurs AFTER update is called (not on this line).
- I subscribe on EventReceiver's
ItemUpdatingmethod - I use SystemUpdate instead of Update.
- EventFiring is off
- AllowUnsafeUpdates is true
But I still get the same error. What is wrong with this code?...
public void SyncTextFields() { _listItem["Investigation_Exporter_Text"] = Exporter; _listItem.SystemUpdate(); }