Steps to reproduce:
- Run the attached project.
- Open the "My Task" List View.
- Create a new
MyTask
object. - Enter any value in the "Subject" field.
- Make the "Subject" field's Property Editor lose focus. For example, click an empty area of the Detail View.
- The
Subject
property is the default property of theMyTask
class. Notice how its value change is reflected in the Detail View's title. - Modify the
Subject
property value again. - Click the "+" button of the "Assigned To" field's Lookup Property Editor.
Expected results:
The Subject
property value is changed and that change is reflected in the Detail View's title before the new object is created.
Current results:
The new object's Detail View is displayed, but the parent object's Subject
property value is not changed.