I have tried all these given below :
frappe.get_fullname
frappe.full_name
frappe.user_fullname
but not working a single one although is given in official document
I have tried all these given below :
frappe.get_fullname
frappe.full_name
frappe.user_fullname
but not working a single one although is given in official document
you will get a username using this frappe.session.user_fullname
for me āuser_fullnameā worked. Placed this in ādefaultā property of a field.
In V13 you can use āfrappe.get_user().doc.full_nameā.
frappe.get_user().doc delivers the entire record of the current user.
where to implement this?
Try using frappe.utils.get_fullname().
Iām using frappe version 14.76.2.