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…
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…
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…
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…
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…
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…
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…
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).…