GetAggregations is called too early

GetAggregations is called before or simultaneously with MasterRecord. It fails because master record id is not yet set, it invokes DestroyUI, DestroyUI disposes SessionStore and MasterRecord then fails, because the SessionStore is disposed.

The issue is cause by specific model of the screen - it uses multiple root entities and thus confuses the engine. The engine is not capable of handling it in 2021.1.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.