• For API customization in SugarCRM

    Dear All, I want to customized Some input received in Sugar by Default API . How can I customized if ? And Also share the path of default API in SugarCRM used. For Example :- I have share a case crate API with portal user and I received regularly in…
  • HTTP: 500 Internal Server Error Invalid subscription json data

    Dear Team, I have Upgraded our sugar CRM 11.0.6 to 12.0.3 & we are Getting CRM after login screen ( HTTP: 500 Internal Server Error Invalid subscription json data ) Please help what can i do for this issue
  • How to customize Studio created Action Button functionality for mobile and web users?

    Hi All, I have below scenario where I need help/suggestion how we can customize Studio created Action Button functionality. In the Case module of SugarCRM, I've implemented two action buttons from studio: (1) "Complete" and (2) "Cancel." Each Case…
  • What is the use of erased_fields=true in REST API ?

    Hi, We are using rest api to get the records from any module , We see there is parameter used in that ?erased_fields=true , What does that mean ? For ex : we are using the api : / rest/v11_20/M03_Work_Product?erased_fields=true&view=list&order_by…
  • Change Meeting/Call Reminder Template to include Description value?

    What variable am i to use to add the meeting 'description' to the template? My change looked like this: <!-- BEGIN: MeetingReminder_Subject --> Meeting Reminder - {MEETING_SUBJECT} <!-- END: MeetingSpecial_Subject --> <!-- BEGIN: MeetingReminder --> Title…
  • metadata/public?type_filter=&platform=base&module_dependencies=1 - 500 Internal Error

    I am getting 500 Internal Server Error in metadata/public?type_filter=&platform=base&module_dependencies=1 API and page unable to load. SugarCRM login page is keeps on loading.But no errors in php & sugar logs.
  • How create multiple links(relation ship) with bulk API

    Hello, I am doing rest bulk call. I want to create multiple relationships along with the bulk record creation/updation. Please advise. Thanks Sanket
  • How to make a Relationship between Users and Roles , Teams Modules

    Hi, I need to create relationship between Users -> Roles and Users -> Teams modules. Itry with using sugar studio but the relationship target module ( Roles and Teams ) is not listed. I must create relationships one to many with the core role module…
  • Recommended SugarPDF Font to Support Chinese & Tamil Characters

    Hi, What is the recommended Font for SugarPDF which support both Chinese and Tamil characters? We have tried following: Microsoft Ya Hei Microsoft Jheng Hei Regular These fonts works with both chinese and tamil characters but doesn't work…
  • How to add custom filter and search in sidecar

    Hello Everyone, I have two module Inventory Item and Test System and have a custom sidecar in Inventory Item module, where I am showing Test System records in sidecar according to work product(Field in both module as related field). I am using custom…
  • Getting discard changes? popup after edit subpanel record

    I am getting a discard changes? popup after click on any module of navigation after edit in subpanel. Explained below: In Opportunity model subpanel for RLI, I have added a RLI record. After that I have updated the RLI record from subpanel with Quantity…
  • How to create chart calculation of report ?

    Hi There, I am looking to export the data of one of the custom report into pdf format including calculation showing in chart format. I am not able to find any information or way to achive this in sugar crm. Please help me to implement this. Below…
  • Create Pop up where I can enter some description and click on continue

    On click of button , I want a pop up dialog box where I can write some description and then click on Continue. Please help me here . Sugar CRM version used : 10.3 Enterprise
  • Ability to set values within any dropdown to active/inactive

    We need the ability on the admin/Studio side of things to be able to hide out of use dropdown options. Is it possible to hide values within an individual dropdown field without deleting? I would like to hide out of date values without deleting and removing…
  • On click of custom button , how can I call API ?

    Query : I have an API in Acconts/clients/base/api/mycustomAPI.php. On click of the button (custom button created) , it should call that API. Sugar CRM version used : 10.3 API url :3.82.61.201/.../ My Code: (record.js) ({ extendsFrom:'RecordView…
  • How to override include/workflow/alert_utils.php file's process_workflow_alerts method ?

    How to override include/workflow/alert_utils.php file's process_workflow_alerts method ? Can you help on this ? Angel Magana
  • Change Dropdown field to multiselect field according to Category

    Hello everyone, I have a "Type" field as dropdown and I want to change it multiselect field according to Category change. Please share your idea that how can I do it. If category = specimen then Type field = multiselect. If category = product…
  • How can i get field_name in detail.hbs of phone fields

    Hello Folks how can i get field_name in detail.hbs of phone fields. Eg, i can use values, record_id by {{model.id}} and module_name by {{module}} . So I want to have field_name of phone field.
  • How can we archive emails to users in Sugar through Outlook

    Hi Everyone, When we are archiving emails from Outlook to Sugar, can we relate to Users module? If yes can anyone suggest,how we can do this.I did not find any information in the Outlook plugin guide related to this.
  • How can I show dropdown option value in the audit log if I don't have any dropdown option value?

    How can I show dropdown option value in the audit log if I don't have any dropdown option value? And Value is saved in the Database. Please suggest a solution to handle the audit log list.