• SugarCrm add a column to leads list page.

    I've to add a column in leads list view page. I've tried this... custom/Extension/modules/Leads/Ext/LogicHooks/specQuickEditButton.php <?php $hook_array['process_record'][] = Array(1, 'Add Quick Edit Button in ListView', 'custom/SpecCustom/LogicHooks…
  • Method get_linked_beans() always returns empty list when triggered from Workflow

    Hi, I have set up a simple before_save logic hook for the Accounts module. When an account is saved the related contacts are retrieved using the get_linked_beans method. This works perfectly fine when manually editing and saving a record, but when using…
  • can I apply an after save hook for a sub panel?

    I want to do an after save hook for a sub panel, I tried adding it like what you would do for the main module but when I tried in when it in the sub panel it didn't work, but when I tried it using its main module it did work. So I'm guessing there is…
  • how to get the recently added bean id in after save logic hooks?

    I would like to retrieve the most recent id of an inserted data inside the after save method of logic hooks. How should I proceed with this? Thank you
  • MySQL query works in NaviCat but not in SugarCRM

    If any additional information is needed that would help you solve the problem, just let me know. I'm running SugarCRM 6.5.20 CE I have a logic hook that fires for a custom module and when I go to check the log, the query shows an execution time and appears…