Recent Additions
Fixing one-to-many relationships in SugarCRM 5.1HTML Posted on 12-10-2008 by Sander Marechal
There are four problems when you create a one-to-many relationship in the Module Builder: The Edit and Detail view do not properly contain the related fields in the child module, the related fields are not available in the List view, are not available in the subpanel and are not available on the Search panel. Here is how to fix all these issues. | |||||||||
User Contributed Comments
Request a Tutorial
Couldn't find what you were looking for? Drop us a note and we'll do our best to get it up here.
Submit a Tutorial
Have a tutorial you would like to share with us? Fill out the form below and we'll get it posted.
Feedback
Please confirm your selection:
Add a Comment
Share this tutorial



Nice post! I have to add that you don't have to deploy the module, you can do something else. You can publish the module, then go to the zip file and make the appropriate changes. After that, you install the module (modified zip). Of course, this is the longer way, but more elegant. Once you prepare the package, you can distribute it. There is no need for changing Sugar after deploying the package.
I am using one PC for developing, the second for installing and testing, because I have notice some problems when developing and deploying on the same computer.