• 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…
  • Copy Opportunity Record with all related linked RLI

    I want to copy opportunity record with linked RLI. same as quotes and QLI. when we copying any Quotes record all related RLI is also gets copied. I want to do same functionality for opportunity module.
  • Manage custom configuration

    Hello everybody, I'm facing a problem that most of you have already had. In the cloud (or on premise instances), when I want to update a custom config value, I should deploy a package. This could be annoying when you want to do some tests or make…
  • safe upgrade on custom editviewdef

    Hi all. I have a custom module in which I included a js file (customjs.js) custom / modules / Cases / metadata / editviewdefs.php, I have created the installation package for the module loader, but I have a problem, since there is another module custom…
  • How to Remove Sub panel Create And Select Button ? 

    Hi All, i want to remove sub-panel create buuton and select link remove from parent Module Account and Sub panel module Is case.
  • Dependencies to define a field required according specific

    Hello Developers, I'm working on sugarCRM 8.3. I need to write dependencies on custom field, where field is required or visible for specific role. I tried using JS but it is working only on web not in mobile.
  • auto increment integer field

    Hi, I use sugar 7.6 pro and I want a custom integer field id_autoincrement in the task module which is autoincremented every time that I create a new task. If I create a task and the last created id is 10 the new one will be 11 for example. I find a lot…
  • How to create a Workflow Custom Action in 7.7

    I'm a new developper of a SugarCRM 7.7 application. It's now a very big application and we can't upgrade for the moment. I saw that there was a best practise to do it in SugarCRM 7.8. Howerver, I've not found any docmentation and anybody in the same case…
  • 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…
  • Add a custom button to Quotes record view

    Hi, I have a Sugarcrm 7.6 pro installation and I want to add a custom button to the Quotes record views and I found this guide in the documentation https://support.sugarcrm.com/Documentation/Sugar_Developer/Sugar_Developer_Guide_7.6/UI_Model/Views/Examples…