Features Request

Feature 1 in Frappe user model
chck box Self permissions
for asign to to miltiple user self permission
or setup permission to as per user per mission made chacke box
or Permission master for users wich wil setup to assign specific permission and apply to all users

Add branch opton in user

if a user have admin access but related to specific branch it will perform rol for this branch

If I understand correctly, you’re looking to restrict users to access only specific branch details across various doctypes. Frappe supports this with its built-in User Permission feature.

First, create a DocType for Branch. Then, each relevant DocType (like Ticket, in this example) should include a Branch Link field, as shown below.

Afterward, set User Permissions to restrict this user to the designated branch. This way, the user will only be able to view records related to that branch.

1 Like

TW im using this way Thanks
but thier a headec if i have nore then 1000 user i have to apply all permissions one bye one

so i think permission profile apply to role and users select users and apply permissions profile
i f i have to to ristrcted to specific workflow states for 1000 uers and i want to ristrct to 5 status
i have to set this permission 5000 time
there is some back draw in security and permissions (as my understanding )

because im facing to hide all other users to each other
and they cannot see each other if user have restriction to own user id
but it is appearing in comment all other user wich we limited through user per missions