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

Download button in popupview

I've been trying to add a download function in a button in popup window, but its not working. I've created a file view.popup.php The code is:
s0m3d3v
  • 177
  • 1
  • 13
-1
votes
1 answer

Module framework vs Extension framework (sugarCRM, SuiteCRM)

There's probably an easy answer, but I just want to clarify. In the documentation I see that we can create a custom view using the MODULE framework, but same can be done using the EXTENSION framework. When do you pick one over the other? Is it just…
Robert Sinclair
  • 4,550
  • 2
  • 44
  • 46
-1
votes
2 answers

SuiteCRM - fix file permissions

I am trying to update the file permissions for SuiteCRM. I need to run the following code in GNU bash, but I cannot figure out the correct syntax to list the file permissions. I am the root user sudo chown -R www-data:www-data . sudo chmod -R 755…
-1
votes
1 answer

SuiteCRM add custom where condition in view.popup.php?

How to add custom where condition in view.popup.php ? Someone suggests me to add custom where condition in view.list.php but my problem is, view.popup.php not calling the view.list.php so there is no meaning to add a custom condition in…
Sagar Munot
  • 55
  • 2
  • 9
-1
votes
1 answer

How to convert a required field into optional for SuiteCRM?

I have a field-A (drop-down) and a field-B (textfield), depending on the value of the field-A the field-B becomes optional or not, for example: If the value of the field-A is 1; then the field-B becomes required, for this I use the JS function that…
Berroterán
  • 131
  • 2
  • 12
-1
votes
1 answer

How to display meetings related to contact in a subpanel -SuiteCRM

I am using SuiteCRM Version 7.9.2. I didn't change the relationship between Meetings and Contacts (many to many). I can see contacts invited to the meeting in the contacts subpanel (forMeetings), but I can't see any meetings listed in meetings…
ivanacorovic
  • 2,669
  • 4
  • 30
  • 46
-1
votes
2 answers

How to get Module Title from Module in SuiteCRM?

So I have renamed Accounts module to Organisation module and need to do some customization, I am getting module name as 'Accounts' and I need to get its title here 'Organisation'. How can I do this in SuiteCRM or Sugarcrm 6?
user3286692
  • 383
  • 1
  • 5
  • 23
-1
votes
1 answer

Create a custom sugar_3.js file for an upgrade safe customization

I've been working on a bug related to the file sugar_3.js but since its a core file it will not be upgrade safe and I'm looking for a way of creating a custom js field that may overwrite some functions.
Jorge Cob
  • 166
  • 2
  • 15
-1
votes
1 answer

Subpanel not getting open in suagarcrm 7.8 version

I updated Sugar from version 7.6 to 7.8 i add some custom code in subpanel-list.js and it was working perfect in 7.6 version . But now in 7.8 version due to this code subpanel is not working . Can any one tell me the solutions for that. I tried to…
Amitesh Kumar
  • 3,051
  • 1
  • 26
  • 42
-1
votes
2 answers

Using Entrypoint in SuiteCRM to update a field through a E-mail link to client?

Wondering how I'd go about doing this process: When Date of Deadline is LessThan OR EqualTo 7 days THEN Create a Task on Account (know how to do) THEN send Email from template (know how to do) In the e-mail have some way for the client to respond…
GeorgeWL
  • 333
  • 2
  • 18
-1
votes
1 answer

How can I verify that my application runs with php 5.5.x?

I have an application that is based on SugarCRM CE. The official advise is to use only php5.3 versions. Now that both the community edition of SugarCRM and the support for php5.3 ended I wonder what I can do to verify that everything still works as…
pauel
  • 908
  • 10
  • 26
-2
votes
0 answers

SuiteCrm for customer database

Using SuiteCrm for a customer database. https://www.cdata.com/kb/tech/suitecrm-python-petl.rst How can I write a sample code that would get all customer data named jeff and sort by age ? I tried to do it in this way but however, I dont know if it is…
-2
votes
1 answer

Note: To send record assignment notifications, an SMTP server must be configured in Email Settings

I recently upgraded my wampp server and use new update suitcrm version. When I check the log, this appears: [****Note: To send record assignment notifications, an SMTP server must be configured in Email Settings.****]
-2
votes
1 answer

Sugar CRM REST API module extension

I am achieved the login functionality through REST API provided by sugarCRM…
Varun Sreedharan
  • 517
  • 8
  • 28
-2
votes
1 answer

Relate fields and relationship in SuiteCRM

I have the next problem : in my custom module "Schoold groups" i have relate field to module "Places" . Also i created one-to-many relationship between 'Places" and my custom field. And i need the next thing : when i go to certain PLACE page i'd…
Armen Jan
  • 1
  • 2
1 2 3
34
35