I have a page where the user must select some rows.
It's ok on web client, but not on Tablet, because the user can't select multiple rows on a list on Tablet (https://docs.microsoft.com/en-us/dynamics-nav/differences-and-limitations-when-developing-pages-for-the-microsoft-dynamics-nav-universal-app)
To bypass this limitation, i think of adding (in table) a column 'Selected', display it on the page, and filter by this column in my action.
So i have 2 questions :
- is there another (better) solution ? ...
- how i known that the user is on tablet ( to make the column 'Visible' on the page, and to filter by this column on the action)
*This post is locked for comments