Sort List Page

Ive tryed to change order on list page, but if I change sorting when the page is open always focus of page is on lowest number of registers shown on page.

How can we chage this?

Hello,

I think this article fits your needs.
community.dynamics.com/…/how-to-set-change-the-default-sorting-order-of-a-page-in-microsoft-dynamics-nav

best regards,

Have you tried using DataItemTableView property. It will fix the sorting order on a particular key as required by the user.

You can try with changing the ‘SourceTableView’ property of the List page. There you can set the Key as well as the Order (Ascending or Descending) in which the data to be shown on the page.