How do I use a User ID filter on a web page?

Hi,

First, I’m only a user in Dynamics NAV 2013 R2.

We are in the process of implementing time sheets and for that, I want the users the access an NAV web page (Page 951) and see their own time sheets on that list. However, when I open the page, I can see all other users time sheets.

The idea is that when User ID: “Linda” opens the web page, she can only see her own time sheets.

I tried setting a filter on the permission sets on “Owner User ID” as %me, but that isn’t dynamic and only captures my own user ID.

I tried building it into the URL, but can’t make that dynamic either:

xxxxxxx:8080/…/List.aspx

There probably is a better way to do this.

Best regards,

Jesper

As the NAV developer I am, I would make a copy of the page and set the userid filter directly in the OnOpenPage trigger.
Not even sure what you’re trying to do is possible ootb.