• Duplicating Notes Module

    Hello! I was hoping to duplicate the notes module but can't seem to figure out how. Any advice would be appreciated!
  • Module Builder access limitation

    Hello support, i built an integration module for SUGAR. By default when an admin installs the package on the SUGAR org, the permissions on the module will grant admin privileges over the module. This means that a new user without any role, will…
  • Why is record.php not being used when I install this package?

    Here is the package. Feel free to unzip it and take a look. Lev_Contracts2013_09_20_Amy.zip I am frustrated, because I have a file \SugarModules\modules\Lev_Contracts\clients\base\views\record\record.php but after installing, it doesn't show up…
  • How to fetch the details Accounts database table and list in an custom module

    Hi All I have a requirement of list the Accounts module details in an custom module and filters out the data. How to Create a custom module that fetch details from the Accounts module table in the same database ?
  • How to display child module subpanel items in Primary module subpanel

    Hi All, I need to display the sub panel items of a child module in its parent module. Imagine There are three modules Say A,B,C 1) Many to one relationship between the module A & B and Module B is a child module of A . 2) Many to one relationship between…
  • How to develop an module builder for SugarCRM v8?

    Hi, I'm planning to develop a module builder to upload in SugarCRM v8 to display values from a third party website. So, in the contact page, the module builder should take the contact's email and search in the third party website using the API request…
  • how to make a field required when it cannot be found in studio as it is a product of relationship?

    I created a new module that has a relationship with two other modules. One of the module lets call eating, the other let's call drinking. My module let's call it paying. Now my module paying has a one-to-one relationship with eating, and many-to-one relationship…