• Regarding supported version of MySQL

    Dear All, Sugar version 9.0 1 supported MySQL version 8 in windows 10 ? Please suggest as soon as possible.
  • Slow API Calls when adding relationship based on database size

    Hi everyone. I am currently trying to upload 500,000 records into CRM, using a custom module with 3 relationships. Card Transactions which then links to Card, Sale Location, Contact. These are all M:1 relationship. I have a custom API endpoint to…
  • Regarding 3 dependent drop-down

    Dear All, Adding 3 dependent drop-down in my project with the help of coding in PHP . my current drop-down having 3 list items and currently working on depends only one but I want to change in drop-down depends on rest another category.
  • After Upgrade 11.0 to 12.00 getting Error

    Dear Team, I have Upgraded our sugar CRM 11.03 to 12.00 & we are Getting CRM after login screen ( HTTP: 500 Internal Server Error Unknown error. ) Please help what can i do for this issue
  • Error requesting access token API-REST

    Good Afternoon, Requesting your support with the following topic: We create an integration with SugaCRM through an API-REST. The detail is that we are trying to obtain an authentication token from SugarCRM with the endpoint /rest/v11/oauth2/token using…
  • How to Update SugarCRM 9.0x to 11.0x

    Dear Helper Team, I am using SugarCRM 9.0x Enterprise and want to update Latest 11.0x Ep How we can update please guide me for update to latest version. We have 4 Instance 1-Developer instance (Development coding purpose only ) 2-UAT Instance…
  • Edit Conflict on Random Product Bundles

    Hi all. I am having an issue within Quotes where seemingly randomly products added to a bundle cannot be saved via in quote save (Blue tick). The error from the logs are: Edit conflict - client TS is 2021-12-16T12:02:13+00:00, server TS is 2021-12…
  • Azure AD - Sign On Url and Reply URL for On Premise

    Hi all. We are looking to test Azure AD within Sugar using the guide here https://docs.microsoft.com/en-us/azure/active-directory/saas-apps/sugarcrm-tutorial most of the guide makes sense however I'm struggling on the part which says: On the Basic…
  • Stopping BPM/Workflows triggering on $bean->save()

    Hi all. I'm doing a semi-custom import using CSV data with some conditionally formatting and record creation. I don't want any workflows firing when these records are saved using $bean->save(). I do want logic hooks to still fire but not BPM/Workflows…
  • Pulling Parent Fields via Populate List

    Hi all. I am trying to use the vardef (populate_list) to pull fields in on the subpanel create. I have this working for Contacts by doing something simple such as: $dictionary['Contact']['fields']['account_name']['populate_list']['description'] =…
  • Trouble while deploying custom module via module builder

    I am facing issue while deploying one of the custom module via module builder on my local server , As i checked the response it's showing 'strict-origin-when-cross-origin' error . Below is the path of api : http://localhost/sugarlive/index.php?to_pdf…
  • opt_out cannot be set to 1 via logichook

    Hi all. I have a simple bit of code which is working fine when opting out email addresses, but not opting it. I was wondering if there was any logic forcing someone to do this manually in CRM. The if block is as folows: if ($child_lead->occasional_updates_c…
  • Sugarquery - Dynamic Select Statement Failing

    Hi team. I am trying to build a dynamic SugarQuery, the scenario is that I have an array of "fields" I want to use to create a dynamic select statement. For simplicity the $selectGenerator array below contains name and id. $sugarQuery = new SugarQuery…
  • Counting Related Records in Javascript

    Hi all. I'm new to SugarCRM dev/javascript. Can anyone push me in the right direction for learning more about the model. I cannot find any pure docs on the model/controllers themselves, just examples of it being used (Which don't delve into more detail…