Login / Register  search  syndication  about

          Kris Halsrud's Blog

Kris Halsrud on development and Integration with CRM and Development

OnCompletedActivity an oldy but goody- SalesLogix 6.2 VBScript

We recently had a request to do some customizations for a client who wanted some validation done when completing an activity.  The only problem was they were on 6.2.  As you might know the Activity screens in SalesLogix 6.2 are part of the application and are not accessible to be modified.  Worse, until SalesLogix 7.0 the Application.Activity class was not available nor was the Global Script dealing with activity events.

I had to search the old memory banks (well actually some old emails) but I finally found what I was looking for.  In SalesLogix 6.2 there is a VBScript called OnCompletedActivity that runs when a SalesLogix activity is completed.  This script allows you, in a minimal fashion, to add customizations to the activity completion events in SalesLogix 6.2.  A couple of things to point out:

  • The event that this runs under is only when converting an activity to history.  It does not offer any other hooks.  It does however work with completing an unscheduled activity.
  • This script is a dead end.  Once you upgrade to 7.0 this script becomes obsolete.  Instead more robust functionality is offered (a good thing).

In case any one out there is still working in SalesLogix 6.2, hopefully this post can help if you need to do some customizations around the activity area.

What's This?
Bookmark and Share

About Kris Halsrud

   Kris Halsrud is a Senior Analyst / Developer for Customer FX Corporation.


Related Content
   Looking at Stonefield Query for Sage SalesLogix (Part 5)
Sorry for the long absence, I went away on some training with the Minnesota National Guard.  This is
Posted on Sep 01, 2010 by George Jensen to George Jensen's Blog
 
   Picklist Column types - Dispaying ticket status in the SalesLogix LAN datagrid
I recently had to build a datagrid displaying ticket information, including the current Status value. Un
Posted on Aug 24, 2010 by Jason Buss to Jason Buss' Blog
 
   SalesLogix Cloud- Administration Options- Using Roles
In this webinar the user will learn to manage roles in the SalesLogix Web Client. These options are onl
Posted on Aug 20, 2010 by Dale Richter to Free SalesLogix Training
 
   SalesLogix 7.5.2 Speed Issues - How To Find the Slowdown
At times I have been asked how can I increase the performance of SalesLogix. For systems using SQL2005
Posted on Aug 13, 2010 by Mark Duthoy to SalesLogix Support
 
   SalesLogix Cloud- Administration Options- Creating a New Team
This Administrative webinar will show the user how to create a new Team for ownership of records. This is
Posted on Aug 13, 2010 by Dale Richter to Free SalesLogix Training
 
Comments

 

atthe said:

Hello, have a reverse problem - was using OnCompletedActivity on 6.2.6 and now not sure where to place all customization from that script in 7.5!?

September 25, 2009 3:37 PM
 

Kris Halsrud said:

YOu now have access to the history detail form where you should be able to recreate the functionality previously placed in the OnCompleteActivity.

September 25, 2009 3:48 PM

Leave a Comment

(required)  
(optional)
(required)  
Add
All contents Copyright © 2010 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