• 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…
  • Count Endpoint for documents/ tasks

    Is there a best way to get a count of all documents/task etc . Like is there a URL endpoint we can just call that's like documents/count?
  • How create multiple links(relation ship) with bulk API

    Hello, I am doing rest bulk call. I want to create multiple relationships along with the bulk record creation/updation. Please advise. Thanks Sanket
  • How to make API of any module in SugarCRM

    Dear All, please tell the process of making any module's API of SugarCRM. I am new user of SugarCRM. Thanks;
  • Generate Proposal from Opportunity

    Hi , I am new to SugarCRM, and I would like to Generate a Proposal (Word doc/PDF or JSON) from SugarCRM Opportunity. What are the options I have, do I need to use the REST API's or can I create a FORM and populate the form using the Opportunity…
  • 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…
  • Default sort order field in subpanel not working 6.5

    This is literally driving me insane. I am trying to default sort a custom date field in a custom module subpanel. Here's what I have done: Background: PI_Personal_Injury is the parent module INV_Time_And_Expenses is the module subpanel The field I am…
  • How to access dashlet configuration variables from the server?

    When you click the "gear" icon in the top right corner of a dashlet, there are config items users can set for each of their dashlets. I'd like to be able to access those dashlet configuration values from my server code. Is there a class I can use to access…
  • Selection lists are not showing all records

    I have code that opens a selection list based on a relationship, the code looks like this find_customers : function ( ) { var self = this ; var model = self . model ; var linkModelRelName = 'accounts_in_customers_1' ; var contactBean = app . data . createBean…
  • SugarQuery N-Deep Join Issue

    I tried the N-Deep join from https://developer.sugarcrm.com/2014/04/22/sugarcrm-cookbook-sugarquery-the-basics/ but it seems to be not working. did anything changed in Sugar 7.7 $query = new SugarQuery(); $query->from(BeanFactory::getBean('Accounts')…
  • 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…
  • 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…
  • 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…
  • 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 …
  • 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 push data to external system using module logic hook

    Hi All, I need to know is it possible to push data from sugar to external system using logic hook .I know web logic hook i s enough to push data even though i have an special requirement to push data using logic hook. I like to know is it any way to achieve…
  • No valid themes are found on this instance

    I am using Sugar CRM version 6.5.7 on PHP 5.3.28. I have recently migrated this application from Windows Server 2008 R2 to Windows 2016 Datacenter. The users on the application are getting this error randomly and there is no log for this particular exception…
  • 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…
  • 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
  • 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…
1 2 3 4 5 »