• Default sort order field in subpanel not working 6.5

    This is literally driving me insane. I am trying to default sort a custom date field in a custom module subpanel. Here's what I have done: Background: PI_Personal_Injury is the parent module INV_Time_And_Expenses is the module subpanel The field I am…
  • How to access dashlet configuration variables from the server?

    When you click the "gear" icon in the top right corner of a dashlet, there are config items users can set for each of their dashlets. I'd like to be able to access those dashlet configuration values from my server code. Is there a class I can use to access…
  • How to remove append contact multi email Save.

    How to remove or restrict multiple email insert in contact create . or I want to make Normal email field contact module. save only single email remove multi email save features or plus button. Thanks Mack
  • How to remove/disable by permanently sidebar pane (right side Dashboard) in Sugarcrm 9.1 from list view and Record View to all Module

    How to remove/disable by permanently sidebar pane (right side Dashboard) in Sugarcrm 9.1 from list view and Record View to all Module. sugar10. sugarcrm 9.1 developer preview developer
  • No valid themes are found on this instance

    I am using Sugar CRM version 6.5.7 on PHP 5.3.28. I have recently migrated this application from Windows Server 2008 R2 to Windows 2016 Datacenter. The users on the application are getting this error randomly and there is no log for this particular exception…
  • set email opt_in when creating contact bean

    Can anyone help with how you set a contacts primary email and set opt_out to 1 when a new contact bean is crated $contactbean = BeanFactory : : newBean ( "Contacts" ) ; $contactbean - > first_name = $args [ 'FirstName' ] ; $contactbean - > last_name …
  • How can I resolve the: The session ID is invalid error on Community Edition

    How can I resolve the problem with: {"name":"Invalid Session ID","number":11,"description":"The session ID is invalid"}, this is the API answer from SugarCRM Community Edition 6.1.7 (Build 5875). I am trying to create a LEAD from Magento 2 on a local…
  • How To save date and time value in date and time field in sugarcrm using before save logic hook ?

    How To save date and time value in date and time field in sugarcrm using before save logic hook ?
  • How To create Custom Action In 9.X Like 6.5.

    How To create Custom Action In 9.X Like 6.5.
  • How We can global manage holiday calendar and business hours in sugarcrm 9.X EP

    How We can global manage holiday calendar and business hours in sugarcrm 9.X EP
  • How to change the background color of records in a list view according to the Status Value??

    How to change the background color of records in a list view according to the Status ??
  • How to get only selective information in profile API

    We are using https://<sugar_instance> * ramaraj.karuppusamy to get the current user profile. But it returns complete info of the user which includes preferences, modules, acl, etc . Is there a way we can get only selective information(We should be able…
  • Unable to sync with server.

    Hi, I am getting below error when trying to login to Sugar instance: Unable to sync with server. A request is failing that makes the application unusable. Please contact technical support. Could anyone help how to resolve this please? Thanks
  • Automated email template based on survey answers

    Hi there, I would like to create a survey in sugarcrm. Survey will have 10 questions, each question will have different options. The responses from each user should save in to the sugarcrm database. Once user replies to the survey (when a record is updated…
  • Salesfusion Integration with SugarCRM CE 6.5/SuiteCRM?

    Hi, Is there any available package of Salesfusion (SugarMarket) which will be integrated with SugarCRM CE 6.5/SuiteCRM? If not, will the package which is compatible with SugarCRM 7.9, work with SugarCRM CE 6.5? Or any alternative that can help me integrate…
  • Which SugarCRM versions does v11_4 REST API support

    Hi, I am using SugarCRM v11_4 REST API (which is SugarCRM version 8.3). I believe it only supports Sugar cloud versions. I need to know which version of SugarCRM it supports. Does it only support REST API v10 and above (SugarCRM v7.7.x and above)? SugarCRM…
  • Add notes to custom module

    Hi all, we had a developer add a custom module Feature Keys (holo_FeatureKeys) to our Sugar Ent 9.0. I now need to add notes support to this module. Using studio I created a relationship one-to-many in the feature key module to notes (see attached) however…
  • Create new custom field, through Sugar API

    I can add a new record, and also can get different records from sugar using API, but I am unable to add new custom field in Accounts module, can anyone please guide me to create a new custom field using Sugar API? I am using v4_1 version of API. Thanks…
  • Create note with attachment with php and sugar api

    Im trying to create a note in sugar and on my local install the following code worked fine $note = BeanFactory : : getBean ( 'Notes' ) ; $note - > description = $args [ 'description' ] ; $note - > id = create_guid ( ) ; $note - > new_with_id = true ;…
  • 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…
  • REST Api for  set_dropdown

    what is the REST Api for SOAP set_dropdown and get_dropdown?
  • 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…
  • What your favorite type of music to listen to while programing Sugar?

    personally I enjoy SomaFM Player just thought a fun thread would be a nice change for once.
  • Mass Update the text area fields.

    How can we mass update the text area type in SugarCRM?
  • Getting all available modules in v10 REST API

    Is there any rest v10 API to retrieve available modules in v10 REST API version?
1 2 3