• Attachments not upload in SugarCRM

    Dear Team, I have upgrade SugarCRM version 9.0.1 to 11.0.6 . When i try to upload any attachments in any Cases using SugarCRM screen no reflected any error and showing file uploaded but i am try to view or download the same file facing issue attached…
  • how do I get curren contacts module record.js for upgrade version 9.0.1 to 9.0.6 ?

    [2024-07-09T07:07:03+00:00] INFO => F: [Issue 110][red][useOfAppViewInvokeParent][562][useOfAppViewInvokeParent] Use of removed Sidecar app.view.invokeParent method in custom/modules/Accounts/clients/base/views/recordlist/recordlist.js ({ extendsFrom…
  • How to deploy SugarCRM After upgrade existing instance to Staging server

    Dear All, Please suggest how to deploy SugarCRM After upgrade existing instance to Staging server and also suggest the name of tables they are directly move to other DB. Thanks & Regards, Suraj Kumar
  • Request Status are automate to change resolved to Closed

    Dear All, I want to customized Request Status are automate to change resolved to Closed in 14 days. Please suggest a change or customized in code . Thanks & Regards, Suraj Kumar
  • 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…
  • Problem when running CRM with php version

    Good day. I am experiencing difficulties with SugarCRM CE Version 6.5.7 (Build 8576) when attempting to make it work with PHP 7 or later versions. After changing the PHP version on the CRM site, I am able to log in and navigate the system. However,…
  • Doc Merge not working / cURL Error 3 / 500 Server Error

    Hi Devs, We are currently trying to implement the Doc Merge feature on our on-site instance. When generating a document we get a 500 error on the GUI and in the log (debugging level) the following is thrown: Tue Mar 5 13:27:17 2024 [2911543][d90f4525…
  • Accessing Sugar Oauth Keys in PHP

    I am creating a dashlet to access Box files and folder in an Account record. I need to authenticate to Box's API in my php code, but I don't want to hardcode the credentials. What is the best way to secure my Box API credentials? I am using SugarCloud…
  • how to add hbs file inside master hbs file in sugarcrm

    0 My goal is to show multiple pages like wizard inside a popup in sugarcrm . solution i seems is to added partial .hbs file inside master hbs file . i have gone through documentation https://support.sugarcrm.com/documentation/sugar_developer…
  • how to extend OutboundEmailConfiguration into custom folder?

    Hello, When we sudo login with users it create 1 duplicate record outbound_email entry. So when we check email listing it will show multiple recipients. I want to customize core module OutboundEmailConfiguration but It is not working when I extend…
  • Record View Dashlet - How do I edit module list in "Tabs"

    Hello, how can I edit the listed modules in the Record View Dashlet? Many Thanks in advance, Theresa
  • Issues with Sugar 13.0 and PHP 8.2 in Vagrant

    Anyone else having issues getting Sugar 13.0 to work in a Vagrant using PHP 8.2? I keep getting " (Elasticsearch Queue Scheduler) failed in CRON run, Undefined constant "Sugarcrm\Sugarcrm\Elasticsearch\Adapter\CURLOPT_USERAGENT"" from the cron jobs but…
  • 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.
  • Error while executing BULK api "in-code"

    Hi there !! In the purpose of enhancing an existing process within Sugar, I'm passing to asynchronous target creation into a campaign. The current state is that an external program is calling sugar once for the campaign creation, then calling X times…
  • Not able to upload contact picture via api

    Hi all I while ago I am sure I could upload a contacts picture using the following endpoint /rest/v11/Contacts/{{ID}}/file/picture and send this as a post request. I am now getting the following error pack from sugarcrm when I send a file with postman…
  • Creating a new SugarBean with a pre-created UUID

    I have a custom API endpoint that we use to send a large number of records at a time. The endpoint works for updating records and inserting new records without a pre-created UUID, but when we send records with a pre-created UUID, we get the UUID back…
  • ExternalResourceClient Returning no response

    Hello All, I am using ExternalResourceClient with GET method with Bearer token to replace curl coding. URL and AuthKey are working on Postman. Also, POST Method on ExternalResourceClient is working well. But GET method on ExternalResourceClient…
  • Redirect with SugarApplication:redirect()

    Hello, I saw here on the forum how to use SugarApplication:redirect() in php code for redirection, but when trying to use it I was unsuccessful. I tried in a few ways: SugarApplication :: redirect ( "#Leads" ); SugarApplication :: redirect …
  • Get original Documents/Notes pdf saved as files without extensions

    Hi. When I create notes for users and add documents to the note, this documents (pdf, xls...) are saved in upload folder as files without extension. If I download this documents from web I can download it as the original pdf. But I need to extract the…
  • Metadata required fileds

    Hello there So, I'm having the following issue: Repairing our customized installation of SugarCRM 11.0, I'm having several queries that returns errors. I'm trying to fix those fields, in order to be able to have a clean repair, without Oracle…
  • I get Warnings injected into my JSON regularly

    These are my php.ini settings error_reporting = E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED & ~E_WARNING I have checked it a thousand times. But occasionally I wil get a page that errors out and when I look at the JSON i see things like <b>Warning…
  • Has anyone done the connection with AWS Lambda?

    After creating a record we need to run a function in AWS Lambda, sending a special payload. I see that in the composer.json I have access to the AWS SDK for PHP in version 3. I was thinking of occupying a custom SugarBPM node for this task, I am hesitating…
  • $bean->stored_fetched_row_c, logic hooks and relate fields

    Im trying to detect a change in a relationship through a logic hook but I cant seem to get the old value to compare it to the new. I have a serial number module which has a relationship to accounts Accounts -> one-to-many -> S_SerialNumber this…
  • How to filter a field of module B in the list view of module A

    Hi, I have two modules "A" and "B". There exists a relation (one-to-many) between theses two modules. One module A may have many module B's. I have a field "status" in Module B. It is an enum field with following options ('Open', 'Lost', 'Won'). …
  • Try to fetch related/linked Contracts - but result is always empty - why?

    I try to get the contracts of an Opportunity. The Contract is seen and listed in the subpanel. If i try to load related Contracts, i always get only an empty array. /** @var Opportunity $quote */ $opp = \BeanFactory::getBean('Opportunities', $opportunitiesId…
1 2