6/29/2025 6:32:20 PM
|
|
slxdeveloper.com Community Forums |
|
|
|
The Forums on slxdeveloper.com are now retired. The forum archive will remain available for the time being. Thank you for your participation on slxdeveloper.com!
Forum to discuss the use of the SalesLogix Web Platform, Client and Customer Portals, and the Application Architect (For version 7.2 and higher only). View the code of conduct for posting guidelines.
|
|
|
|
Windows Event Error when Loading Groups
Posted: 15 Aug 10 12:13 PM
|
I am getting the following ERROR in the Windows Event Log. This happens when I try to load any OPPORTUNITIES group.
Sage.SalesLogix.Client.GroupBuilder.GroupInfo - Error executing the group.
The SQL it specifiies is:
SELECT COUNT(*) TOTAL,A2.Address VALUE, A2.Address NAME FROM OPPORTUNITY A1 INNER JOIN ACCOUNT A2 ON (A1.ACCOUNTID=A2.ACCOUNTID) INNER JOIN ADDRESS A3 ON (A2.ADDRESSID=A3.ADDRESSID) GROUP BY A2.Address, A2.Address ORDER BY A2.Address
There is no "Address" column on the Account table. There's an "AddressId", but not "Address".
|
|
|
|
You can
subscribe to receive a daily forum digest in your
user profile. View the site code
of conduct for posting guidelines.
Forum RSS Feed - Subscribe to the forum RSS feed to keep on top of the latest forum activity!
|
|
|
|
|
|
|
|