Retrieve business data's parent object in UI Designer?

1
0
-1

Hello,

How can I access a model's foreign key reference to its parent? I want to display the attributes of a model's parent in a form. I am loading the business object by querying for its persistence ID from a URL parameter. This business object loads fine, but it's parent object does not load, even though I enabled eager loading. In theory, I could load the parent object by accessing the child object's foreign key reference, but it does not load and cannot be accessed, despite the fact that it is being saved properly and I can see the reference key in the data browser.

How can I access a model's foreign key reference to its parent in the UI Designer?

Best

2 answers

1
0
-1
This one is the BEST answer!

Notifications