• 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…
  • Extending EmailTemplates to add Cases Module in Sugar 7.9.5, Parsing Email not working

    I was able to add the case modules variables in the email template Reference Insert Opportunity variables into Email Templates ) , I'm not able to parse the emails, I did try overriding function email2Send in modules/Emails/Email.php . in custom/modules…
  • How can I make a custom dashlet class that is extendable?

    I have created a custom dashlet class that extends from tabbed dashlet view and implements some methods from the dashable list class to create a tabbed list view: (If there is a simple way to do this, then I would love to hear it) The dashlet consists…
  • What to use instead of joinRaw in anticipation of 7.9 removing the method?

    As mentioned in the release notes for 7.7.1 SugarQuery::joinRaw() has been deprecated. The method is still in the 7.8 Documentation: http://support.sugarcrm.com/Documentation/Sugar_Developer/Sugar_Developer_Guide_7.8/Data_Framework/Database/SugarQuery…
  • 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…
  • 7.9.2 does getBeans in after_relationship_add logic_hook use cache?

    I have a logic hook method on a custom OppProducts module related to Opportunites which executes an after_relationship_add, before_relationship_delete and before_save While the before_save (for modifications) and before_relationship_delete (for deleted…
  • Copying custom fields from a Product Catalog Entry to a new Quote Line Item

    Hello... In Sugar 7.9.x: Does anyone know h ow we get new custom fields in the Product Catalog (Product Template) module automatically copied over as default values for the line items in the Quotes module? Out of the box it does this for some fields …