Hiding particular record from a particular user

Hi! We are developing Frappe for schools. I have doctype Levels, and has Levels 1,2,3,4,5,6. Also we have what we call Coordinators, Coordinator A manages Level 1,2,3, and Coordinator B manages Level 4,5,6. How can we hide levels 4,5,6 in Levels List from Coordinator A, and hide levels 1,2,3 from Coordinator B?

Additional Info, Levels 1,2,3,4,5,6 was Created by Level Manager. So Coordinator A and Coordinator B does not own Levels 1,2,3,4,5,6

Hi @johnskywalker ! You can use User Permission Manager for this use case. You can set user permission per role and per doctype. Please see below:

Also, make sure to uncheck “ignore user permission” for link fields you have restricted in the field setting in other doctypes.

Hope this helps. Thanks!

2 Likes