Unfetched attributes from related entities

Hello
I have problems with unfetched attributes in some screens while working with new entities.
There is no problem with the views, all the attributes needed are correctly declared.
The problem is that atributes from related entities (in nested datasources) are not avaiable until the main entity is saved (like “ok” in the editor screen)
Is there any way to “fetch” or force loading the attributes of a related entity when it has just been selected?

Thanks,

Hi,

can you describe what you mean by “force loading the attributes of a related entity when it has just been selected”? Do you mean when the entity is selected in the browser and loaded in the editor?

Can you share a simple example that shows the problem?

Bye
Mario

Thank you Mario
I was preparing you a sample when I discover my mistake.
Those related entities where selected from specific datasources on the “_minimal” view. So to have combo boxes as selectors. When the data was loaded by the screen everything went fine, in a new record or when related entities where selected anew from the combos i got the error.
It’s all well now, thanks again