Login / Register  search  syndication  about

          SalesLogix Questions & Answers

Your place to get answers to your SalesLogix related questions.

 Home  |   Subscribe via RSS  |   Subscribe via E-mail  |   

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.

 

What's This?
  
Bookmark and Share

About SalesLogix Support

   Your SalesLogix Business Partner for SalesLogix Support.


Related Content
   Can the SalesLogix Application architect's build process be automated?
Can the SalesLogix Application architect's build process be automated, or called from a batch file? W
Posted on May 16, 2013 by SalesLogix Support to SalesLogix Questions & Answers
 
   Is it possible to Sync SalesLogix Attachments based on Account Manager?
Is it possible to only sync SalesLogix Attachments from the accounts where the user is the account manag
Posted on May 15, 2013 by SalesLogix Support to SalesLogix Questions & Answers
 
   SalesLogix Remote Library Management
Is it possible to log into a SalesLogix Remote Database as Admin and Manage the Library Files?
Posted on May 14, 2013 by SalesLogix Support to SalesLogix Questions & Answers
 
   Demystifying SalesLogix Web: Dashboards and Analytics Tools
Join us for a free webinar, Wednesday, May 15th at 2pm CDT. The SalesLogix Web dashboards and analytics
Posted on May 08, 2013 by Brianna Tinjum to The Inbox
 
   What is the Difference Between Left Joins and Inner Joins in SalesLogix?
Question: What is the difference between Left joins and Inner joins in SalesLogix?
Posted on May 07, 2013 by SalesLogix Support to SalesLogix Questions & Answers
 
Comments

No Comments
All contents Copyright © 2013 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