• Creating new cases from emails

    Hello! Just started on Sugar development. Im trying to develop a solution so that any time an email is received I can create a case based on the body and subject. I have managed to create cases from the API and with the inbound email tool in the console…
  • 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…
  • Checkbox "Copy billing address to shipping address" not ticked when creating a record through API

    This checkbox is always ticked by default when creating a new account record manually in SugarCRM, but never when creating a record through the REST API. I've searched around and experimented and it seems like it is not even a Sugar field, even though…
  • SugarCRM 7.7.0.0 recordList for modules API

    I am calling this API http://{site_url}/SugarPro/rest/v10/Accounts I need to sort accounts in ascending order with respect to their distance from current logged in user (I will calculate distance using address of logged in user and specific account).…