This website recently got a major rebuild; if you're missing something, let Lorna know.

    Tag: sugar


  1. SugarCRM 6 Installation Error


    I noticed that SugarCRM have just released their new version 6.0.0, and since my sugarcrm installation is madly out of date and I'm about to start using it again, I thought I'd just throw the old one away and install from scratch. I had no problems until I …

    Read more

  2. SugarCRM SOAP Data Types


    Since SugarCRM only works with PHP5 in non-WSDL mode, I had to create all my calls from scratch. The SugarCRM documentation is somewhat minimal, as I may have mentioned, and I found I was mostly reading the WSDL to figure out how to format my SOAP calls. I've put together a post with working examples but I've also assembled a list of the data types needed. Click through to read more.

    Read more

  3. SugarCRM SOAP API Examples


    By popular request, here are some examples that worked for me when using the SOAP API offered by SugarCRM. Its nice that there is an interface, but it isn't brilliantly documented or nearly as widely used as it should be!

    SugarCRM can't talk to PHP 5 native SOAP libraries in …

    Read more

  4. SugarCRM SOAP API


    I don't know when SugarCRM, the open source CRM tool, first acquired a SOAP API but I missed it completely. I've used SugarCRM a few times, on quite a casual level, and only fell across the SOAP API because I needed it.

    The first thing to note is that the …

    Read more

  5. SugarCRM Custom Fields


    'Tis the week for code snippets it seems - actually its mostly that I'm working with SugarCRM in anger for the first time and falling into a few traps. Due to the unique way in which this product is funded, there is a lot less community support around than I'd expect …

    Read more