Loaded data rewritten by another MasterRecord call on a lazily loaded screen

I open a lazily loaded screen through a deep link in an iframe. The rowId parameter is correctly referenced in the GetMenuId, InitUI and MasterRecord calls as well as the subsequent GetData calls. However after the whole screen is loaded the MasterRecord is called again, this time without RowId. As a result the screen shows 0 records.

The problem turned out to be a modelling issue

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

Deeplink should behave like a ctrl+click from a combobox. That means that it should switch to Record Edit mode (non lazy loaded) when opening a lazily loaded screen. The InitUI request should state that it is so (IsSingleRecordEdit = true) and the backend will manage.