Login / Register  search  syndication  about

          Ryan Farley's Blog

Ryan Farley on .NET Development with a focus on CRM Development for SalesLogix

Background Tasks for SalesLogix - A New Open Source Project from Customer FX

I'd like to introduce a new open source project from Customer FX that allows you to create and run background tasks in the SalesLogix Web platform. Background Tasks for SalesLogix provides a framework for you to use to build custom tasks that will run on an interval and perform some action in the background while the SalesLogix Web platform is running.


What Does Background Tasks for SalesLogix Do?

Background Tasks for SalesLogix has two parts. You get both parts by simply installing a bundle. The first part installs as a service in the SalesLogix Portal and provides the engine for running tasks. You create tasks for this engine by creating a DLL that inherits from a particular base class and then add your DLL to the Bin folder of the Support Files for the portal. You wire up and configure your DLL to be loaded by editing a config file provided by the Background Tasks for SalesLogix bundle. Once a user logs into the SalesLogix portal the service starts and begins executing your task on the interval you defined for it. The second part is a administrative console screen that you view inside the portal. This console allows you to see and monitor any background tasks and pause & start them as needed.


Background Tasks for SalesLogix Demo

The following video will give you the best visual picture of what Background Tasks for SalesLogix does and how to create your own custom background task.

Watch the Background Tasks for SalesLogix Demo on YouTube
The video will open on youtube.com in a new window


Download Background Tasks for SalesLogix

So, how do you get Background Tasks for SalesLogix? Visit the Background Tasks for SalesLogix home on Github. From there, you can click the Downloads button and download the SalesLogix bundle. That gives you everything you need.

  Visit Background Tasks for SalesLogix on github
Download the current v1.0.1 SalesLogix bundle

Download it and take it for a spin. I'd love any feedback you might have on how to improve it.

What's This?
  
Bookmark and Share

About Ryan Farley

   Ryan Farley is the Director of Development for Customer FX Corporation and the creator of slxdeveloper.com.

Don't miss these developer series from Ryan:


Related Content
   Demystifying SalesLogix Web: Dashboards and Analytics Tools
Join us for a free webinar, Wednesday, May 15th at 2pm CDT. The SalesLogix Web dashboards and analytics
Posted on May 08, 2013 by Brianna Tinjum to The Inbox
 
   How can I make sure I am logging into the correct SalesLogix web client database?
I just recently did a updated conversion of our production database (which is 6.2x) and I'm trying to
Posted on Apr 15, 2013 by SalesLogix Support to SalesLogix Questions & Answers
 
   Updates to the SalesLogix Mobile Developer Toolkit
I've released some updates to the SalesLogix Mobile Developer Toolkit. This new release adds some fix
Posted on Apr 10, 2013 by Ryan Farley to Ryan Farley's Blog
 
   The SLXOLEDB.1 provider is not registered on the local machine
Ever seen this error before when logging into the SalesLogix web client?  Ofter this is a result of
Posted on Apr 04, 2013 by Kris Halsrud to Kris Halsrud's Blog
 
   Modifying SLX Mobile 2.0 to deploy customizations on a normal App Architect deployment
 In order to have your customizations, that have been added to the SalesLogix Mobile 2.0 client, be
Posted on Mar 27, 2013 by Kris Halsrud to Kris Halsrud's Blog
 
Comments

 

Twitter Trackbacks for Background Tasks for SalesLogix - A New Open Source Project from Customer FX - Ryan Farley's Blog [customerfx.com] on Topsy.com said:

Pingback from  Twitter Trackbacks for                 Background Tasks for SalesLogix - A New Open Source Project from Customer FX - Ryan Farley's Blog         [customerfx.com]        on Topsy.com

December 6, 2010 12:04 PM
 

Gene Arnold said:

Looks really nice. Is this using MS Process Org as the back end? What kind of load do you think it can handle?

December 13, 2010 3:11 PM
 

Ryan Farley said:

Hi Gene! This version does not use Windows Workflow or Process Orchestration. It spawns the tasks on background threads in the same app pool that the SalesLogix portal is running in, so as far as size of the load, you'd want to make sure you don't do anything too extremely heavy without making sure the server can handle it without effecting SLX portal traffic.

December 14, 2010 4:15 PM
 

Rich Eaton said:

Ryan, Any Chance to use this in conjunction with Mike Spragg's Sync Report.. so using the background function to capture logins ..?

April 21, 2011 5:38 PM

Leave a Comment

(required)  
(optional)
(required)  
Add
All contents Copyright © 2013 Customer FX Corporation
Customer FX Corporation
2324 University Avenue West, Suite 115
Saint Paul, Minnesota 55114
Tel: 800.728.5783

  Follow @CustomerFX on twitter
Follow the best news, tips, and articles
  Subscribe to Customer FX on youtube
Watch SalesLogix tutorial videos from Customer FX
Login / Register