Filter for current user

I have Doctype I want show a web page which shows list of doctype records created by current user how I can achieve that?

1 Like

I’ve inspected how Shortcuts for tasks assigned to the current user work and I haven’t found a way to replicate this from the user interface.
image

If we look into the stats_filter column of the tabWorkspace Shortcut table we can see the structure is somewhat different for the built-in Shortcut vs my replica.
image

I’ve tried adjusting this value for my Shortcut in the database to match the built-in Shortcut and running

bench --site mysite clear-cache

And it started working.
Not sure if this is relevant to your challenge, but maybe someone else could find this useful.
We could really use a solution that could be used from the UI.

Hi, any one have a solution? I have the same problem.
Thanks!