Editing Fields (not creating custom fields)

Hoping someone can help. Can someone tell me where to find where the ‘Full Name’ field gets its data from and how to edit it?

Thanks

Please specify which particular doctype you are referring to (User or Employee or …)

In some doctypes, client or server script “compute” the full name concatenating first and last name.

I found where to make the adjustments for employee using command line. It was located in ~/frappe-bench/apps/erpnext/erpnext/hr/doctype/employee/employee.py. But I can’t find where the user doctype master is located.

User is a core doctype, you can found it under frappe , is not an erpnext doctype

frappe/core/doctype/user

Hope this helps!

That’s it! Thanks a bunch!!

1 Like