Please refer the diagram attached for ease of clarity. I have entity named “Cases”. This entity has 1 to 1 composition relationship with entity "CaseDetail"s and “AwardPublicationDetails”.
As Cuba platform does not support 1 to 1 composition, I have used 1 to 1 association for the above entities.
I am having problems in creating entity “Cases” editor screen. I would like to create the UI for 1 to 1 association which would be similar to 1 to many composition created by Cuba Studio.
It should not allow to create more than one row (object) of CaseDetail and AwardPublicationDetails
Here we have Customer entity and CustomerDetails entity which is a one-to-one association with Customer. Basically, all the code is around actions of the PickerField component which displays CustomerDetails in the Customer editor: