Sage SalesLogix
  • Contact Us
  • Sage North America
800-643-6400
Welcome Twitter Facebook LinkedIn
Community Home Blogs Share Ideas Search Request Access Resources
Reply
Bronze Super Contributor
DanCarvin
Posts: 153
Registered: 04-08-2009

Record Count question

A customer asks why when clicking a contact on the Account Contact tab, the number of contacts on the Account is displayed for most Accounts, but not on certain Accounts.  

 

It looks like (on this database) when there are less than 250 contacts, the count is displayed.  More than 250, "No Records" is diplayed.   When I look in SLXProfilier, when there are less than 250, the secrights for all the contacts appear to be check.  When there are more than 250, only the contact clicked on is checked.

 

UseVCCS on this datagrid is unchecked.      Can anyone comment on this?

Please use plain text.
Bronze Super Contributor
MikeSpragg
Posts: 317
Registered: 03-24-2009

Re: Record Count question

Yes, it’s deliberate. It can be changed here:

Look in the script System: SLX_Common:

Sub OpenMainViewFromGridCrntID(objGrid, strKeyField, strPlugin, intMode, blnExisting)
const MaxCount = 250 'ShowIDsAsLookupResult API call may fail for counts larger than this. The call creates an in clause with all of the
'requested ID's and at some point will be to large for the underlying db provider to handle

Modify this figure to be more – but observe warning…

Regards,
Mike
Please use plain text.