• How to Collect data User Login and Logout Details In sugar crm ?

    Hi Dear Team & Developers, How We Can Create or Get By Default Sugar crm Users Login And logout Details. I want to create report or want to see log for each SugarCRM users login Details. Please suggest me if any idea. Thanks
  • Using App.api.buildURL with filters to return results from another module

    Hi all, Im having a problem returning a record back from our custom countries module when we change a dropdown field in our accounts record. Ive added a function to records.js to handle detecting the change and passing the value to a function. I…
  • Download a note attachment from API

    Hi all I have a webpage that displays my sugar cases to the end user. this pae also lists notes and not attachments for the user to download. However I am having issues with getting sugar to download the file. when the download link is click it…
  • Invalid_grant error happening occasionally for a given access token

    Hello Everyone, For one user we've seen that the access token was sometimes returning a invalid_grant, but ahead and later requests with exactly the same token did succeed. This happened on sugarondemand.com hosted instance. Below I include response…
  • Search filter in sugar url / link

    Hi, I have a webform pre-populate with a phone number. All i need to open a sugar contact module detail / list view that match this phone number. So i need to generate a link that filter my contact module with this phone number. I know old version support…
  • want to insert into another module's Table.

    Hi Team, I have added a custom button on custom entity next to SAVE and CANCEL. On the click of custom button i want to pick some value from the FORM and want to insert into another module's Table. What is right way to achieve it. Thanks in advance. Regards…
  • Extending the moduleapi endpoint does not work

    if you put this in custom/clients/base/api/CustomModuleApi.php <?php if(!defined('sugarEntry') || !sugarEntry) die('Not A Valid Entry Point'); require_once("clients/base/api/ModuleApi.php"); class CustomModuleApi extends ModuleApi { public function registerApiRest…
  • Custom API error message

    Hello to everybody, We need to control that some fields of type text only has numeric values (not ask why...) at both UI and API request level so when a regular user creates/edit a record and save it a popup tell them that they enter non numeric values…
  • API REST language

    I am trying to get the labels in Spanish in API REST: url = " https:// " + sugar_instance + "/rest/v11_5/Contacts" I have seen that I have to use "/lang/ es_ES" but I am not able to make it work. (error 404 ) how do I have to use this? Thanks a lot.
  • mulesoft To SugarCRM Mass UPdate Via rest call

    rquirement is i have to send bulk update for ContractIDS [UID] with status. each contractId status is different, we are getting these contract ids from mulesoft with status and that we have to send as massupdate [bulk] below is the endpoin and body i…
  • How to control access on dashlets

    Hi, for a specific use case we would like to be able to control the access to dashlets. Currently , as far as I know, there is no way of configuring this. So any user can select the dashlet and we need to implement logic in de controller of that dashlet…
  • Report section not working after extending sugar endpoint ReportsExportApi

    Report section not working after extending sugar endpoint ReportsExportApi. Mike Russell Getting error => Export Type Does Not Exists My code is, require_once ( 'modules/Reports/Exporters/ReportExporter.php' ) ; require_once ( 'modules/Reports/templates…
  • Run a php script on a field in each record

    Hey all, I need to hash a field in my custome module but need sugar to hash the field in every record and save the hash over the original value My php script to hash public function obfuscate ( $action , $string ) { $output = false ; $encrypt_method …
  • Filter records by created email address

    Looking for filter option on any module by created user's email address. As of now, i am able to filter by created user's id(system generated) and user's name. Thanks in advance
  • How to remove append contact multi email Save.

    How to remove or restrict multiple email insert in contact create . or I want to make Normal email field contact module. save only single email remove multi email save features or plus button. Thanks Mack
  • Create/Update multiple contacts/users via REST API for a meeting

    I am trying to add contacts/users to a created meeting as follows POST call to https://demo.sugarcrm.com/rest/v11/Meetings/ <record_id>/link/ body { "link_name": "contacts", "ids": [{"id": "<id of contact>", "accept_status_meetings": "accepted"}, {"id…
  • How to remove/disable by permanently sidebar pane (right side Dashboard) in Sugarcrm 9.1 from list view and Record View to all Module

    How to remove/disable by permanently sidebar pane (right side Dashboard) in Sugarcrm 9.1 from list view and Record View to all Module. sugar10. sugarcrm 9.1 developer preview developer
  • How To Remove List View Edit Button Based On Condition..?

    Hi All, How to remove list View Edit Button Based On Condition..? sugarcrm expert sugar developers
  • Additional fields with GET:/globalsearch

    Hi all Im trying to customise the results returned with i run a globalsearch on the KBContents my test query in postman is {{localURL}} globalsearch?q=how%20do&module_list=KBContents&max_num=10&offset=10 this returns records and an example record below…
  • How We can display drop down database value to Lable value.?

    How we can display drop down database value to Lable value. Ex. db value -1(db) - New(Label) 2 (db) - In progress (Label) 3 (db) - Working (Label) 4 (db) - Close (Label) 5 (db) - Pending (Label) i want to display new
  • I have a problem with a chart in a dashlet

    I'm trying to do a custom dash-let with a chart, I installed the package and when I add it to the dashlet in a Dashboard before it was saved in preview the charts looks great but when I save it, it doesn't work anymore and it shows this error after I…