Continuing the discussion from Closing a read-only document with editable transient field without a warning:
The warning relates to canceling out of a dirty form. The form is dirty because the user has interacted with controls which reference transient fields.
What’s the best way to proceed:
- Use a custom event?
- Customize the View?
- ..