User full name in client script

How do I get user full name in client custom script.

I have tried with frappe.user.first_name but it’s return undefined.

2 Likes

Hi,

try frappe.user_info().fullname it will give you the current session user’s full name

Thanks, Makarand

2 Likes

How can we get the Assigned user’s full name? :slight_smile: