Submit or Request a Tutorial
Sort By: Date Added   |  Popularity  |  Views

Sugar Enterprise

Name

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 (1) UnhelpfulUnhelpful (0) Views: 973  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 (2) UnhelpfulUnhelpful (0) Views: 1761  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 (1) UnhelpfulUnhelpful (1) Views: 420  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 (0) UnhelpfulUnhelpful (0) Views: 993  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 (0) UnhelpfulUnhelpful (0) Views: 862  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 (0) Views: 1097  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 (4) UnhelpfulUnhelpful (0) Views: 2164  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 (1) UnhelpfulUnhelpful (0) Views: 738  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 (1) UnhelpfulUnhelpful (0) Views: 625  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: 597  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 (4) UnhelpfulUnhelpful (0) Views: 1007  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: 873  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 (4) UnhelpfulUnhelpful (0) Views: 866  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: 977  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 (7) UnhelpfulUnhelpful (4) Views: 3090  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: 14  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: 1033  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: 25  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 (1) UnhelpfulUnhelpful (1) Views: 1970  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: 13  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: 474  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 (0) Views: 1897  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 (0) Views: 1068  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: 617  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: 720  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 (4) UnhelpfulUnhelpful (1) Views: 1176  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 (0) Views: 580  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: 611  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 (1) UnhelpfulUnhelpful (0) Views: 1202  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: 738  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: 2327  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: 530  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: 2699  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: 2177  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: 504  ShareShare

Submit or Request a Tutorial
Sort By: Date Added   |  Popularity  |  Views
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.