• User Module not available in SugarBPM / Process Definitions?

    Hi, im really shocked 'cause it seems, that the user module is not available in SugarBPM. My idea was: Sending a Mail to the user where a specific field value is set or changed. For example: If the user field is "active" an email will be send to…
  • Assign a record to a user from select/dropdown, using process definition

    Process Definition allows me to select a fixed/specific user or a user based on a role such as record owner, supervisor, etc. However, I want a select/dropdown menu of users and use that to assign a record. How can I achieve this?
  • Enable the title field for non-admin user in Sugar

    Dear community, I’ve noticed that in Sugar the title field of a useris readonly by default for non-admin user. I would like to enable if admin and non admin user. I’ve tried different modifications in custom/modules/Users/metadata/editviewdefs.php but…
  • 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…
  • Create an account by REST API without sending user assigned notification

    Hello There is something equivalent to the php version of $bean->save(false); to avoid user email notificacion by API REST Calls? Or some variable flag on the json of rest/v10/Accounts POST? Something like the last part of this fake json example { "id…
  • Set current logged in user name in Relate field

    I have a relate field which loads all records from Users module. I need to auto fill this field with current logged in user. How can I achieve this? Thanks in advance. My Sugar version is 7.9.3
  • How do you logout a user from the server in PHP?

    I want to create a customisation that logs users out after a certain time of inactivity since closing Sugar in their browser (e.g. log out at night). I need this separate from Oauth token lifetimes so that APIs and the Outlook Plugin can still be configured…