Simplesoft Solutions Blog

Database migration MS SQL Server 2000 to 2005 post changes

December 20th, 2011 by Paul

I have been thinking about the changes that occur with the differences between MS SQL Server 2000 and MS SQL Server 2005.  Here are some specific steps that should be taken to ensure that you proactively avoid problems with your SalesLogix database.  One big item is to adjust the compatibility level.

These steps are very specific to make sure that the process is completed in the best possible manner. I would confirm them with your DBA to determine if he suggests anything additional. There is no ‘undo’ button on the setting changes and it is per database on a SQL server instance setting.

===========================================

Standard Disclaimers

1.      Kick off the users.

2.      Perform off hours.

3.      Back up your database.

===========================================

Steps

1.      Change the compatibility level (2000 to 2005 etc.)

2.      Run the following scripts in Query Analyzer on the appropriate SalesLogix database

a.      Run the statement and review the results

b.      If there are messages in the first statement (step 3), run query statement (step 4)

DBCC CHECKDB with all_errormsgs

– This statement may take a while to run, on average 7 to 10 minutes

DBCC UPDATEUSAGE (databasename)

– Will update the database for the differences in the pages and row counts, etc. Replace (databasename) with the actual database name

EXEC sp_MSforeachtable @command1=”print ‘?’ DBCC DBREINDEX (‘?’)”

– This is a standard MS SQL Server 2005 reindex statement

EXEC sp_updatestats

– This is a stored procedure for updating the stats

DBCC CHECKDB with all_errormsgs

– Check the database at the end to make sure everything looks fine

3.      Make sure the normal database maintenance tasks and jobs are fully operational

Here is also a helpful reference link: http://msdn.microsoft.com/en-us/library/ms176064.aspx. Let me know if you need additional assistance. We are more than willing to assist, but wanted you to have the information at your disposal.

“Any fool can make things bigger, more complex, and more violent. It takes a touch of genius-and a lot of courage-to move in the opposite direction.”

Albert Einstein

If you would like to learn more tips, or if you have a CRM topic you would like us to write about, please contact Simplesoft Solutions, Inc. in one of our Cincinnati/Dayton (OH), Charleston (WV), or Charlotte (NC) surrounding area office locations:

Dayton, Ohio Office:
Simplesoft Solutions, Inc.
550 N. Main St. Suite A
Springboro, OH 45066
Phone: (937) 885-1204 x 3204
Fax: (937) 885-3580
sales@simplesoft.net

Ripley, WV Office:
Simplesoft Solutions, Inc.
710 Random Rd.
Ripley, WV 25271
Phone: (304) 521-2387
Fax: (937) 885-3580
sales@simplesoft.net

Charlotte, NC Office:
Simplesoft Solutions, Inc.
3635 Eastover Ridge Drive
Charlotte, NC 28211
Phone: (704) 910-3872
Fax: (937) 885-3580
sales@simplesoft.net

Comment on this Post

How to reset IIS website for SalesLogix

September 19th, 2011 by Paul

How to reset IIS with the IIS Reset command

You might need to restart Internet Information Services (IIS) before certain configuration changes take effect or when applications become unavailable. Restarting IIS is the same as first stopping IIS, and then starting it again.

1. From the Start menu, click Run.

2. In the Open box, type cmd, and click OK.

3. At the command prompt, type iisreset /stop. IIS will attempt to stop all services and will return confirmation once all services have been stopped.

4. At the command prompt, type iisreset /start.

If you would like to learn more tips, or have a CRM topic you would like us to write about, please contact Simplesoft Solutions, Inc. in one of our Cincinnati/Dayton (OH), Charleston (WV), or Charlotte (NC) surrounding area office locations:

Dayton, Ohio Office:
Simplesoft Solutions, Inc.
550 N. Main St. Suite A
Springboro, OH 45066
Phone: (937) 885-1204 x 3204
Fax: (937) 885-3580
sales@simplesoft.net

Ripley, WV Office:
Simplesoft Solutions, Inc.
710 Random Rd.
Ripley, WV 25271
Phone: (304) 521-2387
Fax: (937) 885-3580
sales@simplesoft.net

Charlotte, NC Office:
Simplesoft Solutions, Inc.
3635 Eastover Ridge Drive
Charlotte, NC 28211
Phone: (704) 910-3872
Fax: (937) 885-3580
sales@simplesoft.net

Comment on this Post

How to Complete a Manual SalesLogix Database Backup

July 5th, 2011 by Paul

Steps to Backing Up SalesLogix DatabaseIn preparation for upgrade testing, backing up your database  is a very important step. Here are the steps to manually back up your SalesLogix MS SQL Server 2005 database to disk (SQL Server Management Studio):

1.  Start | All Programs | MS SQl Server 2005 | SQL Server Management Studio

2. After connecting to the appropriate instance of the Microsoft SQL Server Database Engine in Object Explorer, click the server name to expand the server tree

3. Expand databases and highlight the appropriate SalesLogix database

4. Right-click the database, point to Tasks, and click Back Up. The ‘Back Up Database – SalesLogix’ dialog box appears

5. In the Database list box, verify the database name

6. You can perform a database backup for any recovery model, but in our case select or confirm FULL in the list box

7. In the Backup type list box, select Full

8. For Backup component, click Database

9. Either accept the default backup set name suggested in the Name text box, or enter a different name for the backup set

10. Optionally, in the Description text box, enter a description of the backup set

11. Ignore the information about when the backup set will expire, unless it is needed for some reason. Note: To have the backup set expire on a specific date, click On and enter the date on which the set will expire

12. Choose the type of backup destination by clicking Disk

13.  To remove a backup destination, select it and click Remove

14. To view or select the advanced options, click Options in the Select a Page pane

15. Select an Overwrite Media option, by clicking one of the following:

16.  Select Add to provide a destination for saving the database backup location

17.  In the Select Backup Destination screen, select the square icon with four dots at the end

18.  MSQL will open the Locate Data Files Dialog screen to the default location for backups. Make sure you choose a location that is local to the server and has adequate space

19.  In the File Name text box enter the name of the database backup, like SalesLogixBackup20110426.bak

20.  Select OK

21.  Select OK

22.  In the upper left hand side, select the Options page

23.   Confirm Overwrite is selected

24.  In the Reliability section, optionally check: Verify backup when finished. Perform checksum before writing to media and continue on checksum error

25. Select the General page again

26.  Select OK

27.  The database will back up and go through a verify phase. After it is completed, you will see a dialog, Microsoft SQL Server Management Studio, with the message, ‘The backup of database ’saleslogix’ completed successfully.’

28. Select OK

You have successfully completed a manual backup of your SalesLogix database!

If you would like to learn more tips, or have a CRM topic you would like us to write about, please contact Simplesoft Solutions, Inc. in one of our Cincinnati/Dayton (OH), Charleston (WV), or Charlotte (NC) surrounding area office locations:

Dayton, Ohio Office:
Simplesoft Solutions, Inc.
550 N. Main St. Suite A
Springboro, OH 45066
Phone: (937) 885-1204 x 3204
Fax: (937) 885-3580
sales@simplesoft.net

Ripley, WV Office:
Simplesoft Solutions, Inc.
710 Random Rd.
Ripley, WV 25271
Phone: (304) 521-2387
Fax: (937) 885-3580
sales@simplesoft.net

Charlotte, NC Office:
Simplesoft Solutions, Inc.
3635 Eastover Ridge Drive
Charlotte, NC 28211
Phone: (704) 910-3872
Fax: (937) 885-3580
sales@simplesoft.net

Comment on this Post

Using MS SQL for SalesLogix? A Collection of Helpful Links to Feature Pack Articles

March 29th, 2011 by Paul

SalesLogix MS SQL Articles I had this bright idea…. I could bring it all together in one blog.  See my attempt below at gathering links to several helpful articles for MS SQL deployment  to assist our  SalesLogix customers.  When deploying multiple servers,  with an on premise deployment of SalesLogix,  there is the need to ensure that the MS SQL Native Client is installed on the servers that are not the database server itself.  Here are the links to download the appropriate and corresponding SQL Native client and the related tools of the feature pack.

  1. First you need to identify the version of MS SQL Server that you are currently using.  Here is a helpful article by Microsoft to help.

How to identify your SQL Server version and edition

http://support.microsoft.com/kb/321185

2.  Find the webpage with the corresponding Microsoft SQL Server Feature Pack link

MS SQL Server 2005 Links

MS SQL Server 2005 SP3 Feature Pack Link – 9.00.4035

http://www.microsoft.com/downloads/en/details.aspx?FamilyID=536fd7d5-013f-49bc-9fc7-77dede4bb075&displaylang=en

MS SQL Server 2005 SP2 Feature Pack Link – 9.00.3042

http://www.microsoft.com/downloads/en/details.aspx?FamilyID=50B97994-8453-4998-8226-FA42EC403D17&displaylang=en

MS SQL Server 2005 SP1 Feature Pack Link – 9.00.1399

http://www.microsoft.com/downloads/en/details.aspx?familyid=d09c1d60-a13c-4479-9b91-9e8b9d835cdc&displaylang=en

MS SQL Server 2008 Links

Microsoft SQL Server 2008 Feature Pack – 10.00.1600.60

http://www.microsoft.com/downloads/en/details.aspx?FamilyId=228DE03F-3B5A-428A-923F-58A033D316E1&displaylang=en

Microsoft® SQL Server® 2008 R2 Feature Pack – 10.50.1600.1

http://www.microsoft.com/downloads/en/details.aspx?displaylang=en&FamilyID=ceb4346f-657f-4d28-83f5-aae0c5c83d52

3.  Once the right page is found, you will need to scroll down the page to find the Microsoft SQL Server 2008 Native Client files.

Download the appropriate installation files for the bit edition of the client workstations (32 bit vs. 64 bit etc.)  The download file will be named (sqlncli.msi) for 32 bit or (sqlncli_x64.msi) for 64 bit edition.

4. Lastly, copy the file(s) to a shared installation point on the network.  A good tip is to place them in a well named folder and copy the link of the download URL as well.

I tend to create folder like ‘MS SQL SQL native client – 64 bit for MS SQL 2008 SP1′ so that when I come back to the folder later I will know what the folder means.

5. If you find that your version of MS SQL Server is not patched up, then you can take the time to plan to patch to the latest server pack that is on the compatibility list.  When you do that, make sure that you review your backup plans and patch the client computer and other server computers that have client connectivity back to the server.

How to obtain the latest service pack for SQL Server 2008

http://support.microsoft.com/kb/968382

This little article will help you find the links that you need to keep your installations updated and SalesLogix running smoothly.

Upon the subject of education, not presuming to dictate any plan or system respecting it, I can only say that I view it as the most important subject which we as a people may be engaged in. That everyone may receive at least a moderate education appears to be an objective of vital importance.

Abraham Lincoln (1809 – 1865)

If you would like to learn more tips or have a CRM topic you would like us to write about please contact Simplesoft Solutions, Inc. in one of our Cincinnati/Dayton (OH), Charleston (WV), or Charlotte (NC) surrounding area office locations:

Dayton, Ohio Office:
Simplesoft Solutions, Inc.
550 N. Main St. Suite A
Springboro, OH 45066
Phone: (937) 885-1204 x 3204
Fax: (937) 885-3580
sales@simplesoft.net

Ripley, WV Office:
Simplesoft Solutions, Inc.
710 Random Rd.
Ripley, WV 25271
Phone: (304) 521-2387
Fax: (937) 885-3580
sales@simplesoft.net

Charlotte, NC Office:
Simplesoft Solutions, Inc.
3635 Eastover Ridge Drive
Charlotte, NC 28211
Phone: (704) 910-3872
Fax: (937) 885-3580
sales@simplesoft.net

Comment on this Post

Dear Paul, should we give SalesLogix users the ability to delete?

January 17th, 2011 by Paul

An Administrator writes:

Dear Paul,

Are there any issues with giving a SalesLogix user the ability to delete ‘Contacts’  in the LAN client?

Answer:

There are two philosophies on how to do this.  The first is to create a policy and to keep the permissions as an Administration function or secondly to just provide the user with the capability.  There are pros and cons to both.

What I mean by policy is to add an item to the contact/account status pick list with a value of ‘Delete’.  Next, have the user provide a note explaining the reason on why it needs to be deleted or archived to team that only the admin user can access.  Then the Administrator can review a group based on the status field of delete on a periodic basis and take appropriate action.  Creates work on your part, but pretty easy.

If you provide the user the ability to delete contact, account, etc. (Administrator | user profile | Security tab and feature security tab to adjust the delete item menu access) then you will not have to monitor the group or take action.  But if the user deletes an account or contact by accident that is very important then you will need to restore a copy of the database with a new name.  Then use a tool called ‘Group Copy’ to bring the data back into the production database.  This takes time also and is a reactive way to manage your system.

I tend to prefer the first option of creating an admin policy.  It creates more maintenance work for me but is proactive data management.  It prevents headaches from data loss and working in emergency mode (reactive).

If you would like to learn more tips or have a CRM topic you would like us to write about please contact Simplesoft Solutions, Inc. in one of our Cincinnati/Dayton (OH), Charleston (WV), or Charlotte (NC) surrounding area office locations:

Dayton, Ohio Office:
Simplesoft Solutions, Inc.
550 N. Main St. Suite A
Springboro, OH 45066
Phone: (937) 885-1204 x 3204
Fax: (937) 885-3580
sales@simplesoft.net

Ripley, WV Office:
Simplesoft Solutions, Inc.
710 Random Rd.
Ripley, WV 25271
Phone: (304) 521-2387
Fax: (937) 885-3580
sales@simplesoft.net

Charlotte, NC Office:
Simplesoft Solutions, Inc.
3635 Eastover Ridge Drive
Charlotte, NC 28211
Phone: (704) 910-3872
Fax: (937) 885-3580
sales@simplesoft.net

Comment on this Post

Tips on Managing users in SalesLogix

November 22nd, 2010 by Paul

“Truth is simple, life is complex” – Anonymous

In the real world, changes happen, and you need to be ready for the “normal” changes that can be ascribed to the life cycle of a system. I recently performed an upgrade that had a set of user management change requests that needed attention. The changes involved the usual requests of adding a new user or two, retiring a few users, and realigning some data. I wanted to review some typical tasks and provide some tactical advice to help others who might be needing answers in similar situations.

User Management in SalesLogix

1. How to change a user type

Users never change roles, right? Not in the real world; people move to new departments and are promoted and/or transferred. Let’s assume a change in user’s role and walk through a couple of situations. The basics of the changes are the same for both [ remote user to network user] and [remote user to web user].

In Sage SalesLogix, it is an easy procedure to change user types. (Note: Let’s assume the remote user is all synchronized and doesn’t have any TEF files to send to the server.)

Click: Start | Programs | SalesLogix | Administrator
Log into application as the Admin user or a user with an Administrative role

Select the Users button in the Navigation icon.

Note: Now you have two choices in how to perform the user type change.

A. You can highlight the user that needs the change in the list, right-click the user and select Change Type.

B. You can double-click the user and on the first tab use the drop-drop on the Change Type field.

Your user has now been changed from one type to another.  It only takes a few clicks, so be careful.  The happy result,  the change is made and away you go!

2.  How to retire a user

Note: When a user leaves your company, the best option is to convert them to a retired user. Retired users do not use a license and cannot log on, but their name is preserved in the database. This prevents history records from displaying “Unknown User” because the user was deleted. Use the following checklist when a user needs retired.  When a user is retired it frees up a SalesLogix license and their system history is preserved.  We don’t recommend the delete feature except in rare circumstances.

Click: Start | Programs | SalesLogix | Administrator
Log into application as the Admin user or a user with an Administrative role

In the Users view, double-click the user to open the User Profile dialog box

- If the user is active deactivate the user (see below).

- If the user is a remote, then make sure the Sync settings are unchecked, site code is recorded and the synchronization files are cleaned up and managed properly. (If you are a customer, you can ask for the ‘SalesLogix Cleaning Up Remote User TEF files.doc’ document.

Note: It might be necessary to manually remove TEF files from the Outfiles and Archives folders under the Host logging path. This should only be done if a Remote user leaves the company or is out of the office for an extended period of time (after which a new database needs to be created). To delete the TEF files in the Outfiles and Archives folders, sort by File Type (the file extension is the site code) and remove any files that have types that match the current active user’s site code that will be retired.

- If the Manager box is selected, clear it. (You cannot retire a user if he or she is a manager.)

- If the user has other users reporting to them, the other users will need to report to another user (at minimum the Admin user).

- In the Name box, type _RET or something similar in front of the user’s name. This step is not essential; however, it makes it easier to identify the person as a retired user in other areas of SalesLogix.

In the User Type list, select Retired User to change the user’s settings.

Press the F5 (Refresh) icon to refresh SalesLogix Administrator to ensure all changes have been made.

3.  How to reinstate a user

Note: Make sure a license is available for the reinstated user. You might need to set up the synchronization settings for the user as well.

Click: Start | Programs | SalesLogix | Administrator
Log into application as the Admin user or a user with an Administrative role

In the Users view, double-click the user to open the User Profile dialog box

Note: You might need to select the Retired Users tab.

Change the user type from retired to the appropriate user type

On the General Tab, clear the Login Active check box

Click OK

Note: It is not a bad idea to have the user’s password reset.

4.  How to deactivate a user

Note: When a user is deactivated they can not log in to SalesLogix, but they are still taking up a license. Users can be deactivated for many reasons, such as maternity leave, military leave or extended sickness.

Click: Start | Programs | SalesLogix | Administrator
Log into application as the Admin user or a user with an Administrative role

In the Users view, double-click the user to open the User Profile dialog box

You can highlight the user that needs the change and right-click the user

On the General Tab, clear the Login Active check box

Click OK

-If the user is a remote, it’s a good idea to clear the ‘Synchronize Changes’ and ‘Sequence Files’ check boxes on the remote tabs. This ensures that files will not write out for synchronization and sit on the server without reason.

To keep the Sage SalesLogix system running smoothly, you should perform certain administrative tasks on a regular basis. This is especially true when it comes to managing users. There are other data and user management tasks that might need to be performed along with user management like realigning data and activities. This will be a future blog entry. I hope these tips have been helpful in some way to help perform some common tasks in SalesLogix.

If you would like to learn more tips or have a CRM topic you would like us to write about please contact Simplesoft Solutions, Inc. in one of our Cincinnati/Dayton (OH), Charleston (WV), or Charlotte (NC) surrounding area office locations:

Dayton, Ohio Office:
Simplesoft Solutions, Inc.
550 N. Main St. Suite A
Springboro, OH 45066
Phone: (937) 885-1204 x 3204
Fax: (937) 885-3580
sales@simplesoft.net

Ripley, WV Office:
Simplesoft Solutions, Inc.
710 Random Rd.
Ripley, WV 25271
Phone: (304) 521-2387
Fax: (937) 885-3580
sales@simplesoft.net

Charlotte, NC Office:
Simplesoft Solutions, Inc.
3635 Eastover Ridge Drive
Charlotte, NC 28211
Phone: (704) 910-3872
Fax: (937) 885-3580
sales@simplesoft.net

Comment on this Post

How to uninstall the SalesLogix client

November 10th, 2010 by Paul

On occasion, there might be a need for a System Administrator to uninstall SalesLogix due to an installation issue, migration to a new client type, or the discontinued need for the SalesLogix client on the computer. Regardless of the situation, here are a few pointers to assist in the tasks to remove the SalesLogix client in a manual and efficient manner.

How to uninstall the SalesLogix client:

1. Shut down running Windows services (SalesLogix related).
Note: In some clients, no SalesLogix services may be running. If any services are running locally (optionally) then they should be shut down. This will make the uninstall a little cleaner.

  • From the Start button, click Run
  • In the Open field, type: Services.msc
  • Note: This opens the Services Management console.
  • Select OK
  • Scroll down the list and review the services listed in the S’s for SalesLogix related services
  • Highlight and right click them to select stop for each service

2. Use Add/Remove Programs to uninstall SalesLogix related applications.

  • Start | Control Panel | Add/Remove Programs
  • Remove SalesLogix Client
  • Remove Intellisync Client   (might not be there, but just in case)
  • Remove SalesLogix Mail Client  (should not be there, but just in case)

Note: Remove the SalesLogix Administrator if installed.

3. Remove the SalesLogix application related folders.

Browse in Windows Explorer for the following folders for removal. These folders are slightly different in Windows 7.

  • <drive>:\Program Files\SalesLogix
  • <drive>:\Documents and Settings\All Users\Application Data\SalesLogix\
  • <drive>:\Documents and Settings\<users>\Application Data\SalesLogix
  • <drive:>:\Program Files\Common Files\PUMATECH Shared\Connectors\SalesLogix

4. Remove “SalesLogix” and “SLX” entries from registry.

Note: Regedit is the way I edit the registry, but be very careful when making changes in the Windows registry: unless you back it up first there is not an easy way to recover after some actions.

  • From the Start button, click Run
  • In the Open field, Type: Regedit
  • Click OK
  • Expand to HKEY_LOCAL_MACHINE\SOFTWARE
  • Right-click on the SalesLogix folder and click Delete
  • Expand to HKEY_CURRENT_USER\SOFTWARE
  • Right-click on the SalesLogix folder and click Delete

5. Reboot the computer. Now you are ready for your next actions.

The uninstall instructions may vary slightly from version to version of SalesLogix and operating system, but these are the basic tasks to perform the uninstall action. Let us know if and how these tasks differ in your environment and we can add to or adjust our list.

If you would like more tips or have a CRM topic you would like us to write about please contact Simplesoft Solutions, Inc. at one of our three locations:

Dayton, Ohio Office:
Simplesoft Solutions, Inc.
550 N. Main St. Suite A
Springboro, OH 45066
Phone: (937) 885-1204 x 3204
Fax: (937) 885-3580
sales@simplesoft.net

Ripley, WV Office:
Simplesoft Solutions, Inc.
710 Random Rd.
Ripley, WV 25271
Phone: (304) 521-2387
Fax: (937) 885-3580
sales@simplesoft.net

Charlotte, NC Office:
Simplesoft Solutions, Inc.
3635 Eastover Ridge Drive
Charlotte, NC 28211
Phone: (704) 910-3872
Fax: (937) 885-3580
sales@simplesoft.net

Comment on this Post

Decisions, Decisions: Things to Consider When Buying a CRM

April 13th, 2010 by Lisa

My 78 year old mother-in-law just bought a laptop and a connection to the World Wide Web. When I asked her why she decided to do such a thing, she said “because all my friends are doing it”. Well after the usual lecture about her friends jumping off a bridge and her joining them, my husband and I promptly took on the task of teaching her how to use it.

What a challenge and what a joy! It’s like she is seeing for the first time. Question one: Have you turned it on yet? “No, I can’t figure out how to open the lid!” Wow, this will take some patience. Her first email contained the entire conversation in all caps in the subject line. After a not so quick tutorial, the second one was all lower case, but at least contained in the body of the email this time. However she misspelled a word and didn’t know how to change it so she ended the email with “(spelled a word wrong)”. This is fantastic! At this point her new computer is a very expensive recipe book, but we’re hopeful!

Now the challenge becomes convincing her that she doesn’t “need” all the cool gadgets and applications she sees on TV. “But the ad says it will make it easier and faster.” But you don’t need all those things; you just need to learn how to properly use what you have!

The same is often true of the CRM shopper. They want the one that everyone else is using or the one who spends the most money on advertising. It must be the best – right?

The truth is, most mainstream CRM solutions have similar standard features so the key is to determine what sets it apart from the rest.

Here are some guidelines for choosing a CRM:

  • How long have they been in business? New solutions come and go. If the company you are considering is brand new, you have to consider what will happen to YOUR data if they go under. And do you really want to be the guinea pig while they work out all the bugs? Make sure that the CRM provider you are considering has a long history of successes. A list of long time and happy customers is usually proof that the vendor has a good support plan and is doing their part to stay up with current technology.
  • Do they have a business partner in your area? A cookie cutter solution will seldom give you the results you are hoping for. All businesses are not created equal so all CRM solutions need some level of personalization to your business. You shouldn’t have to change your business process to fit the CRM, but it should be easy to tweak your CRM package to fit your business. A business partner with developers and trainers can customize a solution to your business and train you to use it and/or customize it yourself.
  • Can you deploy the CRM in multiple ways? You may start your business with two people, but a couple of years down the road you could have one hundred people. The ultimate goal is to grow the business right? The CRM that used to cost you $130/month for 2 users is now costing you $6500/month for 100 users. Always look for a solution that encourages you to grow your business!
  • Is it “free”? I am sure that free software has a place for the very small business or single user environment, but if you commit to a “free” service you had better have patience. Free CRM is only free if your time is NOT that valuable and will try the patience of the saintliest of people. Not to mention the fact that while it’s free to you, someone is paying for it and all those advertising pop ups will tell you who that someone is.
  • How many clicks does it take to get to the center of a CRM? A good CRM should be EASY. Even the novice user should be able to complete ordinary tasks with minimal time or training. It doesn’t matter how many cool features it has if you can’t figure out how to use them.

Hopefully this list is helpful in your quest for the perfect CRM. As for me, I will again dawn my trainer hat and patiently teach my mother-in-law how to open Word and we may even take on the shift and backspace keys.

1 Comment - Click here to join the Discussion!

Need a Rescue from Your Cash Draining CRM?

March 5th, 2010 by Lisa

I recently had a conversation with a company that has spent a lot of money over the last couple of years paying for their subscription based CRM. They felt like they would be throwing that money away if they switched.  What I don’t understand is how spending the same money for a couple more years is such a savings?

The answer: Sage is offering a Switch and Save Competitive Rescue Offer! Between now and June 30, 2010 Sage is offering 60% off SageCRM or Sage SalesLogix and they are discounting their Maintenance & Support fees for 2 years. This is an amazing deal that has never been offered before.

If you are currently using:

Salesforce.com    -   Microsoft CRM   -   SugarCRM

Goldmine   -   Maximizer   -   Seibel   -   Pivotal   -   Onyx

Then you can’t afford to pass this up!

What does Sage get out of this crazy deal? They’re hoping you will be so impressed with your new Sage Solution that you will participate in their reference program after your implementation.

Email sales@simplesoft.net or call us at 937-885-1204 x3204 for more details. Check out more details on this and other Sage and Simplesoft promotional offers.

Comment on this Post

Simplesoft Solutions Bottom
Register | Log in