• The Products "Subpanel" on Quotes

    I need to run a script when an item is Saved on the Quote. So you pick a product from the dashlet, it is added to the SubPanel and then you click on the green button to save it. As it is saved I need to check its 'product_template_id' and if it is one…
  • Dynamic Dropdown in Quoted line item

    I want to populate the drop-down values dynamically based on other field value selected in Quoted Line Item. I have add ed my changes in following path: custom/modules/Products/clients/base/fields/enum/enum.js. OnChange of product_template_id field, i…
  • where is QLI comment is stored?

    Please help me to know in which field QLI item comment is stored for the module Quotes/Sales Orders? Or in which module?
  • Creating a custom module based on Quotes

    I am thinking about creating a custom module much like Quotes where a related modules records can be added on the same form as the Record/Create of the parent record. This module would be much simpler than quotes and products would not be involved but…
  • How to remove "New Quoted Line Item" from Quotes.

    Hi All, I want to remove "New Quoted Line Item" option while adding "Quoted Line Item" option in Quotes. I just want to search available products (Product Catalog) in search option.(SugarCRM 8.2) quotes product catalogue I have provided images for the…
  • Add javascript in the onclick of a custom button

    Hi, I work with the 7.6 pro version of Sugar and I have added a custom button in the module Quotes that follows the old standard, the 6.7 version. I have added the button with this code in the detailviewdefs.php: 'buttons' => array ( 0 => 'EDIT' , 1 …