GLOBALCHANGETRACKING Table and Email Sync.
If you are running some email sync, and it having issues completing, one possible solution is to purge the GLOBALCHANGETRACKING table of all its old delete records.
View ArticleRedirect from the Default Web Page to the Infor CRM Web Client
The best way to set up redirection to the Infor CRM web client is to actually place the redirection in the body of the default web page.
View ArticleHow to Turn Off SMB 2.0 Caching if it is Slowing Down Infor CRM.
If SMB 2.0 caching used in Windows 10 is slowing down Infor CRM, it is possible to use the Windows Registry to effectively turn off this caching.
View ArticleExcluding Reports from the Reports List in Infor CRM
In the Infor CRM (Saleslogix) Web client, users can go to the Reports section to see the full list of reports that are available. However, some reports, you might not want to have available there. For...
View ArticleAdding a Confirmation Prompt to a Checkbox Control in Infor CRM
There are times that you might want to prompt a user in Infor CRM (Saleslogix) to make sure a click was intentional. I recently built an integration for a customer that allowed them to add or remove...
View ArticleHow to Add a Call Button to the Phone Control in Infor CRM Web
The phone control in the Infor CRM (Saleslogix) Web Client format’s a phone number, when possible, and that’s really about all it does. What if you wanted to also make it so you could click the number...
View ArticleA More Drastic Fix for some Sync Issues
Here are two more drastic option to reinstall or repair Xbar, which clear out data that is not touched by other methods.
View ArticleSetting a Default Search Field and Search Operator for Lookups in Infor CRM
In the Infor CRM (Saleslogix) web client, the Lookup dialogs will default the search field to the first field in the lookup results layout. The operator will default to a default for the data type of...
View ArticleIssues with the latest version of Chrome (70) and Infor CRM (Saleslogix) web...
Chrome 70 (released mid-October 2018) can cause issues with Infor CRM (Saleslogix) web client.
View ArticleUsing IComponentReference as a Generic Entity Type for Infor CRM Entities
Along the same lines as my previous article covering referencing entities using the IDynamicEntity interface to set and get properties by a string name instead of as a strongly-typed object, you can...
View ArticleHow to Secure Memcached Service on Infor CRM (Saleslogix) Web Server
Make sure your Infor CRM web server is behind a firewall that blocks traffic on port 11211.
View ArticleHow to Disable Unused Jobs in Infor CRM (Saleslogix)
You can disable unused jobs buy commenting them out in the Scheduling.config file.
View ArticleShowing the Entire Note at Once When Clicking “View More” in the...
There’s an annoyance in Infor CRM Web (Saleslogix) that most people have when viewing long notes or emails in the Notes/History tab. There’s a “View More” link, but clicking that only reveals a bit...
View ArticleShowing a Message When a Page Has Missing Required Fields in Infor CRM Web
Many years ago I wrote an article titled Making Required Fields More Visible for SalesLogix 7.2 Web where I outlined how to display a message to the user when required fields are missing. Things have...
View ArticleDo not enable No Count on Infor CRM (Saleslogix) SQL server
Do not enable No Count on a SQL server running Infor CRM (Saleslogix).
View ArticleDealing with Columns in Infor CRM (SalesLogix) Query Builder
Adding Columns in Infor CRM Querry Builder can be confusing, as columns are listed based on the organization of the database, rather than what is displayed in the Client.
View ArticleDon’t install the Infor CRM Job Server on the Web Server
If you install the Job Server on your Web Server, the Web Server is likely to take a significant performance hit from having the Job Server working in the background.
View ArticleHide Infor CRM Groups in the Database
It is possible to hide groups at the database level, thus speeding up load times.
View ArticleAdding Custom Columns to the Lookup Dialog to Show Related Data in Infor CRM Web
I recently had a request to customize the Lookup dialog in Infor CRM (Saleslogix) to add a hyperlink column that would launch a dialog to show related data to the row in the lookup search results. For...
View ArticleGetting the SQL for a Group in Infor CRM Web
Groups can be a useful way to allow the user to build conditions to limit the records to perform some action on. Recently, we designed a job that would work on a set of records and we allow the users...
View Article