Wednesday, 15 July 2009

Trial

We've just announced a new way to try out the OpenSpan software using a cloud based service from Amazon. You can register here and you'll be given a machine in the cloud that is preconfigured with a the OpenSpan platform and a set of tutorials and finished solutions.

It's a simple, easy way to try our award winning software. Try it for free for 30 days at http://www.openspan.com/Members/TrialIndex.php

Monday, 13 July 2009

How quickly can you integrate to Salesforce.com?

OpenSpan has built a component that will allow you to integrate to Salesforce in under 5 minutes without writing a single line of code! That's a big difference compared to the "normal" integration path people take - starting your IDE, creating an empty project, configuring which libraries are required takes at least 5 minutes, then you've got to integrate the API in to your existing applications.

At OpenSpan we've created a component that wraps the web services API provided by Salesforce.com. This means that you can now integrate your existing applications in to the market leading cloud based CRM system, with only a few clicks.

SF.com Properties.png
The main data object is configured with the User ID and Password (which is encrypted) of your Salesforce.com API login - these can be statically assigned or dynamically added at runtime.

After assigning your credentials it's simply a matter of picking the data table you wish to interact with from the drop down list. You have access to all the standard data tables as well as any custom ones that you may have configured in your Salesforce setup. Now your ready to query the data held in the table - this is done using the Salesforce.com query language which is very similar to SQL.

The data object has a number helper methods to add a record, update a record, delete a record or simply select one. By dragging one of these methods on to an automation you will have access to your Salesforce.com data. The returned data object can also be pushed directly in to a data table for easy of integration in to a Windows form application control such as a DataGrid.

SF.com Automation.png

As well as this, there are is another component called GetRecords which can used to build a query visually, without having to understand the Salesforce.com query language. This component is built dynamically based upon the data table and the schema held within Salesforce.com, so not only does it work with the standard schema it also matches your schema!

In summary, OpenSpan provides a simple to use drag and drop interface that allows you to integrate virtually any application without writing any code. The platform is extensible and allows components to be added to the toolbox simply by using the IComponent interface to wrap any API, as explained in this post using Salesforce.com as an example. For more information and to try OpenSpan and our Salesforce components, you can register for a trial instance on our website here