Company -> Blog...
February 2nd, 2016 by Paul
![]()
Over the last few years, installations of Infor CRM have been shifting from On-premise into the operating cost bucket (CAPEX to OPEX). We do see more new deployments launched in the Cloud (SaaS – Software as a Service) than ever before. However, this trend is not universal to all customers because on premise has not gone away. Infor CRM is one of the few solutions available in both On-premise and Cloud. Infor CRM is flexible and with its single tenancy model in the Cloud, a database can be moved either direction. One strong advantage to the On-premise story is that integration is a bit easier behind the firewall. At Simplesoft our deployment pros have installed Infor CRM in many different ways including DMZ, with various proxies, Windows Authentication, and security ports like SSL for encryption and even with front end servers for the load balancing of web servers, etc. Bottom line: We find ways to make the Infor CRM installation work successfully and can think outside the box. Today’s article provides some tips and hints to prepare for a successful On-premise installation. 1. Prepare the hardware platform / provision the servers Starting with the compatibility guide, a customer can get a feel for the hardware needs, operating systems, and database editions and versions for the latest editions of Infor CRM. There are many factors that make up the final configuration recommendations. For example, the number of users can have a huge impact on how many servers are required for high demand setups or even how much data and which technologies need integrated. 2. Download the software needed and have the licenses ready Infor offers a great portal for the management of items like licenses, software, patches, knowledgebase articles, and how to references via documentation. The software and patches can be downloaded from the Xtreme Portal for installation. The exact files and steps will depend on the version of Infor CRM that is needed. We are happy to guide customers in all aspects of the software. 3. Prepare for the configurations Here are few of the basics that need to be prepared before the installation to maximize the results:
These steps will help avoid issues in the installation process. 4. Consider the prerequisites With each version of any software there are various components that, when installed properly, make the general software install go smoother and reduce waiting time.
5. Installation and configuration The installation varies for the version of the software and how many servers are needed for a particular configuration or security requirements. A 200 user setup is different than a 10 user setup. We are experienced at many complex configurations. 6. QA the results Follow the standard Simplesoft quality checks to ensure the software is installed, services running, and features configured properly for optimized results. With any enterprise tool there are potential pitfalls with the preparation and installation steps. With the guidance of Simplesoft Solutions, you can avoid a long deployment cycle and will have your users in the tool faster than without us. Take our tips into consideration for long term success and getting things installed right from the beginning. Mentally, the only players who survive in the pros are the ones able to manage all their responsibilities. If you would like to discuss upgrading your system, or to see a free demonstration, please contact Simplesoft Solutions. Remember to check our CALENDAR and register for free training, demo sessions, and the Heartland Saleslogix Users Group Events. Comments Off on 6 Tips for a Successful On-Premise Launch of Infor CRM
September 25th, 2014 by Paul
![]()
This article is written to help Saleslogix customers to take corrective actions for a known data related issue that applies to the web client only upon Opportunity creation. We have found the issue is not consistent from one implementation to another, but wanted to make this available for immediate impact. When you are planning to move from a v7.5.x Saleslogix to v8.x/v8.1.x, here is a set of proactive steps to ensure one less issue for the users of Saleslogix. Our goal is to always maximize the experience of the end user. Note: This correction helps to avoid an error message while inserting opportunities. The error message description encountered would be like below: We’re sorry, your request could not be completed. When you receive an error in the browser like the one above it is always a good idea to find the matching Windows Event viewer entry for the more complete information on the issue. Once the issue is determined to be the Account Partner Picklist issue then follow the steps below for the potential issue resolution. 1. How to find the records that may need updated. In SQL Server Enterprise Manager, on the Tools menu, click SQL Query Analyzer to run SQL Query Analyzer connected to the Saleslogix database. Note: The SQL can be ran in the Execute SQL in the Administrator as well. 2. Run the following select statement to identify the potential records for correction. select * from sysdba.picklist where text = ‘Account Partner’ Note: If more than one row is returned from the above query, remove the extra listings through Pick list Manager and rerun the previous query. You may need to drop the table owner reference, sysdba.picklist vs. picklist, depending on how the statement is being ran. 3. If duplicate records exist, then open the Saleslogix administrator and go to Manage | Pick lists and remove any duplicate pick lists. Note: If the result set has the itemid as ‘kSYST0000346’, there is nothing more to do. If the Itemid is another value then, save the current itemid value and run the following SQL statements. Maybe copy to a notepad file or similar tool. 4. Run the following update statements, be sure to replace Itemid and PicklistID with the saved ItemID value. update sysdba.Picklist set ItemId = ‘kSYST0000346’ where ItemId = ‘<Retained ItemID>’ update sysdba.Picklist set PicklistId = ‘kSYST0000346’ where PicklistId = ‘<Retained ItemID>’ 5. Verify the results of the changes, by running the SQL statements below. select * from sysdba.picklist where text = ‘kSYST0000346’ select * from sysdba.picklist where PicklistID = ‘kSYST0000346’ Note: The first query should return 1 row, and the second query should return all the values/items from your Account Partner pick list. 6. Validate in the web client that the insert opportunity feature does not produce an error. Ask the user who initially ran into the issue to confirm the problem or business analyst as needed. 7. Communicate the results Let people know the problem was corrected. In the unlikely case the problem persists, contact your Saleslogix implementation partner or Saleslogix support if you have an active business care plan. When you take the time to proactively check and ensure that your end users will not hit data issues it is like fixing a leaky faucet – ultimately it will help you save energy, water, and money. For IT, you are adding value to your environment and helping your systems to run smoothly. The key is to work with a Saleslogix business partner who has the insight and experience to help provide answers and solve problems. I like to encourage people to realize that any action is a good action if it’s proactive and there is positive intent behind it. — Quote by Michael J. Fox For more Saleslogix tips and tricks, stay tuned to our blog! If you would like to discuss upgrading your system, or to see a free demonstration, please contact Simplesoft Solutions. Remember to check our CALENDAR and register for free training, demo sessions, and the Heartland Saleslogix Users Group Events. Comments Off on Proactive Data Corrections for Inserting Opportunities
August 2nd, 2013 by Teri Unger
![]()
**SNC means System/Server and Network Client. These updates can also affect the Web client since they update system files. Network client customizations may need merged into the updated files. These updates are NOT cumulative. You must install the updates as needed and in a specific order since some updates are no longer needed. **Web Core means the core files of the Web client and does not affect customizations. They do affect DLL’s and JavaScript(JS) files. The Core update is always applied before the Model update. These updates are cumulative so if you install Update 03 you will get all the changes from Update 01 and 02. **Web Model means the model or the VISIBLE part that you see when you log in to the client. This could require merging of your current customizations to the Web Client. These updates are cumulative so if you install Update 03 you will get all the changes from Update 01 and 02. Each time Saleslogix releases a new update, and it has been happening monthly, you have to decide what updates are necessary for your environment and then in what order you install them. Saleslogix does have an ongoing document on the download site SLX 8.0 Guide to Updates as a quick peek into the updates with the most critical items but it is not an all-inclusive list of the changes that these updates contain. Careful research into the documentation for each update must be done to ensure that any customizations are not trumped by applying the updates. Simplesoft is prepared to answer your questions on the updates and can analyze your environment to determine your update needs. Remember to check our CALENDAR and register for free training, demo sessions, and the Heartland SalesLogix Users Group Events. Comments Off on Saleslogix v8 Updates – We break it down for you
July 1st, 2013 by Janetta
![]()
Remember to check our CALENDAR and register for free training, demo sessions, and the Heartland SalesLogix Users Group Events. Comments Off on Saleslogix Mobile Goes Solo
March 28th, 2013 by Janetta
![]()
Contact Simplesoft Solutions to discuss an upgrade for SalesLogix or to review any new features or updates with SalesLogix v8. Remember to check our CALENDAR and register for free training, demo sessions, and the Heartland SalesLogix Users Group Events. Comments Off on Web Core Update 02 for SalesLogix v8.0 is released!
December 7th, 2012 by Janetta
![]()
What’s New in Sage SalesLogix v8 on December 12th at 12:00 noon EST will give customers a chance to take a look or we will be glad to do a demonstration for you. Dan Wilzoch, SVP & General Manager, Sage CRM Solutions told the SalesLogix partners today, “To ensure an outstanding partner and customer experience with the product, Sage SalesLogix v8.0 underwent an unprecedented amount of pre-release testing to ensure this release exceeded the highest quality and performance goals in the product’s history. We appreciate your participation and feedback throughout the process, and are confident you will be thrilled with the results.” Sounds like a good start to an acceptance speech. We believe Sage SalesLogix v8 will be the winner in 2013! Thanks to the Sage team who has been work tirelessly for months. Relax and enjoy the holidays. We can take it from here… Remember to check our CALENDAR and register for free training, demo sessions, and the Heartland SalesLogix Users Group Events. Dayton, Ohio Office: Ripley, WV Office: Charlotte, NC Office: Comments Off on Sage SalesLogix v8 is Gold and Ready for the Oscars!
October 24th, 2012 by Janetta
![]()
Confirmations are handled in the same screen on a Confirmation tab. They also pop up for the user to take action. 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: Ripley, WV Office: Charlotte, NC Office: Comments Off on Sage SalesLogix v8.0 Update – Alerts & Confirmations
|
SEARCH BLOGS
RECENT BLOG POSTS
ARCHIVES
TOPICS
- Spreading the News (211)
- Managing Common Administrative Tasks (38)
- Enhancing Deployment (35)
- Reviewing Tips and Tricks (35)
- Improving Skills and Usage (30)
- Saleslogix updates (26)
- Exploring CRM Strategy (24)
- Optimizing Configuration (17)
- Infor CRM What's New (17)
- Infor CRM update (14)
- Refining Data Management (12)