Questions tagged [suitecrm]

SuiteCRM is a CRM application written in PHP and is a fork of the popular SugarCRM Community Edition project. It adds various plugins onto SugarCRM CE including support for Quotes and Products, Reports, Workflow, Events, Teams and a Case portal integration.It is fully compatible with SugarCRM 6.5.

SuiteCRM is a CRM application written in PHP and is a fork of the popular SugarCRM Community Edition project. It adds various plugins onto SugarCRM CE including support for Quotes and Products, Reports, Workflow, Events, Teams and Case portal integration.

Useful links

512 questions
0
votes
1 answer

fetch record id for current call/meeting before saving to database while editing

I am dealing with alerting whether call/meeting slot is available or not before a user saves a call/meeting. My task mainly deals with the editing part. There are two approaches to edit a specific call. Select a particular lead in leads page -> go…
UdaySagar
  • 83
  • 13
0
votes
1 answer

SugarCRM or SuiteCRM Quote Line are not displayed when created with SOAP API

I'm integrating an backend web application with SuiteCRM and I'm using the SOAP API extensivly. From the backend application I'm creating an Quote (AOS_Quotes) and I'm adding some line items (aos_products_quotes) to the quote. Once the objects are…
The Tech Geek
  • 575
  • 1
  • 5
  • 16
0
votes
1 answer

modules view in suitecrm is empty while search works fine

I'm using suitecrm (a sugarcrm fork) version 5.3.3, when I click on "contacts" or any other module, at the upper menu, I see nothing. however, when clicking on "serach" with empty parameters I do get the full list of contacts. any idea what could…
akiva
  • 2,677
  • 3
  • 31
  • 40
0
votes
2 answers

Search option is removed after adding Where condition to list view suitecrm/sugarcrm?

I want to customize the list view based on condition so i followed this blog to add where condition in list view Developer Blog From Sugar where clause for sugar list-view pages but after doing this i am not getting search options in my custom…
Abhi Adr
  • 1,264
  • 2
  • 11
  • 27
0
votes
0 answers

Multi-select Dropdown Data Not Displaying In Subpanel

In one of my modules say (Module1) I have a custom multi-select dropdown field. Module1 is in M:N relation with module2. The multi-select dropdown field data is displayed in the Edit, List & Detail views of module1 but it does not display in the…
user1134061
  • 55
  • 1
  • 9
0
votes
0 answers

Expand InsideView By Default In SugarCRM

By default, InsideView sub panel in Accounts module is collapsed in SugarCRM. How can I make it expanded by default? To be more clear, when any Account is opened, by default the Inside View subpanel present within it should be expanded. Since I am…
user3269629
  • 39
  • 1
  • 9
0
votes
0 answers

Hierarchy For Users In SugarCRM CE?

Let's say there are some Users: user1,user2,user3,user4,user5 and user10. user3 and user4 reports to user1, user5 reports to user2. If user3 creates some records that records can only visible for user3/user4 and user1,user10 not for 2 and 5. If…
naren
  • 11
  • 1
  • 8
0
votes
0 answers

Pre-populate SuiteCRM Report's Fields

I am working with the Report module. I've created a relationship between Accounts And Report from the Accounts detail view when you click on the Report subPanel create button. I'm redirecting to a create page (Edit View) of Report and while…
Abhi Adr
  • 1,264
  • 2
  • 11
  • 27
0
votes
2 answers

cron.php on IIS 7.5 windows 2008 server

i'm running the suitecrm 7.1.1 on IIS 7.5 on windows 2008 server. trying to run the cron.php to make the AOD works; The Cron batch file is killing me guys; from the admin>scheduler i put all the 11 jobs to inactive and kept only 2 jobs to active (…
RedOne
  • 31
  • 1
  • 8
-1
votes
1 answer

SuiteCRM is not installed

I am unable to install the SuiteCRM on my laptop. Fatal error: $GLOBALS can only be modified using the $GLOBALS[$name] = $value syntax in C:\xampp\htdocs\Suite\SuiteCRM-7.12.8\install\performSetup.php on line 715 I expected I will download the…
Sawera
  • 1
-1
votes
2 answers

SuiteCRM 8 htaccess error after install: public/legacy/.htaccess: RewriteBase: argument is not a valid URL

I am trying to install SuiteCRM-8.2.1 on a server for a client and everything has run fine but there seems to be a .htaccess file problem This is the error in the dashboard,profile, admin The server encountered an internal error or misconfiguration…
Anjali Vyas
  • 9
  • 1
  • 3
-1
votes
1 answer

Suitecrm after install login page displays js code

After fresh install it redirect to login page http://localhost/crm/index.php?module=Users&action=Login but the one getting displayed is this jquery code YAHOO.util.Event.onDOMReady(function() {if(location.href.indexOf('print=true')>-1)…
-1
votes
1 answer

Multi Tenancy in SuiteCRM

Is it possible to create a common CRM platform which will be used by different business entity in the same industry...For Eg: Create a platform for Salons wherein the business flow will be the same but contact and leads will be unique to each…
-1
votes
1 answer

Fetch data from external REST API and display it in list view and detail view (custom module)

I need to fetch data from external server using custom REST API and show the data in list view and detail view.(custom Module). I am completely new to Suitecrm. Need to know that when I click on module name how could Fetch data and where to write…
-1
votes
2 answers

get_relationship method call returns a single record when two are expected

I have a defined one to many relationship between accounts and analysis, sugar link name is accounts_analysis_1. Using API V4.1 I want to retrieve all analysis ids where accounts id is equal for example to this fixed id…
Mario
  • 4,784
  • 3
  • 34
  • 50