0
votes
0answers
7 views
Sugar CRM Soap call not working properly
I am using a soap call to sugarcRM instance which is given below
$response = $client->call('get_entry_list',array('session'=>$session_id,'module_name'=>'itf_Apartments', …
1
vote
0answers
15 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, …
0
votes
2answers
33 views
Creating a simple custom view in SugarCRM
Hey!
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 …
0
votes
0answers
20 views
What’s the correct way to escape sql passed into SugarCRM’s get_entry_list soap api call ?
By the looks of the SugarCRM soap api you just seem to pass raw SQL into the restriction part of the get_entry_list function call.
Is there a way to escape the values being passed into the …
3
votes
4answers
97 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:
…
0
votes
1answer
26 views
Whats happening when switching themes in Sugar CRM or similar kind of application
Can anyone tell me what's happening when i click on a different color / Them icon in sugar CRM or new ORKUT. I am trying to develop a similar kind of application(in ASP.NET) where i need to switch to …
0
votes
2answers
87 views
CRM for a call-center, with strong integration - build or buy?
We have a custom CRM solution that among several things handles our call-center. That is, each call-center operator gets a queue of people (potential customers) to call based on a number of …
0
votes
1answer
97 views
Can’t connect to SugarCRM Soap API
I've just started on a project where I need to insert contacts into a SugarCRM system using the SOAP interface.
So far I have created a reference to the service …
0
votes
1answer
186 views
Sugar CRM SOAP get_entry_list
I have sugarcrm instance and want to fetch some data from it using a raw php
I am using nusoap client. I am able fetch the data but want to select data of particular id only. what i am doing is
…
0
votes
2answers
248 views
The right way to auto filter SQLAlchemy queries?
I've just introspected a pretty nasty schema from a CRM app with sqlalchemy. All of the tables have a deleted column on them and I wanted to auto filter all those entities and relations flagged as …
0
votes
0answers
51 views
Not able to send email through a campaign
Hello,
I am new user of sugarcrm. I have installed sugar5.2.0 on my server. I have configured email and have checked it. Its working, But after that i have made a email campaign through campaign …
0
votes
1answer
25 views
Cannot create max_apache event!
Has anyone seen this cryptic error or knows what it means?
0
votes
1answer
350 views
SugarCRM: Deprecated SOAP API calls?
Is it true that most of the web methods available in SugarCRM's SOAP API are now deprecated and replaced by set_entry() and get_entry() ?
For example, if I want to create a new lead should I use …
0
votes
2answers
844 views
SugarCRM: How do I make “first name” and “salutation” required fields on the “Convert Lead to Contact” form?
We use a customized installation of SugarCRM and I need to make a change to the "Convert Lead to Contact" form. On the form, only "last name" is marked as required, but if the user does not enter a …
3
votes
5answers
468 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 …
