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