• 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…
  • 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?
  • 7.9 Quoted line items - on-change controller

    Has anyone figured out where to define on-change events for Quoted Line Items? We need to look up pricing in a third party ERP based on mft_part_num. I already removed the populate related for the price field using the Extension framework, and now I'm…
  • Inconsistent bundle currency/empty "default" bundle

    I have heavily customized Quotes 7.9.3 We do not use the pricing from Product Catalog or currency conversion. We use an external price catalog and price items in the appropriate currency (matching the quote currency) but the bundle currency is not always…
  • Quotes - Defaulting the tax rate in tax rate select

    Hi, How can I default the tax rate for a quote? We have only 1 tax rate and want it displayed by default. I've looked in studio and dropdowns, but cannot see an obvious way to default it - I thought 'Tax Rate' would have been a field in Studio that I…
  • Installable package failed - "unable to load bean"

    Hi. I'm trying to install a custom package that turns "Opportunity Name" field required in the Quotes module but I get an error in the Log: Mon Apr 24 21:36:22 2017 [3491][01d5bbea-1fa2-11e7-afde-063b661e1dc5][FATAL] Unable to load bean Mon Apr 24 21…
  • 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 …