Easily Generate QR Codes in Infor CRM
QR codes can be useful and you might find a need for generating them inside of Infor CRM (Saleslogix). A QR code can represent a lot of different things, but in this article we will be creating QR...
View ArticleEnabling Cross Origin Requests (CORS) for SData to Allow Client-Side Requests...
If you are making client-side Javascript request to SData from a domain that is different than where your SData portal is deployed, you’ll like be seeing the requests blocked with errors showing in the...
View ArticleCreating Custom Deployment Actions for Portals in Application Architect for...
Something that is nice about the Application Architect is that it is customizable in a similar way to how you customize the Infor CRM web client itself. An example of this is in my Git Extensions 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 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 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 ArticleResponding to Row Selected Events in the Editable/SData Grid in Infor CRM Web
The Editable Grid, or SData Grid in the Infor CRM (Saleslogix) web client is a dojo-based grid based on dgrid. This means that, for the most part, you can do just about anything with the editable grid...
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 ArticleIncompatibility between old SalesLogix and new Chrome
The most recent version of Chrome (67) is incompatible with some older versions of the SalesLogix web client.
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 ArticleGLOBALCHANGETRACKING 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 Article