Login / Register  search  syndication

          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
   SalesLogix Web Client- Working with Activities
In this webinar the user will learn to work with Activities from the Activities entity. This feature all
Posted on Mar 16, 2010 by Dale Richter to SalesLogix Training
 
   Editing tables in SQL 2008
I recently ran into an issue when trying to edit a SalesLogix table in the SQL Management Studio 2008. I
Posted on Mar 16, 2010 by Kris Halsrud to Kris Halsrud's Blog
 
   SalesLogix Web Client- Marketing Campaigns Part I [Video]
In this video webinar the Marketing Professional will learn how to create a New Marketing Campaign in Sal
Posted on Mar 15, 2010 by Dale Richter to SalesLogix Training
 
   Searching for Matching Records in the SalesLogix Web Client
In this short video the user will learn how to search for matching records while adding new records to th
Posted on Mar 10, 2010 by Dale Richter to Tech Talk
 
   Opening Several Records in the SalesLogix Web Client
This webinar will show the user how to open several records at one time. Often you would like to be able
Posted on Mar 10, 2010 by Dale Richter to 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