SalesLogix introduction of VBScript as it's scripting language opened up a world of possibilities for SalesLogix customizations. The introduction of Active Forms using VB based controls makes version 6 SalesLogix's best one I believe.
One Class already mainly developed is the History Class at http://www.slxdeveloper.com/page.aspx?action=viewarticle&articleid=9. This page also shows an overview of how to use classes in general which is what most, if not all, of these classes will follow. The emphasis is on reusability of everything so that nothing is hard coded. This is not difficult but it can be tricky at times as the SalesLogix environment doesn't seem to be too forgiving to me.
Here's a sample of the Classes or types of classes that will be developed:
- DataGrid
- Forms
- History
- Attachments
- MailMerge (subject to change)
- Email (Normal, no Template)
I'll probably think of more as I go along but these are some basic ones I'll be customizing for mass consumption. A lot of ideas come from others and I hope I'll give you all your recognition.