8/23/2025 1:29:24 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 writing script in Architect plugins for SalesLogix & general SalesLogix customization topics (for Windows client only). View the code of conduct for posting guidelines.
|
|
|
|
Upgrading from v6.2.6 to v7.2.2
Posted: 24 Apr 08 11:48 AM
|
Hi all.
We are going to upgrade our version of SalesLogix v6.2.6 to v7.2.2, we do not use the web client and we have minimal customization (2 datagrids and 2 tables), is there anything we should look out for? Or should we upgrade to 7 and then gradually to 7.2?
Thank you in advance! |
|
|
|
Re: Upgrading from v6.2.6 to v7.2.2
Posted: 25 Apr 08 7:30 AM
|
Hi Fabian,
Version 7.2 is a stable good release version. Most of the enhancements in 7.2 were based around the Web Client - Mobile functionality. Follow the upgrade document provided by Sage software and you should not experience any issues after upgrading. Make a backup of your SQL database so that if something does go south, you can revert back easily. If you have remotes, make sure to have them all Sync up prior to the upgrade.
I would definately reccomend moving up to 7.2. 7.2.2 is fairly new, so I might reccomend moving to 7.2.1 first, its been out there longer and less likely of finding an issue that would impact you post-upgrade. 7.2.2 has only been out their one month and the issues are slowly coming out that may require Sage to post hotfixes to correct. Moving between 7.2.1 and 7.2.2 is far easier and not as time consuming then moving from 6.2.6 to 7.2.
Anyone else here, feel free to add something that I may of missed. |
|
|
| |
|
Re: Upgrading from v6.2.6 to v7.2.2
Posted: 28 Apr 08 6:35 PM
|
I wouldn't recommend going to 7.2 SP2 at this time- there are a number of issues with it involving group and grid loads.
7.2 SP1 is great though.
Given the relatively few customizations you appear to have, the only thing I would make sure of is that you check to see if your grid's use the OnAddedRow Event, and, if so, you make sure the argument is updated appropriately in code. i.e.
grdNameOnAddedRow(Sender) '6.2 version
grdNameOnAddedRow(Sender, Key) '7.x version
|
|
|
|
Re: Upgrading from v6.2.6 to v7.2.2
Posted: 29 Apr 08 8:45 AM
|
Thanks for the heads up Matt, I will check to see if our customizations involve those events.
We are going to upgrade to service pack 1 as suggested.
|
|
|
|
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!
|
|
|
|
|
|
|
|