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

Angular http.get headers not being recognized

I am building an angular 6 application that sends a get request to the server through a REST API. The URL takes in a few headers and returns the required data, and has been successfully tested on PostMan. Here is the screenshot showing the headers…
Muhammad Hamza
  • 823
  • 1
  • 17
  • 42
2
votes
0 answers

Use Quick Create form instead of Edit form in SugarCRM

In SugarCRM, we are receiving Emails directly in the Emails module. From these emails, we can manually create Cases by using the Quick Create feature. This feature normally displays the QuickCreate form that we can edit in the Studio part of the…
BMN
  • 8,253
  • 14
  • 48
  • 80
2
votes
2 answers

Cross Site Request Forgery (XSRF) Attack Detected sugar 8.2

Sugar Version - SugarCRM Enterprise, Version 8.2.0 (Build 139) (Fall '18) I've a local copy of sugar instance it works fine if I'm creating record or updating or anything. When I try to go in Studio it is throwing following error Cross Site Request…
Indrajeet Latthe
  • 374
  • 1
  • 8
  • 22
2
votes
1 answer

Where is SugarFullTest_Version2.php? (Sugar CRM and SOAP)

In regards to using SOAP to connect to Sugar CRM, the documentation for Sugar 6.1 Community Edition states: "See /examples/SugarFullTest_Version2.php for more examples on…
2
votes
1 answer

Create Admin settings for SugarCRM custom module

I'm having trouble creating Admin settings parameters for a custom module using SugarCRM 8.2. First, while following this post I created a new panel on the Admin page with a single link link inside of it by placing this code in…
yvoloshin
  • 378
  • 6
  • 18
2
votes
0 answers

SugarCRM Filter From Related Module

I am trying to make a custom filter based on another module in sugarCRM 8.0.1. I have a module Ev_Registrations that has one Ev_Event and one Contact, the tables are: ev_registrations ev_registrations_contacts_c ev_registrations_ev_events_c How do…
NathanBrakk
  • 787
  • 1
  • 6
  • 8
2
votes
1 answer

Sugar CRM and SOAP API for relationship

hello I have 2 entties in sugar crm Application Candidate Application has a relation with candidate. Now i want enter data using soap api to application with candidate name which is relational field Please help
Ghan Shyam
  • 626
  • 1
  • 6
  • 18
2
votes
1 answer

Changing Last Name "required" attribute in SugarCRM

In SugarCRM, person name consist of First Name and Last Name and Last Name is a required field ( First Name optional ) . How can remove required attribute from last_name and make First Name as required instead? Will it work without ripple effect?
nithin alex
  • 111
  • 13
2
votes
1 answer

How to get all records from a module - SugarCRM version 7+

According to the documentation, to query a record, you have to use this endpoint //:recordId, but what if I want to get all records from a given module ? I can't find any documentation for this. I tried //filter to set json…
Azoulay Jason
  • 2,787
  • 5
  • 21
  • 46
2
votes
1 answer

How to get a record by anything else than it's id - SugarCRM

The question might be unclear to you but my problem is very simple The SugarCRM documentation suggests that to get a record, I should send a GET request to //:recordId. What I want to achieve is to get a record by its email. In previous…
Azoulay Jason
  • 2,787
  • 5
  • 21
  • 46
2
votes
3 answers

SugarCRM user password

I've created a user in SugarCRM; once I've created a user the password is mailed to the user. I see the table user, but the user_hash is blank. Where does it store the password before it sends an email?
user603666
  • 63
  • 1
  • 6
2
votes
2 answers

sugarcrm users insert in magento

Hi I have a sugarcrm instance and magento instance they two are separate i mean they have different databases. My requirement is when i create a user in the sugarcrm ,it should also insert the admin users in magento How can i do that in…
user603666
  • 63
  • 1
  • 6
2
votes
2 answers

Flex Relate field value is blank in List of Sub Panel

There are two modules: Customer & Top Transaction Relationship between them: 1(Customer):Many(Top Transaction) There is one 'Flex Relate' field in Top Transaction module. Now I want to display that 'Flex Relate' value on sub panel list of Top…
Mak_091
  • 187
  • 1
  • 2
  • 14
2
votes
1 answer

sugarcrm Sidecar and clients tutorial

I am not good at sugarcrm sidecars framework and clients also try to get from lot of tutorial but can't find explanatory tutorial of it. can anyone guide me for the same
Deepesh
  • 180
  • 16
2
votes
2 answers

sugarcrm add email address to the to_collection

I've been trying to add an Email Address through the code to the to_collection field of Emails model. the to_collection already have some methods like add, create, delete. I'm trying use create a function but whenever I use that my Email address…
Indrajeet Latthe
  • 374
  • 1
  • 8
  • 22