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
3
votes
2 answers

How to integrate sugarcrm on magento?

I need to integrate sugarcrm on my magento site.(using Wampserver2.2) where i can install sugarcrm ... Inside magento folder or inside the www directory? Thanks in advance...
Karthik
  • 747
  • 4
  • 21
  • 48
3
votes
2 answers

Customize search of sugarcrm with a field of another table

I'd like to have a special search in sugarcrm : get all the accounts which have have events of a special type (for example, accounts which have customer visit) Is it possible in sugarcrm ? (I use 6.2 CE) Morerover, I'd like to force this special…
P. Sohm
  • 2,842
  • 2
  • 44
  • 77
3
votes
1 answer

How to check user authentification in sugarcrm custom script

My question is silly, but anyway. I have created a script for downloading files, based on information from custom field. So, now I need to check in that script if the user who tries to download file is an authentificated sugarcrm user. Do you have…
forik
  • 149
  • 4
  • 15
2
votes
1 answer

How to make a lead have multiple opportunities on SugarCRM 6.3 CE?

I need to make a lead convert (and relate to) 1 or more opportunity on SugarCRM. With just one lead it's easy, I just have to set the 'opp_id' field - however, with multiple leads I'm not able to do that. I need at least to create a relationship…
Lucas Famelli
  • 1,565
  • 2
  • 15
  • 23
2
votes
1 answer

Behaviour of glob function in php is different with open_basedir

I migrate from sugar 5.2 to sugar crm 6.2 and i'm using open_basedir and it doesn't work ... I detected the problem in the code. It's the function glob which returns false (with open_basedir) instead of an blank array (with open basedir…
P. Sohm
  • 2,842
  • 2
  • 44
  • 77
2
votes
2 answers

Sugar get_entry_list returns "Invalid Session ID" when querying Meetings for a specific user

I try to query Sugar through its REST API using Java for entries in Meetings module for a specific user, namely the one who is logged in currently. I am trying this a few days already while googling around for asolution. I made a login() call, where…
Marc
  • 31
  • 6
2
votes
1 answer

Connect to SugarCRM REST services with SoapUI

I saw somewhere in net (like SugarCRM SOAP test call fails), that some people use SoapUI to access SugarCRM SOAP or REST web services, with urls like http://ip/sugarcrm/service/v2/soap.php and http://ip/sugarcrm/service/v2/rest.php, respectively. I…
ricardoc
  • 131
  • 3
  • 10
2
votes
1 answer

soap connection with sugarcrm and delphi 7

I have created a delphi 7 program and connected to sugarcrm with soap wsdl. I'm using Tnt Components for their unicode support. Everything works as expected till now. When I pass a query with a unicode string using get_entry_list(session,…
dev.sead
  • 81
  • 5
2
votes
2 answers

Upgrading SugarCRM

I have a problem when upgrading Sugarcrm from 6.2 to 6.3 version. When I upgrade a local Sugarcrm installation it works but when I start upgrading my Sugarcrm 6.2 site and uploading the upgrade package it doesnt upload. The same thing works on…
mahi
  • 181
  • 3
  • 10
2
votes
2 answers

report module for sugarcrm 6.2

Which Report module is suitable for making reports in sugarcrm 6.2 . I had installed the zucker Report Module on the local site it works properly but when i used to install them on my server it does not installed Anyone please help Thanks
mahi
  • 181
  • 3
  • 10
2
votes
2 answers

How does one create a SugarCRM View that combines 2 Detail Views

I would like to extend the Contact Detail View so that a Detail View of the associated account appears on the same view. MY instinct is to override the display function for the Contacts Detail View and from there create an instance of the Accounts…
dkinzer
  • 32,179
  • 12
  • 66
  • 85
2
votes
3 answers

Experience using the SugarCRM Outlook Plugin Across two hosted solutions?

We are looking to migrate a client from a locally supported version of MS Office (including Outlook) to a hosted version. this won't be the "web-based verison" of Outlook-- but moving to a hosted provider that provides remote access to the…
2
votes
2 answers

How to create custom field and Add more button along with custom field in sugarCRM

I want to create a custom field which should have 'Add more button' so that we can add as many as we want..(like email address field with + symbol to add more you can see in Contact Module).Is it possible in SugarCRM studio ?
phpdeveloper
  • 81
  • 1
  • 1
  • 3
2
votes
1 answer

.net issues with pushing data to SugarCRM

I have a client writing custom .net apps on their website using soap / API to push data into their SugarCRM professional on-demand account. They are having some trouble with this and have asked the following question, can you please help me with an…
2
votes
1 answer

Integration of Scheduling Software with SugarCRM

I am seeking an online scheduling solution for a client. The goal is to allow staff to schedule multiple appointments at multiple locations in association with multiple professionals. One of the basic business requirements is it's ability to…