Hi @makarand_b
This solution returns the value “You” instead of the actual name of the user!
Kind regards,
Hi @makarand_b
This solution returns the value “You” instead of the actual name of the user!
Kind regards,
For fetching logged in user’s ID, try
frappe.session.user
Hi @jaichavan
This works fine for user ID though I was also hoping to get the actual Full Name
Thanks a lot
For seeking Full Name, try:
frappe.session.user_fullname
Works for me: