back to top

Ticket Window Taking Long Time to Load in SalesLogix v6.2

Question: I’m running SalesLogix v6.2 (I know, OLD version), and it doesn’t have
many customizations but the database is large.  We just turned on
ticketing capabilities, and the ticket window takes 60-90 seconds to
open.  I ran the SLX Profiler and discovered the following:

SELECT A1.ATTACHID,
A1.DESCRIPTION, A1.USERID, A1.ATTACHDATE, A1.FILESIZE, A1.TICKETID,
A1.FILENAME FROM ATTACHMENT A1 WHERE A1.TICKETID = ?

This snippit seems to ask for a ticket ID and on initial load
isn’t getting one. Instead we’re getting well in excess of 320,000 rows
returned over the better part of a minute. I have no idea how to solve this.  Any suggestions?

Answer: This is probably happening because of the Attachments tab on the Ticket
Mainview.  Unbid the bindid on the form to keep it from loading when the
form loads.  After you do this you could put a hidden textbox on the
form that is bound to the Ticket.TicketID, and then add an event to the
OnChange of
the control that sets the bindid property of the grid to the text
property of the textbox.  Setting the bindid should load the data.

 

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

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