Can’t update data in a row found by filtering data

Can’t update data in a row found by filtering data using a filter with one-row result in a lazily loaded screen

I was trying to

  1. Open alazily loaded screen with a lot of rows
  2. click on a filter icon.
  3. filter by one column with pasting a text that results to just one result row
  4. Switch the main screen section to a detail view
  5. Change something in any column
  6. Change press teb or focus (click) to another column

I was expecting the form gets updated without any problems.

Instead The UpdateObject call fails. The reason is that the current row isn’t in the session.

image

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