Blog

Design Discussion - Quality Improvement System

Posted by on October 25, 2012
Almost all of us like to design and/or use useful solutions. That's why we use SugarCRM, after all. In this post we thought we would share some of the design decisions we are facing as it may be interesting and you may have some ideas of your own to share.

Plug-and-play Survey Engine for SugarCRM Pro

Posted by on October 22, 2012
Ever wanted to send custom surveys to your customers and leads directly from SugarCRM? Atcore Surveys is another add-on from our friends at Atcore Systems that allows you to do exactly that.

Safely Customizing a Core Bean in SugarCRM

Posted by on October 18, 2012
When it comes to creating upgrade-safe and custom module-aware* solutions it can become quite the challenge when you need to add something to a core bean. In this example, we want to be able to allow users to grab cases that are either currently unassigned or perhaps have been created from a support portal and assigned to a global portal user.

Integrated Email Marketing with Wired Marketing

Posted by on October 15, 2012
Finding a quality email marketing solution with fair pricing can seem like a daunting task. With Wired Marketing we feel we've found both. With a pay-as-you-go approach that makes it attractive to both first-time and high-volume marketers, Wired Marketing is unlike a traditional SugarCRM module that needs to be installed. Instead, it simply integrates via the SugarCRM API meaning it just works. Which is great since we 100% guarantee every purchase. Oh yeah, the SugarCRM integration is free of charge.

Unit Testing with SugarCRM and PHPUnit

Posted by on October 11, 2012
The ability to customize SugarCRM extensively makes it a very powerful application framework. Building modules, custom views or logic hooks can introduce bugs into an otherwise stable installation; luckily there's a way to improve the quality of the code you're writing in the development process.