Hello
I have a mapped superclass entity “Person” which extends the StandardEntity class which has the following attributes: firstName, middleName, LastName.
I also have another entity “Employee” which extends the above superclass and has other attributes such as gender,date of birth etc…
Now when i create an employee record in the UI for the first time, the mapped superclass attributes(firstName,middleName,lastName) get saved and commited.
But when i try to edit ONLY the mapped superclass attributes of that same record, the changes do not get saved.
But when i try to edit the mapped superclass attributes along with any attribute from the employee class, then the changes do get saved.
No errors gets displayed whatsover in both cases.
I have attached the code to the Person superclass, employee entity, view details as well as browser and editor screen xml for the employee entity.
Thanks in advance for the help.Attachment.zip (4.9 KB)