• 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…
  • 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…