• How to get only selective information in profile API

    We are using https://<sugar_instance> * ramaraj.karuppusamy to get the current user profile. But it returns complete info of the user which includes preferences, modules, acl, etc . Is there a way we can get only selective information(We should be able…
  • How do can I get a field from the current user in an entry point?

    Greetings, I added a custom field to the Users and through research I found out that I can get that field by using something like: <?php global $current_user ; $fieldData = $current_user - > my_field_c ; I tested this out on my local instance and it worked…