programming faqs interview questions tech technical educational freshers guide preparation interviews hr telephonic
try another color:
try another fontsize: 60% 70% 80% 90%
Programming FAQs

How to get current logged in user details in sugarcrm

Currently logged in user

Currently logged in user details store in global variable current_user.

global $current_user;

echo $current_user->id;
echo $current_user->user_name;