• Add field in QLI within Quote detail/edit view

    Hi All, In latest 7.9.x version the Quote module is now a side car module before this was bwc module and we were able to add oob/custom fields in QLI within Quote detail/edit view How to achieve it in version 7.9.x? Any help will be highly appreciable…
  • Sugarcrm 7.9.3: Quote Line Items -CreateView- ReadOnly Not Working

    I'm working on sugar 7.9.3, When trying to make a field in quote line item to readonly its not working. Following is the scenario. I added product field status to show in quote line items. modules/Quotes/clients/base/views/record/record.php ( Worked in…
  • how can I trigger a QLI refresh?

    I am working in 7.9.4 Pro. I have a custom onSaveRowEdit() in an extension of ProductBundlesQuoteDataGroupListView. custom/modules/ProductBundles/clients/base/views/quote-data-group-list/quote-data-group-list.js When an item is saved, it checks for a…
  • 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…
  • Dynamic Multi-select on QLI will not store selected value/s, though it says it saved.

    SugarCRM 7.9 Quotes I have a dynamic multi-select in Products, the items are retrieved appropriately and the dropdown values display and are selectable. However, when I save, the selected values are not saved in the database although there are no errors…
  • this.model in quote-data-group-list does not have relate field from record.php

    Hello, I've been struggling to figure this one out and wondered if anyone had any ideas. We have a requirement to make a relationship between products and Tax Rates, selectable in the 7.9+ Sidecar quote-data-group-list.php view. Here's a brief outline…
  • Sugarcrm 7.9: Validate Quote `Group List` upon Save

    Im trying to add validation to Quote line items. As the quote moved to Sidecar in Sugarcrm 7.9 save to lineitems are difference. We can edit and save each lineitems. Im trying to validate some field upon save in the Line items refer image below. I have…
  • Potential Bug: 7.9 Quote Line Item custom fields do not display when quote is loded

    Add a custom column or two to Quote Line Items: custom/modules/Products/clients/base/views/quote-data-group-list/quote-data-group-list.php select a value for the custom field and save. The custom fields show with their saved values, a query on the back…
  • How to make QLI Description editable as it was prior to v7.9

    I have a client who is accustomed to editing the Product Description in the QLI once the information has been copied from the Product Catalog and they need to continue doing that. Has anyone been able to add the Description field beneath the QLI in the…