Questions tagged [sugarcrm]

Questions concerning customization and development within the customer relationship management software "Sugar" by SugarCRM Inc. In order to receive more useful answers quicker, it's strongly recommended to specify the edition and version of the Sugar instance(s) in question, as there are significant differences between the different releases and derivatives.

SugarCRM is a software company based in Cupertino, California. It produces the web application Sugar, a customer relationship management (CRM) system.

SugarCRM's functionality includes sales-force automation, marketing campaigns, customer support, collaboration, Mobile CRM, Social CRM, and reporting.

The company operates a number of websites, including its commercial website Sugarcrm.com and Sugar Exchange (for third-party extensions), and user forums. As of 2017, SugarCRM reported two million users.

In February 2014, in a blog post that provoked a strong reaction from the development community, SugarCRM announced that they would no longer be releasing new open-source versions of their Community Edition application; from now on this would be a bug-fix-only application.

Site: https://www.sugarcrm.com/

Useful resources:

Documentation

SugarCRM Documentation

SugarCRM Community Edition Documentation

Help Forums

SugarCRM Community

1722 questions
4
votes
0 answers

Chart creation on sugarCRM community edition 6.5

I am trying to create a pie chart on my SugarCRM dashboard. I was following the link but not getting the pie chart drawn on the dashboard. I am able to see the title (label) of the chart on the add dashlet popup but when I am adding the same there…
4
votes
5 answers

Sugarcrm CE Fatal error: sugar_file_put_contents_atomic() in wamp

I am running Sugarcrm CE under wamp on a windows 7 machine and I keep getting the following error. It just happens randomly and if I reload the page it seems to work. But this error is very annoying and I never used to get it under this development…
user794846
  • 1,881
  • 5
  • 29
  • 72
4
votes
5 answers

PHPSESSID Cookies on Sub-domains are having conflicts with each other

We are having some issues with PHP Session Cookies not allowing us to log into our *SugarCRM** application which is open source PHP application. The problem is we have the same application installed on 2 sub-domains like below... Main…
JasonDavis
  • 48,204
  • 100
  • 318
  • 537
4
votes
4 answers

Field validations in sugarcrm

I just started using SugarCRM CE for the first time (Version 6.5.15 (Build 1083)). I'm quite impressed with the ease of use when adding new fields or modules, but there's one quite indispensable thing that seems to be missing: Validation of user…
ErikL
  • 2,031
  • 6
  • 34
  • 57
4
votes
2 answers

Setting up Crontab in SugarCRM

I need some help setting up my crontab for SugarCRM. My SugarCRM log just looks like this: Wed Aug 21 10:36:02 2013 [5145][1][FATAL] Job runs too frequently, throttled to protect the system. Wed Aug 21 10:37:01 2013 [5156][1][FATAL] Job runs too…
dkeeper09
  • 537
  • 3
  • 11
  • 29
4
votes
1 answer

Using AJAX to Update Status in SugarCRM SubPanel

I would like to use AJAX to update records' Status in a SugarCRM SubPanel. Below is an image of the project management modules I am working on. In the image you can get a better idea to what I would like to achieve. On the left column I would like…
JasonDavis
  • 48,204
  • 100
  • 318
  • 537
4
votes
2 answers

Creating a simple custom view in SugarCRM

I am trying to use the MVC architecture of sugarcrm to add a new action and with that a new view. I have managed to create a controller with the action and also a class view, the only thing I can't figure out is how to create a simple html page. Do…
AntonioCS
  • 8,335
  • 18
  • 63
  • 92
4
votes
4 answers

Force Firefox to Standards compliance mode

I am using sugarCRM at my localhost. For no apparent reason firefox is viewing the page in Quirks mode (the login page). This is completely messing up the page, here is a sample of the data shown: ��������Z�n7�-}v�fd4��q�Z�·8�ڱa�-� f(� …
AntonioCS
  • 8,335
  • 18
  • 63
  • 92
4
votes
1 answer

Manipulate a PHP array to match array requirements of a function and call function recursively

I'm working on trying to automate the update of certain records in our SugarCRM system from a CSV file I will be receiving each month. Background/Introduction I am using the code below that is provided by Sugar to update/create records via REST. …
4
votes
1 answer

How to delete entries/relationships in SugarCRM Web Service

SugarCRM Web Service API provide only methods for Set and Get entries/relationships. How can I do delete/remove entries and their relationships with entries in other related modules? Is the Web Service API designed only for Get and Set?
Mawia
  • 4,220
  • 13
  • 40
  • 55
4
votes
1 answer

Adding contacts to SugarCRM via REST. How to set email?

I managed to add a contact to SugarCRM using its set_entry REST API method. How do I add the contact's email ? As it seems that this is field from another related module (email). So how can i set that using SET entry method?
ychaouche
  • 4,922
  • 2
  • 44
  • 52
4
votes
2 answers

SugarCRM installable changes in detailview

I have a simple problem but may be serious for me , I made custom fields and added them all in the custom\modules\Leads\metadata\detailviewdefs.php (detailview layout) of Leads module but problem is that i have to make a installer package of…
Mansoor Jafar
  • 1,458
  • 3
  • 15
  • 31
3
votes
3 answers

How to import csv into custom modules? - in SugarCRM

Is it possible to import .csv fields into custom created modules in SugarCRM? I have created several custom modules, but I can't find an import button for csv fields. Thanks! OK, I've just found a working solution: Link:…
Peter
  • 213
  • 1
  • 4
  • 13
3
votes
2 answers

Warning: require_once(modules/Home/metadata/popupdefs.php)

In SugarCRM 6.2.x I receive the below error, I reinstalled but the same thing. Searched Google, but couldn't find the answer. Warning: require_once(modules/Home/metadata/popupdefs.php) [function.require-once]: failed to open stream: No such file…
jbatson
  • 119
  • 1
  • 14
3
votes
2 answers

Adding a custom field type to SugarCRM?

I'm trying to add a custom field type to our SugarCRM 6.2 instance. I want to add an "email link" type field. I want it to function like the URL field, but prefix every address with "mailto://" prefix instead of "http://". It will be good if that…
Robin Diederen
  • 175
  • 2
  • 9