• Relate field in custom view

    Hi, We have created a custom view / dashlet which is loaded on the side of our create view to perform checks and give suggestions when creating a record of a custom module. In this dashlet I want to add a relate field so I can adjust my logic based…
  • 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…
  • Scroll Issue After Update 13.3.0

    Hello, Since the last update to 13.3.0 one of our pages lost the ability to scroll. To fix this, I tried to add a custom.less file to the custom/theme folder as stated in the documents with simple styling *{ overflow:scroll } and I uploaded it to the…
  • 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…
  • 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…
  • Sugar Latest Version ENT V13 Clarifications

    1. New Module Deployment : In Sugar V13 ENT default fields, such as the 'Name' field, are not listed Studio ->Layouts -> Record View/List View sections. For example, we would like to display the 'Name' field somewhere other than the top of the screen…
  • MailerFactory damage the attached files

    Hi Everyone! I have a problem with a code, I have a logichook that sends an email with files attached, but some days ago the customer reported an issue... the files arrive damage to the inbox email. I'm using the 'MailFactory::getSystemDefaultMailer…
  • Report Schedules - Excel option with Excel formatting

    Hi Team, Kindly suggest on how we can add Excel option in Report Schedules module and send formatted excel report on email. .csv option is there but we want to send formatted .xls file. Thanks, Shreya
  • 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…
  • How to Send invites as calendar invite (ical) - For any module

    Hi There, We would like to implement the below functionality Upon creation/edition of any record in any of the module (name for example : PS) : a calendar invite sends to the Contact's primary email address. Calendar Appointment Subject/Title…
  • Introduction to the Sugar Frameworks

    My latest post on the 4 Sugar Frameworks can be found at sugarcrm.substack.com/.../sugar-framework
  • I want to have alert notification on logic hook.

    I have gone through many questions and posts but i didn't find the solution for sugar 10.3 (Enterprise Edition) class save_customer { /* *$bean : *$event : *$arguments : */ function save_customer($bean, $event, $arguments) { //Check If Customer ID…
  • Extending Advanced Workflow - Customizing actions

    Hello, Accordingly to Sugar 7.8 Technical Overview, I am trying to extend the advanced workflow by followingthe exemple given (Capitallize action ). The goal is to capitallize every fields of the bean given. I created 3 files : My JSGrouping located in…
  • Scheduler job doesn't execute my php changes

    Hi, I work with sugar pro 7.6 and I want to execute a custom job which checks the status of the contracts and does something. I correctly setup my batch file (following the documentation instructions) for the execution of the scheduled job and the file…