• For API customization in SugarCRM

    Dear All, I want to customized Some input received in Sugar by Default API . How can I customized if ? And Also share the path of default API in SugarCRM used. For Example :- I have share a case crate API with portal user and I received regularly in…
  • 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
  • Populate Cases Module dropdown with API call

    Dear All, I am a developer totally new to sugar crm, so apologies if this doesn't make sense. I have a cases module with dropdown fields added to a panel. I want to fill these fields by reading from an external rest api get endpoint during data entry…
  • How is a POST API created and called?

    8345.HelloWorldAPIv2.zip I have attached a functioning GET and POST API, but I don't know how to view the json arguments sent to the API. Example:the 'value': 'something to test' string. How do I get to that value in the API?. app . api . call…
  • How to display Show More records in custom Subpanel

    Hi All, I have one custom subpanel in contacts module. All the record values for that subpanel are coming from other services using REST API's and also we are not saving those records in DB as well. I have overridden the filterRelated function in clients…
  • Sending Info to a specific endpoint

    Is there a way to send a notification after an event has been trigger to a specific endpoint?(other than mail) Basically like an auto-reply when someone creates a ticket/case but instead of receiving a notification notification by mail, send the notification…
  • web portal stuck in loading

    recently i've made a development instance copying the production instance and changing the URL and certificate, everything works fine and i can visualize all the admin portal from the browser, but whenever i tried to enter from the customer portal ,it…
  • Couldn't connect to host, Elasticsearch down

    Whenever we send a request to post a new case through the sugar API's, we get the same response even though the case is being posted/received on the server . Any ideas why this is happening? Path: https://{sugarURL}/rest/v11/Cases Response: status:500…
  • Authorization Grant Types

    Hello, we're integrating Sugar CRM with our product to import and push data, we're planning on using the REST API. My question is that the authentication flow requires us to get the username and password from the user into our client(Password grant type…
  • 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…
  • 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 …
  • Which CMS is best for using with SugarCRM?

    Hello! Does anybody here gave good experience with a CMS-System to connect with SugarCRM? Is there a CMS-System which is better to connect with? Maybe someone can share his experience with it. We want to transfer data from the CMS-System to SugarCRM which…
  • 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
  • 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
  • How to Use REST API ? and what are the Endpoints for Sugarcrm for Enterprise edition ? for User Management

    I am looking for API which will handle User Management endpoints. example - Create User, Delete userr, assign roles to the user etc. please suggest. thanks in advance !
  • 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…
  • Has anyone made it so that you can search by the TO address in emails?

    I just want to search by the TO address to see all emails that came in to a specific sales person. I cant seem to do it in either the ListView or a report. Has anyone ever successfully done this. I am thinking about adding my own relationship but I am…
  • Delete Child entities if parent record deleted using end point.

    How can I delete child entities using end point , If I delete parent record (via end point ) in sugarcrm? delete child parent endpoints
  • How We Can Make custom log field Like As Comment log?

    Hi All, I am Trying to create New Custom field same Beauvoir default comment log filed sugar crm 9.x. any one any idea for how to create new custom comment log filed in module.... Thanks
  • Best Practice for Exporting Sugar Report Data to Google Data Studio

    Hello, I'm working on creating reports for my company where I connect many different data sources together for one cohesive report. I've found Google Data Studio (GDS) is a great tool for this because I can import data from many different sources. How…
  • 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
  • set email opt_in when creating contact bean

    Can anyone help with how you set a contacts primary email and set opt_out to 1 when a new contact bean is crated $contactbean = BeanFactory : : newBean ( "Contacts" ) ; $contactbean - > first_name = $args [ 'FirstName' ] ; $contactbean - > last_name …
1 2 3 4 5