Tagged Questions

SugarCRM is a widely-used PHP-based open source CRM

learn more… | top users | synonyms

5
votes
2answers
315 views

How to create a relationship between Leads and Custom Modules in SugarCRM CE?

function createPJOpportunityRelationship($pj_id, $op_id) { echo "creating relationship"; $set_relationship_value = array( 'module1' => 'geral_pessoa_juridica', 'module1_id' => ...
5
votes
10answers
2k views

How do you debug SugarCRM problems/learn how SugarCRM works?

I'm in the process of trying to move our company from SalesForce to SugarCRM, but I've run in to a nasty bug (the moment I add a custom field to Accounts, all accounts stop showing up). We've paid ...
3
votes
1answer
135 views

need help to understand this PHP api and access it using Ruby

Here is the documentation for the SugarCRM 5.5 API: set_relationship ...
3
votes
4answers
886 views

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: ...
2
votes
1answer
89 views

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

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 ...
2
votes
2answers
350 views

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 ...
2
votes
2answers
179 views

Why am I getting “Exception: (404, u'Not Found')” with Suds

I am trying to connect to SugarCRM soap services (what's the correct terminology?) using Suds: import logging from suds.client import Client logging.basicConfig(level=logging.INFO) url = ...
2
votes
1answer
360 views

making a file type field in sugarcrm custom module

i have a custom module Sample Management. I want to create a file type field in editviewdef.php so that i can upload the file and download it from the detailed view whenever needed. Would anyone tell ...
2
votes
1answer
632 views

SugarCRM: Coding a Custom Middle Name field

I'm trying to create a Custom Field in SugarOS 6 to store Middle Names. Designing and implementing the field in EditView was easy enough with the Studio. But I'm stuck when it comes to displaying the ...
2
votes
2answers
540 views

SugarCRM or Vtiger?

I'm working on deploying a CRM in a Univeristy, the software to deploy has to be open source. My research lead me to SugarCRM Community Edition, however, this edition lack of reporting and seems to ...
2
votes
4answers
3k views

SugarCRM 5 - Create a sub-panel for invoices in Account Panel

I'm customizing a SugarCRM 5, and in my SugarCRM database I have all invoices which were imported from our ERP. Now, I would like to know if it is possible to create a new sub-panel in the Accounts ...
1
vote
0answers
30 views

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 ...
1
vote
1answer
45 views

Download Documents from Sugarcrm

i am using SOAP API for SugarCRM. I want to download document using PHP. I have no idea how to download the document. Thanks in Advance.
1
vote
1answer
31 views

How to insert array values into SugarCRM using soapUI

I am able to log into SugarCRM (with its SOAP call) using soapUI: <user_auth xsi:type="sug:user_auth"> <user_name xsi:type="xsd:string">admin</user_name> <password ...
1
vote
1answer
36 views

SOAP API set_entry sugarcrm + android

I tried to add a new contact using soap. I used set_entry method and the contact is added in the database but all the columns are null. Could any one correct me where I went wrong? SoapObject ...
1
vote
1answer
84 views

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 ...
1
vote
1answer
83 views

SugarCRM Account Contact relationship REST API

In SugarCRM 6.0.0 I need to create a relationship between an Account and a Contact via the REST webservices API. I have tried these methods in both ways (Account -> Contact, Contact -> Account) to no ...
1
vote
1answer
83 views

How can I sync data with external apps and SugarCRM?

I have a client who would like to capture data from two third party systems and associate it with Sugar CRM user records. One of the apps is a payment processor and the other is a mailing system (for ...
1
vote
0answers
46 views

Application Framework like sugarcrm

I love sugarcrm .. It's great at building applications quickly. I see it more of a application framework that's been used to create a CRM package. It's easy to create a module. It plugs in the menu, ...
1
vote
1answer
76 views

How to generate unique ID field in module in sugarcrm

Want to generate the unique ID field in the module which will automatically generate the unique IDs. Can anyone help help for this ? Thanks
1
vote
0answers
127 views

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 ...
1
vote
2answers
79 views

How to insert a row into the Accounts table via the Sugar API

This is code I have tried: $result = $sugar['soapclient']->call( 'set_entry', array( 'session'=>$sugar['session'], 'module_name'=>'Accounts', array( ...
1
vote
1answer
98 views

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 ...
1
vote
3answers
80 views

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 ...
1
vote
2answers
73 views

.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 ...
1
vote
1answer
62 views

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 ...
1
vote
1answer
131 views

How can i override create_export_query function on the Calls module

I like to add columns accounts.name and assigned_username to the exporting CSV on the Calls module. I can do that by editing the function create_export_query on the modules/Calls/Call.php But I want ...
1
vote
1answer
287 views

jQuery AJAX call to script fails (SugarCRM)

Clicking an icon on a webpage triggers a jQuery AJAX call to a PHP script that synchs a local database to a SugarCRM database using SOAP. By sending myself emails before and after the problematic ...
1
vote
1answer
309 views

SugarCRM: Pdf generation

I'm a newbie to SugarCRM development. In my project, I have to generate a pdf for one entity details(say Account details). On details page, I have added "Print PDF" button, upon clicking this button I ...
1
vote
0answers
215 views

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 ...
1
vote
1answer
234 views

Any CRM platforms that have API access and an easy migration from Salesforce?

We're investigating other CRM platforms before investing time/money in updating our current Salesforce-based CRM. Here's what we're looking for: Easy migration of Salesforce data A support contact ...
1
vote
1answer
286 views

Sugar CRM SOAP API - Problems with Auto Incrementing Key and set_entry

I've tried the SugarCRM forums for this problem as well, but I was wondering if anyone here has run into a similar issue and would be willing to share the solution. We are working with the SOAP API ...
1
vote
1answer
114 views

SugarCRM removing initial welcome and information entry screen for new users

When user initially signs in, they are presented with many Sugar advertisements and information screens to fill out. Can we configure out this not to show the user and directly go to home screen. The ...
1
vote
3answers
141 views

Using SugarCRM for free of cost and do the necessary changes

I want to use SugarCRM (I downloaded the free source code) for my client and do the necessary changes wherever required. In their domain they mentioned like we need to purchase the software. I am ...
1
vote
2answers
317 views

Define own REST API in SugarCRM module without using chdir

I would like to define my own API to Sugar instances via a Module Loader module. How can I define my own SOAP/REST API in a SugarCRM module without using the chdir command? In the documentation, the ...
1
vote
1answer
38 views

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 ...
1
vote
2answers
347 views

Sugarcrm magento common login

I'm integrating SugarCRM and Magento. My requirement is when I click on a link in SugarCRM it should redirect to the Magento admin panel order creation. Moreover when I redirect to Magento it should ...
1
vote
1answer
211 views

SugarmCRM REST API always returns “null”

I'm trying to test out the SugarCRM REST API, running latest version of CE (6.0.1). It seems that whenever I do a query, the API returns "null", nothing else. If I omit the parameters, then the API ...
1
vote
1answer
255 views

In SugarCRM, transferring account ownership to another user doesn't update contact ownership

I am using SugarCRM v6.x and have discovered that when transferring account ownership to a new sales rep (the assigned_user_id field) the contacts and other related child records do not get ...
1
vote
1answer
175 views

Querying on Leads Status in SugarCRM Using NuSOAP

I'm trying to get back an entry list of leads by status. The query I'm using is "leads.status = 'New'" however when I try this in php, I get back leads of other statuses as well. function ...
1
vote
1answer
491 views

Integrating SugarCRM with Microsoft Exchange Server

What I need is a connector for integrating SugarCRM with Microsoft Exchange server. I am using SugarCRM CE 6.0.2
1
vote
1answer
298 views

SugarCRM over SOAP - V2

We're using Apache Axis to generate client-side stubs to communicate with SugarCRM in a Java application. As of a few days ago, we were using the WSDL file at http://.../soap.php?wsdl to generate our ...
1
vote
1answer
581 views

SugarCRM 6 - Create an email address-like field to a module

I need to create an email-like field in SugarCRM i.e. one primary value and the ability to add more values dynamically. Anyone who has worked with SugarCRM will know what I'm talking about. Has ...
1
vote
3answers
209 views

Use Plone's authentication mechanism to login to other sites

I am using Plone and Sugar CRM. I want to allow users to only have a single username and password across both systems. When they change their password in Plone they should not have to change it in ...
1
vote
1answer
345 views

Sugar SOAP set_entry

I am trying to add entries to a Sugar Contacts database with the following SOAP code in PHP. $set_entry_params = array( 'session' => $result_array->id, 'module_name' => 'Contacts', ...
1
vote
1answer
495 views

Sugar CRM integration with Java - How to add relationship

I'm trying to integrate Sugar CRM with one of my projects. I'm using Apache Axis as my SOAP client. I've created the Sugar CRM client Stub classes using Apache Axis. I'm able to login and add Leads, ...
1
vote
2answers
500 views

Web Lead Forms in SugarCRM

Since the generated web lead forms in SugarCRM have the assigned_user_id same as the creator_user_id, the system doesn't send any mail notification. How to force SugarCRM to send a mail notification ...
1
vote
1answer
641 views

Sugar CRM Soap call not working properly

I have sugar crm instance and i was trying to get some data from it using soap service. Below is the code which i am using for it. When i run the same code , sometimes it is returning correct data, ...
1
vote
2answers
3k views

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 ...

1 2 3 4