Hi Ajitha,
I assume that in your Domain Model, you have an Entity called Parent that is associated with the Child.
Parent * -----> 1 Child.
If you want to create a newParent Object, the widget should be on the Parent_NewEdit page
If you need to update the phone number of an existing parent, you need a selector first to edit the Parent Object.
Go Make It