Submit or Request a Tutorial

Recent Additions

Name

6.0 CE ER Diagram

PDF  |  146.48KB
Posted on 01-12-2011 by David Tam

This document contains diagrams that represent the entities of the Sugar 6.0 Community Edition system. These diagrams are broken down by the main modules, in addition to a complete diagram. For each table, only columns used as primary key or foreign keys are displayed.

HelpfulHelpful (12) UnhelpfulUnhelpful (1) Views: 5643  ShareShare

Breakdown of the Popup Metadata Definitions

HTML
Posted on 03-01-2010 by Matt

This article is intended to introduce you to the SugarCRM popup definition file. After finishing this article you should have a greater understanding in how to both create a new popup definition file from scratch or to customize an existing popup definition file.

HelpfulHelpful (1) UnhelpfulUnhelpful (3) Views: 2753  ShareShare

Importing SugarCRM Records with Multi Select Fields

HTML
Posted on 03-01-2010 by Matt

the two most important details about importing records with multi select data into SugarCRM.

HelpfulHelpful (0) UnhelpfulUnhelpful (4) Views: 2257  ShareShare

SugarCRM Manifest Development Guide

HTML
Posted on 03-01-2010 by Matt

One of the great features of SugarCRM is its extensibility and one way to utilize that extensibility is by creating modules. Modules are generally developed to meet a business need such as the functionality provided by forums, teams or social media integrations. These SugarCRM modules are packaged as zip files and contain a manifest.php file in the root directory that defines how SugarCRM will install the module. This guide will outline and detail all aspects of the SugarCRM manifest file so that you can develop modules more efficiently and with less guess work.

HelpfulHelpful (5) UnhelpfulUnhelpful (0) Views: 3448  ShareShare

SugarCRM SOAP Examples Pt. 2: Queries and Google Charts

HTML
Posted on 08-14-2009 by Dean Haddock

In this edition I'm going to discuss how to query your SugarCRM database to retrieve a count of records. Then I’m going to show you how to present this data with the Google Charts API.

HelpfulHelpful (1) UnhelpfulUnhelpful (10) Views: 3328  ShareShare

Module Loader Restrictions

HTML
Posted on 08-14-2009 by Jason Nassi

SugarCRM's hosting objective is to maintain the integrity of the standard Sugar functionality when we upgrade a customer instance, and limit any negative impact our upgrade has on the customer's modifications. Prior to Sugar 5.2.0j (Patch J), Module Loader did not have the ability to detect whether the changes being uploaded are deemed “upgrade-safe”. For example, if a customer were to upload a module that modified standard Sugar functionality, an upgrade of the instance (new patch, new release) could impact those modifications, resulting in a production problem for the customer. Modifications using the rest of the Developer Tools section of Admin are considered upgrade-safe. This includes Studio, Module Builder, and Workflow.

HelpfulHelpful (0) UnhelpfulUnhelpful (0) Views: 1742  ShareShare

Sugar 5.2 ER Diagram

PDF  |  1.22MB
Posted on 05-26-2009 by Lam

The following diagrams represent the entities of the Sugar 5.2 Community Edition system. These diagrams are broken down by the main modules, in addition to a complete diagram. For each table, only columns used as primary key or foreign keys are displayed.

HelpfulHelpful (3) UnhelpfulUnhelpful (2) Views: 2410  ShareShare

SugarCRM SOAP API Examples

HTML
Posted on 04-16-2009 by Dean Haddock

This includes a few basic examples of how to perform basic SOAP API calls, including inserting and relating records, and assigning records to users at the time of inserting them.

HelpfulHelpful (8) UnhelpfulUnhelpful (42) Views: 6648  ShareShare

Fixing one-to-many relationships in SugarCRM 5.1

HTML
Posted on 04-03-2009 by Sander Marechal

In this article, I walk through the steps of fixing one-to-many relationships in SugarCRM 5.1

HelpfulHelpful (3) UnhelpfulUnhelpful (0) Views: 2236  ShareShare

Working with Email Campaigns

HTML
Posted on 03-12-2009 by James Wallace

A tutorial demonstrating how to create a simple email campaign, using tracker links.

HelpfulHelpful (5) UnhelpfulUnhelpful (3) Views: 2343  ShareShare

Consuming a Google Reader Shared Items Page with SugarCRM

HTML
Posted on 03-09-2009 by James Wallace

James Wallace explains how to get ATOM RSS feeds to play nicely with SugarCRM's RSS Module.

HelpfulHelpful (2) UnhelpfulUnhelpful (2) Views: 1735  ShareShare

Candy Wrapper

HTML
Posted on 03-02-2009 by Angel Magana

CandyWrapper is a .NET 2.0 class library which simplifies the process of using the SugarCRM SOAP API.

HelpfulHelpful (2) UnhelpfulUnhelpful (0) Views: 1765  ShareShare

Authenticate with LDAP through SOAP

HTML
Posted on 02-23-2009 by Rog211

Code example for authenticating against LDAP for SOAP calls.

HelpfulHelpful (2) UnhelpfulUnhelpful (2) Views: 2067  ShareShare

SOAP in Ruby

HTML
Posted on 02-23-2009 by Royashbrook

Code examples for connecting to SugarSoap via Ruby.

HelpfulHelpful (0) UnhelpfulUnhelpful (2) Views: 1689  ShareShare

Improving SOAP client performance

HTML
Posted on 02-23-2009 by samirgandhi

With the Web Services that SugarCRM provides, there are many clients being written to connect to Sugar servers via the SOAP services called SugarSoap. This article outlines how to improve SOAP performance by caching the SugarSoap WSDL to reduce the overhead on the Sugar server. Unless you have a specific reason to do otherwise, everybody should implement this approach when writing a SOAP client that connects to SugarSoap.

HelpfulHelpful (1) UnhelpfulUnhelpful (0) Views: 1882  ShareShare

VB.NET code example for SugarSoap

HTML
Posted on 02-23-2009 by doraih

A code example for connecting to SugarSoap API's via VB.NET

HelpfulHelpful (0) UnhelpfulUnhelpful (2) Views: 2274  ShareShare

SugarSoap in C#

HTML
Posted on 02-23-2009 by Timothyp

Code examples for interacting with the SugarSoap API's via C# (C Sharp).

HelpfulHelpful (2) UnhelpfulUnhelpful (4) Views: 2492  ShareShare

Using SugarCRM's SOAP-API with Python and SOAPpy

HTML
Posted on 02-18-2009 by Tuomas Rasila

Tuomas Rasila shows us how to get SugarCRM integrations working using Python and SOAPpy.

HelpfulHelpful (2) UnhelpfulUnhelpful (0) Views: 1874  ShareShare

Enhance your SugarCRM edit views with filters

HTML
Posted on 12-22-2008 by Sander Marechal

In my last article I showed you how can add grandparent relate fields to your custom modules. In this article I show you how you can use those fields to filter search popups on other relate fields.

HelpfulHelpful (1) UnhelpfulUnhelpful (2) Views: 2167  ShareShare

Add grandparent fields to your SugarCRM modules

HTML
Posted on 12-11-2008 by Sander Marechal

When you build custom modules and you create one-to-many relations between them, you can put a link to the parent module in the various views. But what if that parent module has a one-to-many relation to yet another module? By default SugarCRM does not support adding links to grandparent modules on your views. This article shows you how to add them.

HelpfulHelpful (1) UnhelpfulUnhelpful (0) Views: 2219  ShareShare

SugarCRM many-to-one relations to standard modules

HTML
Posted on 12-10-2008 by Sander Marechal

With the module builder you can create a one-to-many relation from a custom module to a standard module, but not the other way around. This article explains how you can create a these in code yourself.

HelpfulHelpful (1) UnhelpfulUnhelpful (1) Views: 2204  ShareShare

Beyond module builder in building a custom module

PDF
Posted on 12-10-2008 by Julien Dehaese

The Sugar developer guide is a very good starting point when you want to start customizing SugarCRM and when the module builder does not permit you to do so. Since I have struggled in the beginning to put some things into practice, I am gathering practical tips and pieces which I found at various places to enable others to benefit from my findings and as well for my personal reference.

HelpfulHelpful (9) UnhelpfulUnhelpful (1) Views: 2959  ShareShare

Build custom SugarCRM modules in Subversion

HTML
Posted on 12-10-2008 by Sander Marechal

In this second tutorial about SugarCRM and Subversion, Sander Marechal explains how you can build version controlled custom modules that work together with the version controlled SugarCRM from the previous article.

HelpfulHelpful (3) UnhelpfulUnhelpful (0) Views: 1888  ShareShare

Keeping SugarCRM under Subversion control

HTML
Posted on 12-10-2008 by Sander Marechal

Sander Marechal shows you how to keep SugarCRM itself under version control, how to deal with deployment and how to do upgrades in the face of customisations to the core code.

HelpfulHelpful (2) UnhelpfulUnhelpful (0) Views: 1788  ShareShare

Fixing one-to-many relationships in SugarCRM 5.1

HTML
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.

HelpfulHelpful (2) UnhelpfulUnhelpful (0) Views: 1726  ShareShare

The SugarCRM cache directory demystified

HTML
Posted on 12-10-2008 by Sander Marechal

The SugarCRM cache directory contains not just cache files but a couple of other type of files as well. This article explains what's inside the cache directory.

HelpfulHelpful (2) UnhelpfulUnhelpful (1) Views: 2168  ShareShare

Improving Performance for the End-User

HTML
Posted on 10-29-2008 by majeditani

A blog article describing the benefits for Sugar users of implementing HTTP compression on your Web server.

HelpfulHelpful (0) UnhelpfulUnhelpful (0) Views: 1954  ShareShare

Benefits of Server Side Caching

HTML
Posted on 10-29-2008 by majeditani

A blog post detailing the benefits of implementing an op-code cache utility like APC or Zend Platform.

HelpfulHelpful (0) UnhelpfulUnhelpful (0) Views: 1760  ShareShare

Hiding the Short Cut menu

HTML
Posted on 10-29-2008 by John Mertic

JavaScript code snippet for hiding the Shortcut menu when the screen renders

HelpfulHelpful (2) UnhelpfulUnhelpful (0) Views: 1585  ShareShare

SugarCRM integration with custom Java applications

HTML
Posted on 09-23-2008 by Clint

The team at beanizer.org details examples of integrating SugarCRM with Java applications.

HelpfulHelpful (0) UnhelpfulUnhelpful (3) Views: 2038  ShareShare

SugarCRM and Asterisk integration in Java - First steps

HTML
Posted on 09-23-2008 by Clint

The team at beanizer.org details a Java-based system for monitoring Asterisk events and querying Sugar for customer details

HelpfulHelpful (2) UnhelpfulUnhelpful (0) Views: 2057  ShareShare

SugarCRM integration - website session and SOAP session

HTML
Posted on 09-23-2008 by Clint

The team at beanizer.org explores some techniques to pass session information from a website session to a SOAP session using SugarSoap.

HelpfulHelpful (3) UnhelpfulUnhelpful (1) Views: 2222  ShareShare

Studio & Module Builder - Tips & Tricks for the Developer

HTML
Posted on 09-17-2008 by csage

Many useful examples on how to make Studio and Module Builder do what you want.

HelpfulHelpful (4) UnhelpfulUnhelpful (10) Views: 3104  ShareShare

Sugar 5.1 ER Diagram

ZIP  |  1.05KB
Posted on 09-15-2008 by Clint

The diagrams contained in this document represent a partial set of the entities of the Sugar Suite 5.1 Community Edition system. The DDL for the schema is also included.

HelpfulHelpful (4) UnhelpfulUnhelpful (0) Views: 1902  ShareShare

Building Lead Capture Forms

SWF  |  6.50KB  |   15mins
Posted on 09-15-2008 by Clint

Join the Sugar Marketing team for an overview of how to quickly build and deploy a lead capture form on your website using the WYSIWYG form builder inside of Sugar.

HelpfulHelpful (1) UnhelpfulUnhelpful (2) Views: 2179  ShareShare

Common Customization Samples and Tutorials

HTML
Posted on 09-11-2008 by SugarCRM

A series of common code-level customizations.

HelpfulHelpful (2) UnhelpfulUnhelpful (4) Views: 2930  ShareShare

Email address change for Sugar 5.0

HTML
Posted on 09-11-2008 by Yun-ping

There is a new schema for Email Addresses in 5.0, which deprecates the email1 and email2 fields in some modules such as Contacts, Leads, Prospects, and Accounts. The upgrade process will create the new email_addresses table and migrate the existing email addresses to the new table and the new relationship table email_addr_bean_rel. The email_opt_out and invalid_email fields in the Leads, Contacts, Prospects, and Accounts modules are also deprecated. This tutorial details those changes.

HelpfulHelpful (1) UnhelpfulUnhelpful (0) Views: 2045  ShareShare

Sugar 5.0 Data type changes

HTML
Posted on 09-11-2008 by Yun-ping

In SugarCRM version 5.0 there are schema changes and vardefs.php file changes to consolidate inconsistencies in the use of boolean fields and related date/time fields throughout the modules. This tutorial details the changes and pointers for migrating module customizations or custom modules built in SugarCRM 4.x versions.

HelpfulHelpful (1) UnhelpfulUnhelpful (0) Views: 1635  ShareShare

Beyond Module Builder - Sugar 5.0 Code Tips and Tricks

HTML
Posted on 09-10-2008 by kenneth.thorman

A series of tips and tricks on how to modify a module at the code level. Includes tips on how to make a column clickable in the ListView or Popup, how to hide a tab but still show data in a subpanel and how to create a new row in a subpanel without hiding existing rows.

HelpfulHelpful (1) UnhelpfulUnhelpful (4) Views: 3284  ShareShare

How to make a SugarStick

PDF  |  123.45KB
Posted on 09-09-2008 by SugarCRM

Many entrepreneurs are very mobile people that need access to their customer information wherever they are. For this I built the SugarStick. The concept behind SugarStick is simply SugarCRM run off of a USB stick which can be used in any computer. For the purposes of this tutorial we will build a SugarStick that runs on any Windows host.

HelpfulHelpful (1) UnhelpfulUnhelpful (0) Views: 1986  ShareShare

SugarCRM + SOAP + ColdFusion + Bug Tracker

HTML
Posted on 08-20-2008 by chrisborah

A code sample that shows how to connect a ColdFusion Web service to the SugarCRM Bug Tracker module via a SOAP call.

HelpfulHelpful (1) UnhelpfulUnhelpful (0) Views: 1897  ShareShare

Using Yahoo Stock Ticker Web Services in Sugar

PDF  |  148.00KB
Posted on 08-19-2008 by SugarCRM

In this article we will cover integrating live stock updates within the Sugar application. Yahoo provides a web service that generates comma separated data containing the stock prices of a ticker symbol.

HelpfulHelpful (5) UnhelpfulUnhelpful (0) Views: 2137  ShareShare

Fun with Sugar Wireless!

HTML
Posted on 08-11-2008 by SugarCRM

Join Jason Nassi as he customizes Sugar Wireless 5.1 to expose Notes in the Cases module.

HelpfulHelpful (1) UnhelpfulUnhelpful (1) Views: 1731  ShareShare

Programmatically Hiding and Displaying Panels Based on the Value of A Drop Down in 5.1

PDF  |  87.00KB
Posted on 08-11-2008 by SugarCRM

In many cases it is desirable to hide or show certain fields on a form based on the value of a field. For example, if the account is a partner the form should show partnerish fields. The easiest way to do this is to create panels with information specific to each record type and then hide or show the panels based on the record type.

HelpfulHelpful (10) UnhelpfulUnhelpful (0) Views: 2775  ShareShare

Lightboxing in a Detail View

PDF  |  61.00KB
Posted on 08-06-2008 by SugarCRM

There are many times when you want to open a new page or popup in the middle of an existing page while also taking focus off of the page that you clicked from. Lightboxes allow you to do this by centering the popup information in the middle of the screen while blacking out everything the information around it.

HelpfulHelpful (7) UnhelpfulUnhelpful (4) Views: 2205  ShareShare

JSON and Sugar with Majed Itani

PDF  |  44.00KB
Posted on 08-06-2008 by SugarCRM

In this tutorial we will talk about JSON which stands for JavaScript Object Notation and how it allows for your applications HTML front end to communicate with your PHP back end.

HelpfulHelpful (5) UnhelpfulUnhelpful (0) Views: 2057  ShareShare

Building Sugar Dashlets and RSS Feeds

WMV *  |  59.00MB  |   43mins
Posted on 06-10-2008 by SugarCRM

Expanding on Sugar Architect Majed Itani's previous session on building a custom Blogs module, this developer session focuses on adding a new Sugar Dashlet and RSS feed for the custom-built Blogs module.

* If prompted for a codec within Microsoft Media Player, download the codec from http://www.gotomeeting.com/codec/.

HelpfulHelpful (1) UnhelpfulUnhelpful (1) Views: 2241  ShareShare

Introduction to Module Builder 5.1

HTML
Posted on 06-09-2008 by SugarCRM

Join Jennifer Yim, SugarCRM Product Manager, as she provides an overview of creating a custom module using the updated Module Builder in Sugar 5.1.

HelpfulHelpful (9) UnhelpfulUnhelpful (5) Views: 2069  ShareShare

Programmatically Hiding and Displaying Panels Based on the Value of a Drop Down

PDF  |  80.00KB
Posted on 06-09-2008 by SugarCRM

In many cases it is desirable to hide or show certain fields on a form based on the value of field. The easiest way to do this is to create panels with information specific to each record type and then hide or show the panels based on the record type.

HelpfulHelpful (1) UnhelpfulUnhelpful (1) Views: 2069  ShareShare

Sugar 5.0 ER Diagram

ZIP  |  2.00MB
Posted on 06-03-2008 by SugarCRM

The diagrams contained in the this document represent partial set of the entities of the Sugar Suite 5.0 Community Edition system.

HelpfulHelpful (5) UnhelpfulUnhelpful (0) Views: 1774  ShareShare

System Scheduler

HTML
Posted on 05-30-2008 by SugarCRM

System Scheduler is an excellent tool to schedule unattended running of applications, batch files, scripts and much more.

HelpfulHelpful (0) UnhelpfulUnhelpful (4) Views: 1739  ShareShare

Making Fields Read-only

HTML
Posted on 04-15-2008 by SugarCRM

Sometimes you want to display a description or name field that can be updated based on other module information (or by quicksearch) and you want it to be updated dynamically, but you don't want the user to be able to change the value (you want to make it read-only).

HelpfulHelpful (3) UnhelpfulUnhelpful (0) Views: 1916  ShareShare

Web-to-Candidate Handling For Sugar Enterprise

PDF  |  21.00KB
Posted on 03-02-2008 by SugarCRM

Also building on the Creating New Modules and Relationships tutorial, in this tutorial you will create a web to candidate form that can be used on a fictional company's website. This form will capture candidates and add them as a candidate into Sugar.

Helpful (0) Unhelpful (0) Views: 1465  ShareShare

Building a Blogs Module

WMV *  |  28.61MB  |   21mins
Posted on 03-01-2008 by SugarCRM

Join Sugar Lead Architect Majed Itani as he walks through dramatic upgrade-safe customizations. In this video tutorial, you will create a custom Blogs module by first building the base module in Module Builder and then adding custom functionality via code. A great tutorial for end-to-end custom module development in Sugar 5.

* If prompted for a codec within Microsoft Media Player, download the codec from http://www.gotomeeting.com/codec/.

HelpfulHelpful (4) UnhelpfulUnhelpful (0) Views: 1786  ShareShare

Reporting and Workflow For Sugar Enterprise

PDF  |  26.00KB
Posted on 03-01-2008 by SugarCRM

This tutorial builds on the Creating New Modules and Relationships tutorial. In the Reporting and Workflow tutorial, you will to create reports and set up workflow rules, triggers, and alerts.

Helpful (0) Unhelpful (2) Views: 1466  ShareShare

Sugar Dashlets and You

PDF  |  44.92KB
Posted on 02-26-2008 by SugarCRM

The Sugar Dashlet Framework allows developers to easily create new Sugar Dashlets that are installable into SugarCRM instances.

HelpfulHelpful (2) UnhelpfulUnhelpful (1) Views: 4597  ShareShare

SI Bootcamp- Complete tutorial For Sugar Enterprise

DOC  |  400.00KB
Posted on 01-06-2008 by SugarCRM

In this tutorial you will create a complete set of HR modules using the Sugar 5.0 Module Builder.

Helpful (0) Unhelpful (0) Views: 1466  ShareShare

Sugar2Dia

GZIP  |  5.00KB
Posted on 01-05-2008 by SugarCRM

Sugar2Dia User Guide Sugar2Dia is an Entity-Relationship constructor that provides insight into your particular SugarCRM schema, and database design.

HelpfulHelpful (0) UnhelpfulUnhelpful (0) Views: 1648  ShareShare

Parsing XML Data using PHP

SWF  |   05mins
Posted on 12-21-2007 by SugarCRM

Learn about XML Integration Workflow, and create XML Data using Report Functionality

HelpfulHelpful (1) UnhelpfulUnhelpful (0) Views: 1690  ShareShare

SOAP Intro and Practical Examples

HTML
Posted on 12-01-2007 by Mfleeger

SOAP stands for "Simple Object Access Protocol." It is used for making Remote Procedure Calls through the HTTP protocol by relaying messages in XML. Even if you don't necessarily understand all of the acronyms and terminology involved, thanks to a myriad of toolkits available, it is easy to make effective use of SOAP Web Services from a variety of programming languages, in particular with Sugar and its wide array of SOAP-based services that it offers.

HelpfulHelpful (2) UnhelpfulUnhelpful (6) Views: 2536  ShareShare

Custom Aging Field - The upgrade safe way

PDF  |  205.08KB
Posted on 11-09-2007 by SugarCRM

In this example we are going to do a custom aging field.

HelpfulHelpful (2) UnhelpfulUnhelpful (2) Views: 4399  ShareShare

SugarCRM integration with custom PHP applications (I)

HTML
Posted on 11-01-2007 by SugarCRM

Explore some basic querying methods to get lists of contacts from the SugarCRM

HelpfulHelpful (1) UnhelpfulUnhelpful (3) Views: 2697  ShareShare

SugarCRM integration with custom PHP applications (II)

HTML
Posted on 11-01-2007 by SugarCRM

Explore some basic querying methods to get lists of contacts from the SugarCRM

HelpfulHelpful (1) UnhelpfulUnhelpful (1) Views: 2339  ShareShare

Best Practices for Tuning Production Systems

WMV *  |  46.73MB  |   58mins
Posted on 11-01-2007 by SugarCRM

One hour recorded video session giving an overview of tuning all aspects of a SugarCRM system for optimum performance.

* If prompted for a codec within Microsoft Media Player, download the codec from http://www.gotomeeting.com/codec/.

HelpfulHelpful (0) UnhelpfulUnhelpful (1) Views: 1833  ShareShare

Phone Number Display

HTML
Posted on 10-26-2007 by SugarCRM

Code for alternative phone number displays

HelpfulHelpful (0) UnhelpfulUnhelpful (0) Views: 2061  ShareShare

Implementing Field Level Security in Sugar 5

SWF  |   05mins
Posted on 10-22-2007 by SugarCRM

In this tutorial we discuss access types and a go on a field level security tour.

HelpfulHelpful (1) UnhelpfulUnhelpful (0) Views: 1691  ShareShare

Sugar Charting

SWF  |   05mins
Posted on 10-22-2007 by SugarCRM

Review chart types, chart modifications and more. Applies to Sugar 5.0 and up.

HelpfulHelpful (0) UnhelpfulUnhelpful (0) Views: 1653  ShareShare

Using Business Logic Hooks to build upgrade safe customizations

SWF  |   04mins
Posted on 10-21-2007 by SugarCRM

Learn how to create upgrade-safe custom code that triggers off of a variety of events or "business logic hooks"

HelpfulHelpful (5) UnhelpfulUnhelpful (3) Views: 1944  ShareShare

Updated Studio in Sugar 5

SWF  |   06mins
Posted on 10-19-2007 by SugarCRM

Discover the newly redesigned Studio for Sugar 5.0

HelpfulHelpful (0) UnhelpfulUnhelpful (1) Views: 1577  ShareShare

Performance Wiki Articles

HTML
Posted on 09-27-2007 by SugarCRM

Several Sugar Wiki articles giving specific instructions for optimizing the performance of your SugarCRM system.

HelpfulHelpful (0) UnhelpfulUnhelpful (0) Views: 1770  ShareShare

Change a Calendar field when another field changes

HTML
Posted on 09-21-2007 by SugarCRM

If you want a calendar field (date field) to be updated to today's date when another field changes, you can easily add some javascript logic to the html form such as in EditView.html.

HelpfulHelpful (2) UnhelpfulUnhelpful (0) Views: 1721  ShareShare

SugarCRM Developer Guide from Packt Publishing

HTML
Posted on 07-17-2007 by SugarCRM

The book provides you with a module development tutorial, showing the essential steps for hooking your module into the SugarCRM infrastructure. Written for Sugar 4.5.1.

HelpfulHelpful (2) UnhelpfulUnhelpful (0) Views: 1820  ShareShare

Database Tuning for SugarCRM and MySQL

WMV *  |  39.10MB  |  01hrs 02mins
Posted on 06-06-2007 by SugarCRM

One hour recorded video session discussing details of tuning MySQL for optimum performance with SugarCRM.

* If prompted for a codec within Microsoft Media Player, download the codec from http://www.gotomeeting.com/codec/.

HelpfulHelpful (0) UnhelpfulUnhelpful (1) Views: 1949  ShareShare

Creating New Modules and Relationships

PDF  |  207.00KB
Posted on 06-01-2007 by SugarCRM

In this tutorial you will complete step-by-step exercises that will walk you through creating new modules and establishing module relationships.

HelpfulHelpful (2) UnhelpfulUnhelpful (0) Views: 2232  ShareShare

Employee Referral Handling

PDF  |  40.00KB
Posted on 05-02-2007 by SugarCRM

In this tutorial you will create a new relate-to field establish a new relationship between the existing employees module and the new Candidates module.

HelpfulHelpful (1) UnhelpfulUnhelpful (1) Views: 1567  ShareShare

Building Custom Modules with Sugar 5.0 White Paper

PDF  |  2.60MB
Posted on 05-01-2007 by Clint

A technical white paper on how to build a custom module with Sugar 5.0.

HelpfulHelpful (3) UnhelpfulUnhelpful (0) Views: 2153  ShareShare

Sugar Web Service APIs

WMV *  |  54.36MB  |   48mins
Posted on 01-31-2007 by SugarCRM

Video sessions about the ins and outs of using Web Services (SOAP) with Sugar

* If prompted for a codec within Microsoft Media Player, download the codec from http://www.gotomeeting.com/codec/.

HelpfulHelpful (0) UnhelpfulUnhelpful (0) Views: 3158  ShareShare

Simple Web Services script for SugarCRM 4.5

HTML
Posted on 08-06-2006 by SugarCRM

Developer contributed example user authentication

HelpfulHelpful (0) UnhelpfulUnhelpful (0) Views: 2808  ShareShare

CTO Series

HTML
Posted on 10-25-2005 by SugarCRM

An ongoing discussion in the Sugar Forums with SugarCRM CTO and Co-founder Jacob Taylor where he discusses a variety of developer topics including how to optimize performance and scalability.

HelpfulHelpful (0) UnhelpfulUnhelpful (0) Views: 1828  ShareShare

Submit or Request a Tutorial
Feedback
Please confirm your selection:
Helpful
Unhelpful
Have feedback for us? Drop us a line.
Terms & Conditions | Privacy | Trademark Info | Contact Info | FAQs | SugarCRM Inc.© 2004 - 2009 All rights reserved.