back to top

Basics – Ticket Activity Support – SalesLogix LAN

In this post I’ll outline some of the functionality available to you in the Standard Ticket Activity support script for SalesLogix LAN.  As with the other built in SalesLogix scripts, access to this functionality allows you the ability to control the various processes regarding ticket activities.

Most of these functions and methods deal with populating the activity and history tables.

CompleteCurrentUserTicketActivities(TicketID)

This function completes all tickets for a given ticket for the current logged in user.

CloseTicketActivity(strTicketActivityID, strTicketID, blnSilent)

The CloseTicketActivity function completes a named ticket activity (by ID).  The blnSilent boolean is used to complete the activity without displaying the Complete Ticket Activity dialog if the boolean is True.

 GetElapsedTime(dteFromDate, dteToDate)

This function returns an Integer derived from a difference between two dates.

GetElapsedHours(intElapsedTime)

Used in conjunction with the previous function, this one returns an integer of the elapsed time.

 CreateTicketHistoryEntry(strActivityType, strTicketID)

This function populates the TicketHistory table.  The strActivityType variable is used to fill the Notes field in that table.

CreateTicketActivity(objActivity, strAccessCode, strFollowUp, strShortDesc, blnSendSLX)

This Method generates a new Ticket Activity resulting from the completion of a Activity. This method is currently invoked from the Global Activity script, in which case the Activity type is not generated from an Email or from the Ticket Main View, in which case the Activity was generated from an Email drop.

SaveTimedTicketActivity(TicketActivityID, TicketID, strTime)

This method  saves a record to the TicketActivity table.  Use the strTime variable to pass a date which is used in the date fields in the table and also in the description field.

There are more functionality in this script, including Contract functionality and various other update scripts.  Reviewing this and other SalesLogix system scripts can provide a lot of information about how things are done in SalesLogix, and what sort of processes are available for you to use in your customizations.  I cover more functionality in future posts.

Thanks for reading! 

Contact Customer FX for your CRM project
We let our expertise speak for itself - let us know how our all-star team can help on your CRM project
About the Author
Jason Buss
Jason Buss
Jason is a senior application developer with Customer FX.

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Infor CRM Sync for Exchange: Action Required by August 31, 2026

Using Infor CRM Sync for Exchange with Microsoft 365? Your Exchange administrator must update tenant settings by August 31, 2026 to prevent sync disruption.

[Webinar] What’s Coming Next for Infor CRM SLX and Why v10 Matters

See what’s coming next for Infor CRM SLX, including new marketing workflows, automation improvements, and reasons to consider upgrading to v10.

Disable Caching in Infor CRM SLX Web Client

In the rare case caching is causing issues in the Infor CRM SLX web client, it is possible to disable specific types of caching by making edits using Application Architect, and then deploying.

Exploring AI Options for Infor CRM v10

I've started taking a closer look at the AI capabilities built into Infor CRM v10. Over the next several posts, I'll share what I learn. From the built-in features and supported AI providers to implementation considerations, costs, and practical use cases.

Infor CRM SLX 10.0: Delegate Ownership Changes for “Everyone” Records

Learn how the new EveryoneOwnerAssignment secured action in Infor CRM SLX 10.0 allows designated users to change ownership of Everyone-owned records without requiring Administrator access.

Related Articles

Infor CRM Sync for Exchange: Action Required by August 31, 2026

Using Infor CRM Sync for Exchange with Microsoft 365? Your Exchange administrator must update tenant settings by August 31, 2026 to prevent sync disruption.

[Webinar] What’s Coming Next for Infor CRM SLX and Why v10 Matters

See what’s coming next for Infor CRM SLX, including new marketing workflows, automation improvements, and reasons to consider upgrading to v10.

Disable Caching in Infor CRM SLX Web Client

In the rare case caching is causing issues in the Infor CRM SLX web client, it is possible to disable specific types of caching by making edits using Application Architect, and then deploying.

Exploring AI Options for Infor CRM v10

I've started taking a closer look at the AI capabilities built into Infor CRM v10. Over the next several posts, I'll share what I learn. From the built-in features and supported AI providers to implementation considerations, costs, and practical use cases.

Related Videos