• Error when I save a record

    Hi, I'm working with Sugarcrm 7.6 pro and I have a big problem when I save a record with the regular user but not with the Admin user. When I try to save an Account or a Contact record, sugar stops me with this error " There was an error while connecting…
  • Calculation formulas broken after git pull

    Hi all, I've been developing a set of formulas for a client. After some testing on my localhost I've committed everything to our repository and pulled it over to the user testing instance. The pull works fine, the permissions are OK. Then, as you would…
  • How to add an option in the action menu of contract module listview

    Hi, I use sugarcrm 7.6 and I want to add an option in the action menu of the contracts listview. Contracts has the old version of the user interface and I can't use the new method for 7.6 to add the options. I try to follow this page: https://developer…
  • Scheduler job doesn't execute my php changes

    Hi, I work with sugar pro 7.6 and I want to execute a custom job which checks the status of the contracts and does something. I correctly setup my batch file (following the documentation instructions) for the execution of the scheduled job and the file…
  • Add javascript in the onclick of a custom button

    Hi, I work with the 7.6 pro version of Sugar and I have added a custom button in the module Quotes that follows the old standard, the 6.7 version. I have added the button with this code in the detailviewdefs.php: 'buttons' => array ( 0 => 'EDIT' , 1 …
  • Show/Hide LoadingBox for my custom ajax functionality in Sugar 7.6

    Hello All, Please see below screen shot, I want to show/hide dynamically Std Loading Box in Sugar 7.6 Thanks, Shyam
  • Query not return any result in logic hook but query work in MySQL workbench

    My code in Cases module hook: $sql = "select c.id from cases c left join emails e on e.parent_id = c.id and e.parent_type = 'Cases' left join emails_text et on et.email_id = e.id where c.id = '{$focus->id}' and et.to_addrs like '%_string_%'"; $result…
  • restrict editview in a sidecar module under certain conditions

    Hi, I have a field in accounts module, when this field change to "Closed" status, i need to allow the editview's record only for the assigned user, and restrict to the other users. How can i do that without roles in SugarCRM 7.6? Thanks for your help…
  • osx capitan installation problems

    Hi, I'm trying to setup a developer environment for OSX Capitan following this guide and I ran into some trouble with the installation of Sugar 7.6. I managed to go through the setup wizard, so the system passed all the checks for php version, database…
  • Sugar 7 link to edit view

    Is it possible to link directly to edit view in Sugar 7?
  • Specific order of extension vardef rebuilding?

    Hi Everyone, Hopefully an easy question here for someone who is more in the know than myself: Is there a certain order that files in custom/Extension/modules/%MODULE%/Ext/Vardefs are rebuilt? The reason I'm asking is because when some fields were originally…