Sorry Jaymer If I wans't clear..
As PointsWell pointed out is correct:
Issue has one single ApprovalSheet
ApprovalSheet object has a list of one or more Approvals (owners of)
In the form of Issue, I want to show the Approvalsheet form (using the widget form).
While other (single value, e.g. text, dropdown) fields of ApprovalSheet are visible in the form widget inside Issue form, the grid widget with the list of Approvals does not appear. It does not appear even in the preview in the configuration tool.
I imagined this would be a limit of the widget, I just wanted to have a confirmation, so I would pursuit another way.
In general, my concern is that I would like to "embed" the Approval sheet with the same form in many other Business Object's forms.
I could simply add the list of Apporvals direclty in the Issue BO, but I cannot find a simple way to create a standard form that is always the same (same buttons, same stile, etc.. being quite complex, lots of button+processes), and that means I have to recreated every time in each BO form from zero...
Maybe you guys have a better approach to reccomend..
Thanks in advance.
Sergio
PointsWell wrote
If I understand correctly you have
Issue has one ApprovalSheet (Issue.psApprovalSheet)
ApprovalSheet has one or more Approvals (ApprovalSheet.pmApprovals)
The use of Form as a display option for peer single or owns relationships is limited (for example you can't nest Form into Form into Form) it may be that you've hit another limitation of only being able to show the attributes of the immediately referenced BO and not the relationships.
Without knowing your business logic or your application architecture it may be better to merge the ApprovalSheet BO into the Issues BO to achieve what you are looking for