• Records last Modifications date automatic changes without updating records ?

    Hi All Please suggest , Records last Modifications date automatics changes without updating manual or api records ? any one have any idea why this is happen ? and where is it possible and why modification date changes without changes updating records…
  • Adding a related contact on create (Admin)

    Hello! Our team has been stuck on these one for a while. Recently we implemented some processes to notify clients on the status of cases. We managed this without a problem. However we noticed something odd. Since the contact is related automatically…
  • How the complex fields(Objects & arrays from actual api response i.e. get records for a module) are defined in Metadata API (/rest/v11_8/metadata?type_filter=modules&module_filter=Accounts)

    Hi, I am doing an Api call (using /rest/ v11_8 ) to get metadata from this endpoint " /rest/v11_8/metadata?type_filter=modules&module_filter=Activities" this is for "Activities" module, here I am getting a response like this (image= metadata API response…
  • 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…
  • Call reminder email notification template

    Hello, Is there an upgrade safe way of adding new custom fields to the email template for call reminders? I can access the template in include/language/en_us.notify_template.html and customize it by creating custom/include/language/en_us.notify_template…
  • SugarCRM Decimal Field

    Hi All, I have created the decimal type field using vardef where the length is 18 and precision is 15 which is also same in MySQL but when i try to update the field value up to 15 decimal like 34.1234567899876489, it is storing as rounded value up…
  • Adding formulas/field calculations when creating custom fields via the manifest file.

    Hey guys, I hope you are all well. I am currently work on a package to update our customer onboarding process. It would be preferred to install a single package in production and the configuration is complete except for adding the fields to the record…
  • Create multiple choice field types

    Hi everyone, I trust you are all keeping well and safe during these unusual times. Was wondering if anyone has ever created a multiple choice type field, either using radio buttons or tick boxes? Similar to what we normally see during a survey. Here'…