Company -> Blog...
May 3rd, 2016 by Paul
![]() Dear Paul, We have a newly installed user that cannot log into the Saleslogix client. The user is receiving the following error: Exception ETimeZoneError: The time zone has not been defined for user U6UJ9A0000XX Exception location: [006892BE]{Saleslogix.exe} IsBrandingEnabled This is a Windows LAN client using v8.1. Can you help us with this error? Certainly, we can help. After some research, the problem seems to be a missing value in the user profile entry for the timezone column. I am not confident how the setting came to be without a value, but here is what we did to correct the issue. 1. Diagnose the issue. First review the login process on the client machine and confirm the login issue. 2. Review the problem area. Second, review the Userinfo table to examine the user record. The SQL below is as-is and may need to be adopted by a person with knowledge of how to run and correct the data use SQL statements: – Select * from Userinfo – Next, review the user profile record noted from the error and review the timezone column – Select * from Userinfo where userid = ‘U6UJ9A0000AB’ — change to a known value 3. Identify the resolution steps. Identify the possible timezone value from the other working users. – Select distinct timezone from Userinfo 4. Implement the resolution. UDPATE USERINFO set Timezone = ‘Eastern Standard Time’ where userid = ‘U6UJ9A0000AB’ Change Timezone value and userid value to known and correct values. 5. Confirm the result with the end user. Meet with the user and make sure that they can now login. 6. What else can be corrected? Check other possible users for missing timezone values and correct as needed. – Select * from Userinfo where timezone is null This following statement will set all NULL timezone values in the userprofiles to one Value, make sure it defined correctly or update one Userinfo record at a time as described above. – Update Userinfo set timezone = ‘Central Standard Time’ where timezone is null 7. How can the problem be prevented or avoided. If the timezone value is not set for a user profile then the Network (LAN) client will potentially have problems logging in. These steps will help correct the issue. We did not come to a root cause of the issue, but if it becomes problematic, a KnowledgeSync event or database trigger can be setup to mitigate the issue for the future. We are here to help! 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 Time Zone Error Resolution in Infor CRM LAN Client
March 10th, 2016 by Janetta
![]() Teri Unger will be conducting quarterly web training sessions for Infor CRM Technical Administrators called Tips, Tricks, and Tools. This blog article chronicles one of her tips from the February session. She created this summary, Teri’s Tips,Trick, and Tools – February Session for your reference. Plan to attend the May session by registering here. TIP: Default Groups Applies to: New or existing users Platform: Web/LAN Benefit: All detail pages (entities) in LAN or WEB build based on a group. When entities have defined groups that are SMALLER in record count this significantly decreases the page load speed since a smaller set of records has to be loaded before the page can display. Notes: Always set the groups to a smaller set, like a MY group or latest. The ‘ALL’ groups should be avoided. The main considerations for most users will be Account, Contact, Opportunity, Lead, and Ticket. All users, including admin, should have entity groups defined. Users can set their own in Tools > Options > Lookups & Groups. Admin can set groups in the Administrator program under each user profile. LAN user: WEB user: Caveat: web users MUST set their own default groups as it is stored in a web configuration file within the web client. This means that the settings are LOGGED-IN user specific. Notice that the default for a new user comes in with the ‘ALL’ group selected. This NEEDS to be changed! ADMINISTRATOR user profile: Open a user profile > Client Settings tab These settings ONLY apply to a LAN user. 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 Infor CRM Tips,Tricks, and Tools from Teri – Setting Default Groups
February 18th, 2016 by Paul
![]() I understand synchronization is not a predominate deployment method for Infor CRM today, but our company still uses it. I am a new administrator and I wondered if you can provide an overview of synchronization? Can you also show me how to tell the last time a user synchronized? Yes of Course. Sync in general is a topic that takes quite a while to explain, and even more time to fully understand, so I will try my best to be thorough but concise. From an end user’s perspective, it is easy and that is the most important part. In the Administrator, there are 2 dates that will be pertinent to the remote users. They are the ‘Last Send Date’ and ‘Last Apply Date’. The ‘Last Send Date’ is the last time the Sync Server sent files to the remote user. For the most part, this date should be fairly regular as files are sent to the remotes every sync cycle during the work day, depending on how this is configured. TEF files are sent to most (if not all) users when changes are made. The ‘Last Apply Date’ is when the remote user sends files back to the HOST database. This date can vary more widely as it only gets updated when the remote user has files (made changes) to apply. If the remote users are working inside of Saleslogix and syncing regularly, this date should be within the last few days. There are a couple of tools that we have in place to automatically monitor the Sync Service that we have modified from a partner source. Notably a Windows Script that works well with Exchange server. There is a built-in Saleslogix tool called ‘Sync Monitor Console’ that you can open and view the status of the Sync process. Let me start out with the built in tool. 1. The ‘Sync Monitor’ provides you with a GUI interface to see what the Sync Service is doing, and the date/time of the next scheduled process job along with historical jobs. It provides you with the window to make sure things are moving correctly. It is more of “pull” the status type of tool or specifically where you need to open the tool to check the status. It is a good tool, but more reactive. 2. Simplesoft has built a couple of tools that allow you to monitor the Sync Service a bit more closely than just opening up a GUI interface. Our tools are sent by e-mail and come to you as a “push”. The first tool we have is our “Sync Report’ which provides you an e-mail on a scheduled basis telling you which users are syncing (and which are not) along with some vital information about the health of your Sync Server. I have attached a screen shot of ours from this morning. Additionally, we have developed a scheduled job that has thresholds built in to allow you to tell when the Sync Service has stopped. I don’t have an example of that one to share, but it fires off an e-mail basically telling you ‘The Sync Server has not sent files in X period of time’. Both of our tools are built off the database tables used for the sync process and are set up through a Windows task scheduler and sends e-mail alerts. We recommend using a distribution group for the e-mail. With the tools mentioned above, an Administrator can tell fairly quickly when there is an issue with the processes that run the synchronization engine. When the operational monitoring tools are put into place, corrections can be made before it becomes a bigger issue. You would then be working in proactive mode more rather than reactive mode. We can help you to configure the Administrator to review the dates a little better by turning columns “on” for visual review. We can also help you implement the monitoring tools to see the process via e-mail. 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 Infor CRM (Saleslogix) Synchronization Monitoring Overview
February 9th, 2016 by Paul
![]() We are having trouble with remote client changes making it “to/from” the remote client during the Synchronization process. Do you have any suggestions for troubleshooting the process? Yes. Many times synchronization issues can be due to configuration settings or permissions. A good place to start is figuring out where the change files are breaking down and working to resolve from there. The following is a procedure for figuring out where the change files are failing to move properly. Sometimes an unexpected reboot of servers can cause issues. How to “follow the TEF” from remote to Synchronization server: Remote client Computer tasks ===================== 1. Start on the remote side and already synced up 2. Make sure the remote sync is off and set the Sync Options to not ‘Send changes’ 3. Have the remote create an account, let’s say ‘XYZ Corporation’ for generic tracking – Identify the AccountID on the Detail tab – confirm it is saved etc. (F5/Shift-F5) 4. Confirm the TEF file created and review in TRNVIEWER if needed 5. Confirm the size of the file and name and make a copy if needed. (Preferred) C:\Documents and Settings\All Users\Application Data\SalesLogix\Sync\Outfiles C:\ProgramData\SalesLogix\Sync Main Office Computer tasks ===================== 6. Place the synchronization server service on pause or stop (Preferred) – Reset option to ‘Send changes’ on the Remote client 7. Synchronize the Remote client and send changes to the server 8. Confirm the TEF file transferred to the Infiles (FTP/Network) and review in TRNVIEWER if needed – Confirm the size of the file and name is the same and make a copy if needed – You can sort by sitecode with the file type to filter by the specific user 9. Cycle the synchronization server manually 10. Confirm/make sure that the new account gets to the host in the client application Find the Account and confirm the information by the AccountID on the Detail tab Synchronization Server tasks ===================== 11. Confirm that the Account is being sent to other remotes as appropriate (I.E. Team membership or Account Ownership) – One thought would be to run the synchronization manually and see the new account going to team members – An additional task would be to confirm the account on an additional remote client Remote client Computer tasks (Assuming the Account is received on the remote client) ===================== 12. Create an opportunity for the Account for number 3 step 13. Repeat the steps, for the following of the TEF files (Steps 6 through 10) 14. On the remote, make updates to the account and opportunity 15. Repeat the steps, for the following of the TEF files (Steps 6 through 10) – Use history actions, create activity changes, key fields etc. 16. On the remote, make a change to the Phone Number for the account and the Probability field on the Opportunity 17. Repeat the steps, for the following of the TEF files (Steps 6 through 10) Note: We are looking for symptoms where the TEF files are not being created, moved to another folder, (for example Rejected or Archived), TEF files with errors, sitecode issues, malformed TEF files etc., Keybase issues with a naming mismatch, or missing files waiting for sequence processing during a synchronization of service. All the settings need to be set back to the original settings after testing. — How to use the TEF Viewer ===================== Open SalesLogix Transaction Viewer (Default location is C:\ProgramFiles\SalesLogix\Trnviewer.exe) Log in as the Admin user Click the “Foldername” folder and click Open (you can filter to the specific user by choosing them from the bottom dropdown) Click the TEF in question and click Open Simplesoft can assist with this process by helping to analyze the TEF files with you. If you are requesting help from Simplesoft or Saleslogix/Infor CRM, you will need to compress the following files and send with your request: – syncerrors.txt and log file for the just completed sync from the Host server – syncerrors.txt and syncstatus.txt text files from the Remote client computer and any Saved TEFs on host (copy of them before they get processed) It takes some time to work through this list. Other testing can be performed as needed. “We cannot solve our problems with the same level of thinking that created them” 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 How to Follow a TEF for Synchronization Review
October 14th, 2015 by Teri Unger
![]()
“Could not process SendSlx Message: Irritating error with a VERY simple fix!On your computer navigate to c:\users\(your username)\appdata\roaming\saleslogix\outlook\tempmaildir You will see two folders here: EML and MSG. What to do now that you have located the folders… Remove ANY and ALL files within these folders. They are only meant to temporarily hold the message as you send it in Outlook and any left there will continue to try to record to Infor CRM (Saleslogix). You have just eliminated the error. Note: if you get a failed SendSlx email message in the future it will save the file in this location, so save this set of instructions in case it happens again. The failed SendSlx error can be a result of a temporary outage of your Infor CRM (Saleslogix) database, corrupt data, or internet disconnect. Here’s how to get there, the details… Open a Windows Explorer Window You should now see the two folders and can complete the steps above. If you have any questions on this or any other issue, or would like assistance with this process, don’t hesitate to contact us. 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. Dayton/Cincinnati, OH | Charleston, WV | Charlotte, NC
Comments Off on Could Not Process SendSLX Message Error
December 11th, 2014 by Paul
![]()
Nine Practical Strategies for Data Management Data quality is one of the core pillars for Customer Relationship Management (CRM) success. It does not take long to realize when using a CRM tool, like Infor CRM, that the need for data quality management is paramount. The grueling pains of poor data management can range from the costs of inaccurate printing and returned mailings to the subtle troubles of users not trusting the data like they should. The effectiveness of customer facing operations (sales, marketing, and support) depends on having clean data. Think of the implications of marketing to customers using inaccurate data and sending them a prospecting letter (maybe you have lived it). The costly mistakes speak for themselves. Research studies from the Data Warehousing Institute suggest it only takes about four and a half years for a database to become ninety-eight percent “bad” if data is not managed properly, and regularly. On-going T.L.C (Tender Loving Care) will keep the data constant, but changes that occur with records when customers move, marry, divorce, pass away, go out of business, etc., render them obsolete quickly. Users can become skeptical of the data and resort to deploying their own data repositories. Of course, no one plans to use a tool where the data is outdated and not trusted. So, what can an Infor CRM Administrator or Data Steward do to ensure high quality data? Strategies for Data Success First, establish the processes and tools to prevent inaccuracies. Tip: We have found it helpful to develop a document to define user policies and procedures to establish data standards. Define the policies and procedures for managing change early before the system is deployed and communicate those policies to the end users of the system. Clean up existing data inaccuracies (if they exist). Our customers find it helpful to use a data survey checklist that helps you think about areas of review. Review critical data suppliers and entry points. Insist they provide accurate and current data. Especially important before importing data with G.I.G.O. (Garbage In, Garbage Out) in mind. Build in data accuracy by enforcing required fields and pick lists. Also, use scripting to enforce business rules whenever possible. Tip: Focus on the most important data first, especially for mailing and reporting. I am sure you have observed a state field with OH, Oh., OH., Ohio, OH-IO and other variations. This scenario can be easily prevented. Don’t be seduced by the promise of CRM data cleanup tools without a plan for prevention, too. There is no substitute for preventing errors at the source. Tip: You can enforce both clean up and prevention at the same time with QGate’s Paribus and PowerEntry utility. Select specific software tools to solve specific problems rather than general tools for general problems. The Groups features is an easy-to-use built-in tool in Infor CRM. Tip: There are many built in tools and methods to manage data so spend the time or work with your channel partner to learn them all. Assign a data steward (or trustee) to be responsible for each data element (Contacts, Accounts, pricing information, etc.). Typically, this role is the business process administrator; whereas the power user role manages the data and both should have strong executive support. Establish a process through which the accuracy and quality of data in all systems can be reviewed and assured on a reoccurring basis. Schedule regular tasks to review and clean up data, such as on a weekly or monthly basis. The data steward/administrator should be held accountable for completing those tasks. In the case of multiple systems using the same data, identify a system of “official record”. That is, a system in which data will originate and “feed” other systems that require the data (accounting and sales integration come to mind). Identify Data Quality Issues in Infor CRM Infor CRM administrators can create administrative Account / Contact / Opportunity Groups for various data segmentation such as missing required fields, duplication of data, and data that needs to be reviewed because the records have not been updated or reviewed, within a specified period of time, such as a six months or a year, for example. Infor CRM also includes tools to mass ‘swap’ the content of fields, change values, and merge records. As a standard procedure, first complete the actions in a test environment to verify the steps and desired results. After verifying, perform the steps in your production system. Tip: Always backup a production database before making mass changes and complete during non-working hours. You also may want to use the built in “user fields” to mark which records are changing, this will simplify an otherwise irreversible change and provide a temporary audit. Cleaning Data Using Infor CRM There are some basic built-in tools for managing and de-duplicating data in Infor CRM, which can be supplemented with and enhanced by third-party tools, such as QGate’s Paribus and several other data management solutions. Nevertheless, a data management strategy, as outlined above, is required. Some of the data de-duplication tools available in Infor CRM include: Administrative Groups – groups can be created to help administrators identify and cleanup data issues such as missing data or duplicate data Check for Duplicates Wizard – an automated method of finding and eliminating data duplicates Merging Records Manually – a simple method of merging two or more records from the Group view Increasing the reliability of CRM data within an organization is priceless. Avoiding costly mistakes such as targeting a current customer as a new prospect is critical. Now is a great time to review and clean your Infor CRM data. Remember to review and clean existing data, clean the data being entered, and prevent the current data from becoming “stale”. Managing data quality is an ever moving target and must be a part of your overall system management strategy. Data helps solve problems. — Anne Wojcicki 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 Users Group Events.
Dayton/Cincinnati, OH | Charleston, WV | Charlotte, NC
Comments Off on Dirty Data Cleaned Dirt Cheap for Infor CRM (Saleslogix)
October 14th, 2014 by Teri Unger
![]()
SNC Update 03b for Saleslogix v8.1.0 and Web Core Update 03b for Saleslogix v8.1.0. The summary of each are listed below: SNC Update 03b for Saleslogix v8.1.0 This Saleslogix v8.1.0 SNC Update 03b is cumulative, it contains fixes released in previous updates (SNC 01, 02, 03).
********** Web Core Update 03b for Saleslogix v8.1.0 This Core update is cumulative, so Web Core Update 03b for Saleslogix 8.1.0 contains fixes released in previous updates (Web Core 01,02,03). Prerequisite: SNC Update 03b is required to have been applied to the environment prior to applying Web Core update 03b to your system. Please be sure to read the documentation thoroughly if you plan to apply these updates to your system.
We recommend and encourage you to review the update documents to keep abreast of all defects and issues that have been corrected. Contact Simplesoft Solutions to discuss an upgrade for Saleslogix, and to review any new features or updates with your version of Saleslogix. 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 Infor CRM releases updates for Saleslogix v8.1.0
October 2nd, 2014 by Teri Unger
![]()
Web Model Update 03 for Saleslogix v8.1.0 Web Model updates are cumulative, so Web Model Update 03 for Saleslogix 8.1 contains fixes released in previous updates (Web Model 01, 02). Prerequisite: Web Core Update 03 is required to have been applied to the environment prior to applying Web Model update 03 to your system. Please be sure to read the documentation thoroughly if you plan to apply these updates to your system as the Model updates can impact customizations. The summary of the fixes are listed below:
We recommend and encourage you to review the update documents to keep abreast of all defects and issues that have been corrected. Contact Simplesoft Solutions to discuss an upgrade for Saleslogix, and to review any new features or updates with your version of Saleslogix. 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 Saleslogix v8.1.0 Web Model 03 Update Released
September 6th, 2013 by Paul
![]()
The Saleslogix Mobile v2.2 was released June 28th of this year and provides secure, reliable mobile access to Saleslogix information when using mobile devices with internet browsers that support HTML5 and CSS3. Saleslogix mobile v2.2 also contains the following enhancements:
Birds have wings; they’re free; they can fly where they want when they want. They have the kind of mobility many people envy. You should call our sales department and have them demo the features for you. These are truly exciting updates! Wait till you see what is coming with mobile 2.3! Remember to check our CALENDAR and register for free training, demo sessions, and the Heartland SalesLogix Users Group Events. Comments Off on Saleslogix Mobile v2.2 for Saleslogix v8
|
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)