• Error when creating fields from module builder

    Hi Currently we have a problem in the module builder module. When we create a module and add a field this does not. 1- The module is ModuleBuilder, the module is created from 0 2- type: varchar, name=test, Display Label=test, System Label=LBL_PRUEBA,…
  • Limit the size of a TextArea in Detailview

    How can i limit the size of a TextArea field in the detailview? because when the text is too long, it push the whole right size out of the browser: i tried to limit it through the view.detail.php file ,using javascript, but the field is actually a span…
  • How to do Rename file and Rebuild JS Grouping at SugarOnDemand

    Hello Folks How to rename the file before installing the addon at Sugar on Demand. And Also Rebuild JS Grouping Files using coding. I have tried using $uploadFile->duplicate_file But not working. require_once ( 'include/utils/autoloader.php' ) ; require_once…
  • Edit Customer Portal URL

    How can we edit the Customer Portal URL with the new platform? Let's say I have a new platform called 'ric' so how can I have customer portal URL like https://{site_url}/ric/index.html so it opens a new layout? $platforms [] = 'base' ; $platforms [] …
  • Issue with pie chart when there is only one value

    Hi, I am trying to use pie charts in my application Sugar 7.9. In the legend when all values are hidden and only value value displayed, the pie chart size is dramatically increasing and it is being cut from the wrapper box. I have even tested in the style…
  • How to have a custom platform

    I want to register myself, by providing my SugarCRM URL, User Name and Password. Means I want to add my own new platform called 'jessica' so that I can have my own Layout. Thanks
  • where is QLI comment is stored?

    Please help me to know in which field QLI item comment is stored for the module Quotes/Sales Orders? Or in which module?
  • How to: disable modules in portal

    The "Configure Portal" section of https://support.sugarcrm.com/Documentation/Sugar_Versions/7.9/Ent/Administration_Guide/Developer_Tools/Sugar_Portal/ implies that modules can be disabled in the self-service portal, but does not describe how. How can…
  • SugarCRM Solution Architect , SCP - 501

    Hi All, I looking for SugarCRM Solution Architect certification for that I need to refer sample and previous questions dump and tutorials. So please help me to find or by provide the question dump
  • Extended Table in Editview

    Is there an option to create a table in the editview , which can also extended, to more lines by the user? (the user push + and the table extended with a new line). i'm familiar with Sugarcrm Coding. of course, without creating a new module and relating…
  • Automatically create manifest ZIP files / import live changes into dev

    Hi, we whant allow admins to add or change fields, list and views in our live environment. We need these changes also to keep our development instances up to date. So we're thinking to handle live updates by exchanging manifest ZIP files instead of GIT…
  • REST Api for  set_dropdown

    what is the REST Api for SOAP set_dropdown and get_dropdown?
  • Failure in the "from" field to send emails

    I have SugarCRM 7 installed and I have configured the outgoing e-mail address by putting the name of my company in the "from" field and when sending the test e-mail to the recipient, the e-mail arrives with the name of my business. The problem is when…
  • Clear notice warning errors

    I have SugarCrm 7 installed in a Xampp server and although in the file php.ini I have configured that I do not show any warning of any kind in sugarcrm 7 I still get notice errors and I can not get them out. Could you help me?
  • How can i call yes/no popup when saving a contact

    I'm using the Community Edition of Sugarcrm. I want to present a yes/no popup, when the user push "Save" button on creating a new contact. For doing that i need to somehow call a javascript function/file when the button "Save" is pushed on the editview…
  • How can I add more than 2 fields on the mobile list view?

    Hi, I am trying to display some fields on list view for mobile, I'm using studio <module_name> > Mobile Layouts > Mobile ListView to make the changes. Studio does save the changes but on mobile list view it only displays first 2 fields. Can anybody suggest…
  • Cases Recordview sometimes not rendering for one specific user

    Without apparent pattern, one specific user (out of around 40 total) has been opening Case recordview to sometimes find that the entire "main pane" section, containing all fields as well as the edit button, have not been rendered in the browser. The entire…
  • Sugarcrm 7.9.3: Quote Line Items -CreateView- ReadOnly Not Working

    I'm working on sugar 7.9.3, When trying to make a field in quote line item to readonly its not working. Following is the scenario. I added product field status to show in quote line items. modules/Quotes/clients/base/views/record/record.php ( Worked in…
  • Fuzzy vs exact global search results

    I am trying to understand some differences I am seeing on certain field types for Global Search. Currently I am seeing this in 8.0.3 but am comparing to different results we were getting in 7.7. When searching for a name field (name, first_name, last_name…
  • Problem in Upgrading to Sugar 8.0

    Hi, We are having issues while we are upgrading to 8.0.0 from 7.9.4 onsite instance. Here is our stack PHP Version 7.1 Mysql Version - 5.7.5 Elastic server version -5.6.11 Apache - 2.4.8 Php Modules Installed [PHP Modules] bcmath calendar Core ctype curl…
  • How can I share the code in 3 servers?

    Hello! The problem that I have right now is an Infrastructure level; I'm hosting on AWS a SugarCRM application and I have to replicate the code in 3 servers of an Autoscaling group on Amazon web services, What I'm using is EFS (elastic file system) or…
  • Can we store Emoji's in a MySQL DB?

    It's an EMOJI society... We have the need to store emoji's in the DB. On the backend; we can change the collation for a table from utf8_general_ci to utf8mb4_general_ci and update the columns to be utf8mb4_general_ci. We are able to insert the emoji via…
  • How to hide panel in SugarCRM 7.9 ?

    (Scenario 1) :- I want to hide panel in SugarCRM on based on user's department. If user's department is Accountant then I want to show subpanel and if not Accountant then I want to hide this panel. For this I have refer document https://support.sugarcrm…
  • Custom Endpoints - noLoginRequired = true not working.

    Hello Folks I have created my custom EndPoint where if noLoginRequired = true then its working but current_user id not getting. If I change that noLoginRequired = false then its showing below error error: "need_login", error_message: "No valid authentication…
  • Download button in popupview

    Hello been trying to add a download function in a button in popup window but its not working. im trying to add a download button that downloads a pdf file but when i press the button it doesnt do anything instead i get a blank page. ive created a file…
« 3 4 5 6 7 »