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
0
votes
1 answer

SUGARCRM plugin - webservice client with setup

I have a task to develop plugin for SugarCRM. Plugin should be "hooked" to contacts, leads and/or targets. After I add contact to SugarCRM plugin should send data (with some fileds) to specific webservice (method to insert new person into DB). I…
user3194326
0
votes
1 answer

sugarcrm-Login to sugarcrm application with google account

I'm able to setup sugarcrm to my local machine. Also I've a bit of knowledge of studio. Now I've got a requirement like login to sugarcrm using google account. If user want to login to sugar he/she'll have to use his/her google credential. If the…
Balwant Kumar Singh
  • 1,158
  • 4
  • 24
  • 48
0
votes
2 answers

SugarCRM - Rest API - order_by and limit

I am trying to use REST API to retrieve last 10 modified records using 'get_relationship' method. How hard I try , i could not able apply order by / limit or both. My codes as below $get_relationships_parameters = array( …
user2366330
  • 55
  • 2
  • 6
0
votes
1 answer

Inserting label's values from SugarCrm document (sp_ve.js) into some table in mysql

I am using a software powered by SugarCRM. The reports I show are not very good so I decided to user Pentaho BI Suite. I already made all the business analitycs stuff (cubes, reports, saiku report, etc..), but I am having an issue, in SugarCRM…
0
votes
1 answer

Use new inserted id for another field in sugarcrm

I want to use new inserted id for another field after insert. I want to use it for my document ID, example when new record inserted, the auto increase id will have a prefix and follow with the auto increase id, it will stored in the account custom…
Jack
  • 377
  • 5
  • 19
0
votes
1 answer

Login to Sugar CRM CE using REST / JSON from Java

I try to login to sugar crm via JSON / REST with the below code: private String doLogin(String endpointUrl, String username, String password) { Map payload = createLoginData(username, password); String url = "http://{endpointUrl}"; URI…
user1145874
  • 959
  • 3
  • 13
  • 21
0
votes
1 answer

Sugar gives Unicode SQL error only when connected with a particular server

I have installed sugarCRM with SQL Server. This has been functioning since the last couple of years. We setup another SQL Server as a UAT server. For the UAT server we took a backup of the live database and restored it on the server. When we connect…
codeHead
  • 69
  • 9
0
votes
3 answers

Sugarcrm calculated field

I am using Version 6.5.16 (Build 1082) of sugarcrm, I created 2 fields Points redeemed and Accumulated points. I would want to create another field balance point (Accumulated points-points redeemed), may I know how do I use the calculated field to…
user3065807
  • 31
  • 1
  • 8
0
votes
1 answer

SugarCRM relating fields

Is it possible to bind fields in SugarCRM CE version? For example I have a customized Redemption module with an 'Points' Field and another 'Points Redemption' field at Customer module, is it possible by using studio that when I create a new…
Ren
  • 45
  • 1
  • 1
  • 8
0
votes
1 answer

Is there any way to export custom relationship?

I have made custom relationships between modules. when i am trying to export the data All of the other module data has come across okay but the relationship data does not seem to be importable. Is there any way to do this ?
Ravin Chopra
  • 208
  • 3
  • 12
0
votes
1 answer

Restrict access to module field in SugarCRM?

I have built a simple module simply using Module Builder in SugarCRM Community Edition. This is a really basic module to hold FTP/Server logins for different accounts. The problem I have now, is I do not want just any user in Sugar to be able to see…
JasonDavis
  • 48,204
  • 100
  • 318
  • 537
0
votes
1 answer

Custom fields are not exported using Studio's exporting tool - SugarCRM

I'm experimenting an issue when I export customizations made by Studio tool, any custom fields are not exporting. I mean, when I load the package created in developer server to the production server, there are not custom fields in EditView, there…
Mauricio
  • 58
  • 8
0
votes
0 answers

Magento to CRM: I only want to trigger an operation from a specific customer group

We purchased a bridge between Magento and SugarCRM and it works well but I only want to push the customers and their orders from a few specific customer groups in Magento because we have different divisions. The product support team sent me the…
0
votes
1 answer

Steps in changing theme of sugarcrm

I am using Version 6.5.16 (Build 1082) of community edition sugarcrm, I will need to change the current theme without purchasing it, may i know the steps of changing the theme ?
user3065807
  • 31
  • 1
  • 8
0
votes
2 answers

Connection using Soap API

I want to connect my Sugar CRM system with ASP.NEt application using SOAP API. I want to pass only 2 values from sugar CRM system to another application . Only Name and Id . Please tell me how to make connection and pass the values
Ravin Chopra
  • 208
  • 3
  • 12