• How to Extract Quoted Line Items Data

    I would like to utilize the REST API to extract QLI data. I need the related Quote to be exposed as well as the individual QLIs. I have a working Webhook where Quote header data is pushed to on external system using a specific trigger in Sugar. That…
  • Additional Quantity field for Quoted Line Items

    Dear Sugar Community, I have a question relating to quoted line items. We have the need to add an additional field to the quoted line item, this field will be known as a “term”, i.e. a term of 1 year 1.5 years 2 years etc. I need the “term” value…
  • Cannot Modify Multiple QLIs Without Data Conflict

    Good afternoon, I was wondering if anyone has found a work around for the issue of not being able to edit multiple QLIs in the Quotes module? I am currently working in V10.0.2. This is a known sugar bug ( https://portal.sugarondemand.com/#supp_Bugs…
  • 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…
  • 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…