• 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…
  • Relationship based on another relationship

    Is it possible to create a relationship based on another relationship? For example, in Opportunities I need to add two Contact relationships to track both Commercial and Technical contacts for an Account, but I need to limit the ability to select the…
  • Has anyone managed to get Seedbed running for end-to-end testing?

    I managed to update the Dockerfile and scripts to build successfully using the bullseye node package and bellsoft-java8, however I'm stuck with the yarn.lock looking for the seedbed package on cache.sugardev.team. I looked around and it doesn't look…
  • How can I display fields from one module on the create and detail view screens of another module?

    In the module builder level, I have created three modules. We are using the SugarCRM sidecar method to display the modules. Module 1: Contracts Fields: Name, Email, Mobile Module 2: Contracts_Sales Fields: Sales_person_name, Sales_company, Sales_email…
  • How to disabled/hide create option for "ABC" role to create lead in mobile app list view

    Hi ALL, I have added js in custom/clients/base/view/list view and changes are working fine in Desktop version but same not working in mobile app. How to disabled/hide create option for "ABC" role to create lead in mobile app list view Kindest…
  • Package Installation failed! - Code attempted to call blacklisted function .........

    Hi All, We are trying to create PDF template on our SugarCRM cloud instance(sandbox) version 12. We followed the steps below: Created PDF template in Admin->PDF manager To fetch the related module records we need to add custom code in “\custom…
  • Introduction to the Sugar Frameworks

    My latest post on the 4 Sugar Frameworks can be found at sugarcrm.substack.com/.../sugar-framework
  • How to add a custom button into the footer on SugarCRM Sell UI ?

    We are a system integrator and custom software development service provider for the Customer Relationship Management space. Currently, we are building an application for SugarCRM salespersons. We need to customize the SugarSell UI by adding a new button…
  • 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
  • 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…