Same Permission level different item fields to view

I have two fields in my item document. Let’s call them Field1 and Field2.

I want my accounts user to see Field1 but not Field2 whereas for my production user I want him to see Field2 and not Field1.

I know about role-based permissions and what I am able to achieve is that Production is not able to see Field1 but accounts the user is able to see both Field1 and Field2.

Any help is highly appreciated.

Check Perm Level to address this:

https://docs.erpnext.com/docs/user/manual/en/setting-up/articles/managing-perm-level

1 Like

I thought per level follows a hierarchy this solved my issue.

Thanks @kennethsequeira