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
   Using Crystal Reports "Next" and "Previous" Functions
Today  I am going to write about  the "Next" and  "Previous" Func
Posted on Jan 22, 2010 by George Jensen to George Jensen's Blog
 
   Displaying when a Crystal Report Was Last Modified
There are two functions that come with SAP Business Objects Crystal Reports that can help you display on
Posted on Jan 15, 2010 by George Jensen to George Jensen's Blog
 
   System Dates
One of my customers had an issue this week with setting the date on their system. They were trying to ru
Posted on Jan 15, 2010 by Dale Richter to Tech Talk
 
   Sage Releases Web Hot Fix Package 01 for SalesLogix 7.5.2
This hot fix addresses the following issues:
Posted on Jan 14, 2010 by Scott Weber to SalesLogix Product Blog
 
   Using Functions to Look into the Future
If you find yourself in a position where you need to report into the future, Crystal provides a coup
Posted on Jan 13, 2010 by George Jensen to George Jensen's Blog
 
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