• Show *all* meetings on contact record page: direct or indirect

    Hello Sugar lovers, 3 of our B2B customers have recently asked for a particular improvement in the way meetings are managed: they need more visibility on meetings per accounts . They need to see all meetings and also report on them: counts per months…
  • Relate field visible in studio not found in database

    Hi all! Where can I find relate fields in the database? In studio we have a custom relate field on account named merged_into_c, which contains a link to another account. I want select the accounts which were merged into another account, but the…
  • Create Custom Filter to Cases

    Hi Everyone! I need to create a custom filter module for cases. The "cases" module has a relationship with the "accounts" module, so the custom filter should show in my "cases" list view, only the records that its relationship with "accounts" its…
  • 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…
  • Custom module logic hook to create Opportunity fails to link Account

    I have a custom module (Named QTES_Quotes) that needs to create an Opportunity record, transfer the field values and relationships, and save the record. I've gotten everything to work except for adding the stock relationship to the Accounts module (renamed…
  • 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).…