• How to assign email template with related module values ?

    Hi All, I talking about the Email module. I need to integrate the related module values in email templates. how can I do it ? Please help me find a solution.
  • How to easily add email to contact via API?

    I need to add emails to contacts. But I wasn't able to find out how to do it in a convenient way. Now when I want to add an email address to a contact, I have to call three endpoints. 1 - I need to call POST /EmailAddresses to get the email address's…
  • Refresh lookups from relate field

    I have created a custom module (call it module A) with several fields that are relate fields from another custom module (call it module B). I have created a vardefs extension for each of these relate fields that looks up data from Module B and populates…
  • Make the field "other_c" required which is dependent on multiselect field

    Hi, How can we make the field "other_c" set to required which is dependent on the multi-select field "request_c". The field "other_c" is visible only when "request_c" selects the option "Other". When the "other_c" field is visible, it should be made as…
  • Sidecar nesting partials

    Since sidecar is using handlebars I thought it wouldn't be a difficult task to create a ul/li structure with multiple levels. I was so wrong. For some reason I need to use a sidecar specific 'partial' helper that retrieves the partial that I need and…
  • Custom error message not working in create.js

    Hello All, I am trying this way to display a custom error message ({ extendsFrom: 'CreateView', initialize: function (options) { this._super('initialize', [options]); app.error.errorName2Keys['custom_message'] = 'THIS IS MY CUSTOME MESSAGE'; //add validation…
  • How To Make Dependent Filter In Sugarcrm 9.0 Report Module ?

    Hi All ! How To Make Dependent Filter In Report Module Sugarcrm 9.0 .? Its Working On Accounts and other Modules In edit View While I am trying To create Report for ex-Account Module But Filter Dependent Not Working ? So any one Suggest me What can i…
  • REST API - Update Textarea Field with 40KB data amount

    Dear community, We're running our CRM (Version 8.0.3) on Windows with an IIS as web server. Database is Oracle. SUGAR-CRM is the only application on that server. Oracle is hosted on a separate Unix-Server in the same environment. I use the SUGAR API to…
  • Unit Test Script for Backbone.js

    Hi All, Can anyone please guide me how to write the unit test script for backbone.js .
  • how to add custom module fields in email templates

    Hi All, I need to add custom modules field in Email template. How can I map or add the custom module fields in Email template
  • How can I select base_module for Email templates

    Hi All, I need to group Email templates based on the base_module value in the database table. How can I add the base module for an Email templates
  • PDF manager editor appending P tag

    Hi All, When I creating a PDF template the editor appending unwanted <P> with Smarty tags. How can I remove this unwanted P tags from the pdf template ? Please help me find a solution
  • Upgrade 8.0.3 -> 9.0.1 upgrade fails 'Exception: Invalid link team_link'

    Hi, We are currently upgrading one instance from 8.0.3 to 9.0.1. and are running into a strange issue. When the upgrade is done and the after upgrade scripts are running we get the following error in the ugprade wizard log: Mon, 09 Sep 2019 16:57:05 …
  • Vendor Folder Alternate! for SugarCRM ondemand (9.x)

    Hey community, Really need your wise help into this matter. I am building extensions for SugarCRM oncloud( *. sugarondemand.com) . Twilio is the first one. Because of code restriction, Twilio Vendor folder is not getting accepted. So what is the best…
  • How to unit test backbone js code?

    I am new to unit testing. Any ideas on how to test backbone js code? Example would be appreciated in context of SugarCRM. Sugar version - 8.0.3 Thanks, Shantanu Agnihotri
  • How to add process email template with non related module fields ?

    Hi All, I need to add the process email template with non related module fields. Please advise me how to add the non related fields with process email templates.
  • How to send email using email template from edit/record view ?

    Hi All, I need to send email using email template from edit/record view ?
  • What script is responsible for creating cache/modules/* files

    I have a file in my cache directory cache/modules/Notifications/Notificationsvardefs.php that is being recreated/updated during the save of an account record. Unfortunatly when it is updated the 'custom_fields' => true, is being left out leading to a…
  • Sucrose Bubble chart customization in Sugarcrm

    I have to integrate sucrose bubble chart in Sugarcrm. I don't know how to integrate sucrose bubble chart in Sugarcrm. It will be helpful if there is any document or process for this. Let me know if there is any link or document for integration.
  • Create address field with code

    Hello all, Is there an easy and upgrade safe way to create, from code (custom/Extension etc.) , an address field (so 5 db fields but a single field from the studio > layout section) ? Kind regards, Fred
  • Dashlet Report Filters Randomly Deletes

    Just curious if anyone has experienced custom report filters for dashboards randomly deleting. My home dashboard is broken out into 6 dashlets with each one using a custom report filter to only show certain reports. Every now and then one of the filters…
  • 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…
  • formatting dates in email templates

    In Sugar 7.9.5 the SugarBean class contained code to convert a date/time result obtained from database into the local format. (line 2800) //Converting from db fields is needed //Example: from "2015-01-08 22:32:00.000000" (retrieved from DB2) to "2015…
  • Parent view .hbs doesn't load by default when extending to module level

    Hi folks, I have created a custom sidecar view at the application level (custom/clients/base/view/{view-name}) with metadata, js controller and an hbs template. I have extended the same view at module level for multiple modules and would like to render…
  • How to display child module subpanel items in Primary module subpanel

    Hi All, I need to display the sub panel items of a child module in its parent module. Imagine There are three modules Say A,B,C 1) Many to one relationship between the module A & B and Module B is a child module of A . 2) Many to one relationship between…
« 3 4 5 6 7 »