ERPNext permission levels

I have a custom doctype where there are about 5 fields. Could someone guide me following permission levels.

  • User A can add/edit all the fields in the form
  • User B can only update ‘field 10’ of the form and other fields must be readonly or not visible to that user.

Could someone guide me how to do this?

Please try setting perm levels as explained in this article -

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

1 Like