• Moving Record to custom module

    Hi guys! Hope all is well I just want to ask how I can move record from one module to another module? I already created 2 custom module, and able to copy the data, my problem is when executing the action button I made, it duplicate the data on destination…
  • Issue in Adding button to panel-top-for-prospectlists

    I am trying to add button in "panel-top-for-prospectlists" in the contacts module by using Extension without overriding. The following is the code but the button is not being added. <?php $viewdefs['Contacts']['base']['view']['panel-top-for-prospectlists…
  • ActionButton calling custom scripts

    I like the new ActionButtons you can create in sugar 11 using studio and then place them anywhere like you do a field. the problem I have is it would be great in we could call custom scripts in records.js when the button is clicked. Has anyone found a…
  • Adding a field to a copy button that modifies the copied fields

    Hi, I have a custom module that contains a large number of currency fields. The requirement is to use a copy button in the record view to still create a copy of the record but applying a multiplier percentage to all currency fields. The multiplier…
  • Adding custom create button to list-headerpane

    Hi all, I'm working on an instance of SugarServe 10.2. Following guidance from here and this article ( https://support.sugarcrm.com/Documentation/Sugar_Developer/Sugar_Developer_Guide_10.2/Cookbook/Adding_Buttons_to_the_Record_View/#Defining_the_Button_Label…
  • How to set a button in viewdefs so it works in a web and mobile client?

    I'm trying to set a button in viewdefs than works in both clients, I put it in the action dropdown, that button is not appear in mobile version, somebody knows if its possible set the button in both clients from a single package? My actual code looks…
  • How to publish/integrate applications in Sugar CRM

    Need to publish our application with Sugar CRM Please let me know how we can integrate our application with Sugar CRM. We meant to customize Sugar CRM where we can have a extra button to launch our web application.So once the user will login into Sugar…
  • How can I access fields in my javascript?

    Hi, Sorry if the question is very simple but I'm can´t seem to find a solution to my problem, maybe because I'm new to SugarCRM development. I managed to add a button near the "Edit" button when you open a contact and I managed to make it call a hardcoded…
  • How to add an option in the action menu of contract module listview

    Hi, I use sugarcrm 7.6 and I want to add an option in the action menu of the contracts listview. Contracts has the old version of the user interface and I can't use the new method for 7.6 to add the options. I try to follow this page: https://developer…
  • 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…
  • Sugar 7 : how to remove subpanel row_action button on bwc record ?

    Hello everyone ! To follow my adventures with panel-top buttons (from here : https://community.sugarcrm.com/ideas/1457#comment-1813 ), I'm struggling with a module 7 subpanel on a bwc record. What i have : I've created a custom module through module builder…