Good day all,
There is a department in the employee section. But how can I add a department in the User section? It is meant for authorization includes.Include I want to authorize departments.
Thanks in advance.
Good day all,
There is a department in the employee section. But how can I add a department in the User section? It is meant for authorization includes.Include I want to authorize departments.
Thanks in advance.
In which user section you are saying??
on User form, you want Department or on Employee form.
Share screen-shot
/desk#Form/User/New%20User%201
I’m saying about this page. The department cannot be selected while the user is registering. Unable to process user table
Do you want to create Department field in the User’s Profile? If yes, add a custom link field. To know how to add custom fields, refer the following link:
https://erpnext.com/docs/user/manual/en/customize-erpnext/articles/creating-custom-link-field
1.Go to Customise form
2.Enter Form Type= User
3.Add ‘Department’ field wherever you want
4.your Label name = Department
5.Type=Link
6.Options=‘Department’
7.Update form
8.then check you can see ‘Department’ field on User form.
Hi,
Can you do this through ‘DocType’?