• 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…
  • 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…
  • How to obtain SugarBean from a relate field?

    Hi All I am working in Cases After Save logic hook and need to get a bean from a relate field. I have a relate field named vehicle_c which is related to a custom module called Vehicle. When I log the the field below in sugarlog I seem to get the title…
  • want to insert into another module's Table.

    Hi Team, I have added a custom button on custom entity next to SAVE and CANCEL. On the click of custom button i want to pick some value from the FORM and want to insert into another module's Table. What is right way to achieve it. Thanks in advance. Regards…
  • Are SugarBPM processes triggered before or after logic hooks?

    Hello All, I have a question about how the triggering of SugarBPM processes compares to the triggering of logic hooks. We have three before_save logic hooks in the Opportunities module that are indexed to run in a specific order. I'm considering replacing…
  • Can a logic hook send or receive data?

    I am trying to send an AJAX to a loogic hook to get the id of a newly created Case, but I am not getting an answer, also and I have been trying to do it by CURL towards another php but I am not getting any answer either, is this possible or not?. Thanks…
  • Custom API error message

    Hello to everybody, We need to control that some fields of type text only has numeric values (not ask why...) at both UI and API request level so when a regular user creates/edit a record and save it a popup tell them that they enter non numeric values…
  • How to fetch the details Accounts database table and list in an custom module

    Hi All I have a requirement of list the Accounts module details in an custom module and filters out the data. How to Create a custom module that fetch details from the Accounts module table in the same database ?
  • Unable to turn off TRACKER - support unable to help :(

    Hi everyone, We have a customer (on-site) using Ent 9.0.3, who must have their Tracker function in Sugar turned off (for compliance reasons). Using the checkboxes in Admin > Tracker doesn't stop the tracker from running. You can test yourself, it's still…
  • How to push data to external system using module logic hook

    Hi All, I need to know is it possible to push data from sugar to external system using logic hook .I know web logic hook i s enough to push data even though i have an special requirement to push data using logic hook. I like to know is it any way to achieve…
  • How to set a limit to the maximum number of users/employees ?

    Hi Forum, SugarCRM 6.5.20 I would like to set a limit to the number of users/employees that can be created in a given distribution. Is there a way that this can be achieved ? eg. If I set the limit to 50, when the administrator attempts to create the…
  • No valid themes are found on this instance

    I am using Sugar CRM version 6.5.7 on PHP 5.3.28. I have recently migrated this application from Windows Server 2008 R2 to Windows 2016 Datacenter. The users on the application are getting this error randomly and there is no log for this particular exception…
  • How We Can Make custom log field Like As Comment log?

    Hi All, I am Trying to create New Custom field same Beauvoir default comment log filed sugar crm 9.x. any one any idea for how to create new custom comment log filed in module.... Thanks
  • Setting Default Record Names on Record Creation

    Step 1. Select "Create" from the Quotes Module ListView to create a new record. OR Step 2. Select "Create" (the + button) from a related module (Accounts) in the sub panels. When the pop up window shows (the cached version of the new Quote record), I…
  • Why call bean->save() in before_save logic hook?

    The documentation on before_save logic hooks states that "calling save on the bean in this hook will cause an infinite loop if not handled correctly". I'm curious, what are the circumstances when you would need to call save on a bean in a before_save…
  • Scheduled tasks to Larval API

    Hi all We have a company secure database which has w web interface via Laravel whuch at the moment is pushing data to Sugar through sugars API. As services with sugar are evolving we need to now get sugar to push data back to Laravel,and if possible have…
  • custome response for out-of-the-box sugar API WS

    We are sugar partners and we have a large implementation of sugarcrm in terms of customization. They will be using sugar flower "serve + sell" that is ondemand deployment option only for now. The thing is that user is no conform with the way sugar api…
  • How can I create PHP unit test for Sugar 8

    Hi All, How can I test logic hook functions using PHPUnit test. Please help me create PHP unit test for Sugar 8
  • How To save date and time value in date and time field in sugarcrm using before save logic hook ?

    How To save date and time value in date and time field in sugarcrm using before save logic hook ?
  • How to hide edit button in Dashboards module home sugarcrm 9.3?

    After update to 9.3 we have some error - View Render Failed, but our customization is very simple. ({ extendsFrom:'DashboardHeaderpaneView', initialize: function(options) { this._super("initialize", [options]); if( app.user.get('type')!= "admin" && this…
  • What do you mean by Sugarcrm components

    I have a confusion related with the term Component . What do you mean by Sugarcrm components and which are the sugarcrm components
  • How To create Custom Action In 9.X Like 6.5.

    How To create Custom Action In 9.X Like 6.5.
  • How can I create OAuth token for the particular user

    How can I create OAuth keys for a particular user ? Please help me to find a solution to create OAuth key for an particular user
  • How to call Comment log Api Sugarcrm 9.1 EP

    How to call Comment log Api Sugarcrm As Respective of case Module 9.1 EP.
1 2 3 4 5 »