How to display different records for the same doctype based on the logged user?

How to display different list of records for the same doctype based on the logged user in frappe?

@Sintayehu_shibeshi Try user permission doctype it will filter the record with logged in user.

Trying using the Modify List Query Hook .

2 Likes