Hi,
please have a look at the attached example and do the following steps:
- start the application
- navigate to "Bo Without Non Persistent Property"
- execute the NewAction for this bo type
- within the DetailView enter a name and execute "SaveAndClose" Action
- execute the NewAction for this bo type again
- within the DetailView enter a name and execute "SaveAndClose" Action
- "Error: The object you are trying to save was changed by another user … BoWithNonPersistentProperty …"
There is a controller which modifies only nonpersistent properties in this solution. But it seems that this modification is the reason for the exception. But this exception shouldn't be raised because I set the NonPersistentChangesEnabled Property to false. (like described here)
Thanks, Matthias