Hi Gurus,
I've got a requirement to add standard fields from another component (BP_DATA) to BP_HEAD so that when a user creates a BP they can add and create the BPs ID details (ID Number and ID Type) at as well.
So the Biographic/ General Information has to be like below:

Here are the steps that I've taken to add these fields in the AccountDetails view:
1. Added a model context node (BuilIdNumber)
2. Added the ID Type and ID Number to the UI
3. Created the getters and setters for the new fields
So here's my problem. When a new BP is created, the user will enter all the details and then press enter. But on "Enter", the ID Type and ID Number information are cleared out.
So basically, on every round trip, the fields get cleared. However, you can change ID Type and ID Number values for an existing BP without any problems.
Are ideas on what I might have missed?
Thank you.
Regards,
Brian