Show only DocTypes created by user in quick list

Pretty much the title, how do I reference “current user” in quick list filters?

Hi:

Try this. From awesome bar, navigate to Workspace List. Edit your workspace, and search on tab “Quick List”. Edit your list, and set quick list filter as:

{"owner":["=",frappe.session.user]}

Hope this helps.

1 Like

What if I want to fetch the data for the filter from some DocType?