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

SugarCRM - create CommentLog with API v10

I'm looking for a way to make an entry in the CommentLog with the SugarCRM API. I made the first attempts with PHP and the rest-php-client, but unfortunately found no way to write or read the CommentLog. With Postman I can authenticate myself, use…
Nelson
  • 21
  • 1
2
votes
1 answer

Fetch the Account ID based on Primary Emailaddress in Sugar CRM

We have a website and when a record is inserted / updated we runs a script to update the sugar CRM Accounts module. The Accounts module have a field website_id_c . When an insert occurs to DB we set the last insert ID to website_id_c of Sugar CRM…
Hari K T
  • 4,174
  • 3
  • 32
  • 51
2
votes
1 answer

How to add two numbers in sugar crm

I made module addition and in this made three fields amount1_c, amount2_c and total_amount_c to add the two numbers and display the result in the third field. I done coding in the logic looks here is my code
Mahi Chopra
  • 103
  • 1
  • 8
2
votes
4 answers

How to create logic hook in sugarcrm when we create a module through module builder

I create a module Acquisitions through module builder and now want to make some calculations for some fields.i have no clue how to create a logic hook and where to create this logic hook. please tell me the full path and procedure for this.
Mahi Chopra
  • 103
  • 1
  • 8
2
votes
1 answer

logic hook fires only when $bean->status changes

I want to implement a Sugar Logic Hook that fires when invoice status change to 'Validated'. This my logic hook :
turik
  • 47
  • 10
2
votes
0 answers

List meetings under Contact's meetings subpanel - SugarCRM

When we go to a Contact's detailed view page, we see the Meetings subpanel that is empty even though we have created meetings with this contact in the past. However, if we use the "Quick create" form inside the subpanel, the meeting will indeed show…
Alex
  • 828
  • 2
  • 10
  • 20
2
votes
0 answers

SugarCRM: Unable to create Calls/Meetings - PHP Catchable fatal error with TimeDate::_getUserTZ()

Helllo, Recently I upgraded to 6.2 GA from 6.1.4 via the upgrade patch. Even since then I'm unable to create anything that has direct relation with Date & Time, namely, Call Logs, Meetings and Tasks. When I do the same using a subpanel, the…
miCRoSCoPiC_eaRthLinG
  • 2,910
  • 4
  • 40
  • 56
2
votes
0 answers

Report section not working after extending sugar endpoint ReportsExportApi

Report section not working after extending sugar endpoint ReportsExportApi. Getting error: "Export Type Does Not Exists". My code…
Abasaheb Gaware
  • 509
  • 4
  • 13
2
votes
1 answer

How to autopopulate a field in SugarCRM form

We have not yet customized SugarCRM 6 but here's our first issue. When we are browsing a Contact's record, under the "Activities" subpanel, we can create a new meeting by clicking on "Create Meeting". Then, a quick form appears and the Account…
Alex
  • 828
  • 2
  • 10
  • 20
2
votes
1 answer

In SuiteCRM how to add custom field in sub panel from relationship table?

I have a module and a sub panel with another module in relationship with it. As shown in below image- In the above image its a sub-panel of a module in the relationship, I have added a column in the relationship table in database. My requirement…
Rahul Gaikwad
  • 563
  • 4
  • 9
  • 26
2
votes
1 answer

How to add custom action button in suiteCRM module sub panel list?

I need some suggestion in my suite CRM module integration. I have a sub-panel in one of my modules and required to add one more edit button to redirect to a custom form to take some input from the user for each row separately. Below is a sample…
Rahul Gaikwad
  • 563
  • 4
  • 9
  • 26
2
votes
2 answers

Git error: remote unpack failed when pushing to a bare repo

I'm having trouble with switching my local SugarCRM instance from a gitlab repo to a new github repo. Locally, the project is on a vagrant VM running on a Windows 10 host. I run git commands from the host machine. I created a new private github…
yvoloshin
  • 378
  • 6
  • 18
2
votes
1 answer

Creating bean for custom module

I have created the SLA workflow module in suitecrm. Now I want to get all records for SLA workflow module ("SLA_workflow"-module name). I have try below code but I did not get any…
Nev
  • 71
  • 5
2
votes
1 answer

Can I deploy Joomla on my desktop within the same FastStack service I implemented for SugarCRM (running Apache and MySql via FastStack)? If so how?

The problem is that I am unable to get Joomla to create the Mysql database. It is saying that I may not have enough permissions to create a new database. I know how to create a database on a typical web host server, but not finding the same set up…
Emoj
  • 21
  • 1
2
votes
0 answers

Html formatting pdf template

Im trying to format names cause it produce unknown symbols but the problem is my code doesn't work. can you suggest any ways to solve this ? thanks in advance. $accountBean = BeanFactory::getBean('Accounts',…
s0m3d3v
  • 177
  • 1
  • 13