i have a doctype which have seven columns in the list. Full Name, Nationality, Phone Number etc. Users of this portal is from two departments. both of them are using the same List. but, they need to see different columns. is it achievable using any method. i’ve tried changing settings. tried client side scripts and all. other topics related to this only help hiding the name column. i want to hide other columns based on logged user’s role
1 Like
You can use field level permissions for this:
https://docs.frappe.io/erpnext/user/manual/en/changing-the-properties-of-a-field-based-on-role
1 Like