Tag: SalesLogix 8.1
Lead Conversions in the InforCRM (formerly Saleslogix) Web Client
The Lead conversion to a contact will fail if you are not filling in the entire address for the lead. There won't be any message telling the user that the address is insufficient just a failure
Disable Outlook Sync for Contacts for InforCRM (formerly SalesLogix)
As an InforCRM Administrator, you may want to disable Outlook Sync for contacts.
Infor CRM (Formerly Saleslogix) Iterating through all tabs on a Page
Using the TabWorskpace you can iterate through all the tabs on a page and do something with them, like show or hide them. To do this you need the following code:
private Sage.Platform.Application.UI.UIWorkItem _parentWorkItem;
public Sage.Platform.Application.UI.UIWorkItem ParentWorkItem
{
get
{
return this._parentWorkItem;
}
...
Infor CRM (Formerly Saleslogix) Hiding Tabs at Runtime Without Using Modules
As Ryan wrote a long time ago, you can create a module and add it to a page in the Infor CRM web client to show or hide things like menus, or tabs.Problem is that this functionality doesn't work well starting in 8.1 with update 05 as the modules no longer run as you switch records client side, using...
Infor CRM (Formerly Saleslogix) Getting the Current User and Contact Context in the Web Custom Portal
Ryan Farley previously posted about how to get the current Contact context in the Customer Web Portal. This same approach can be used to determine the Saleslogix User context that the Customer Portal is running under. Expanding on Ryan's initial post by calling a different service, like so: Sage.SalesLogix.Security.IWebPortalUserService service = Sage.Platform.Application.ApplicationContext.Current.Services.Get<Sage.Platform.Security.IUserService>() as Sage.SalesLogix.Security.IWebPortalUserService; if (service !=...
Infor CRM (Formerly Saleslogix) Using International Languages/Culture Settings
The Infor CRM web client comes pre-built with 5 different language configurations: English, German, French, Italian, and Russian. This means that if your local computer or browser is configured to use one of the Languages, all of the labels in the standard screens will be translated to that language.Defining your language is based on either the OS or your...
Infor CRM (Formerly Saleslogix) Picklist Caching in the Web Client
We recently had a client that was using IE (I know, ish) to view the web client. They were seeing a picklist with entries that were not in the system. It was like the picklists had been cached. In fact, I think this to be the case. In order to speed up picklist performance the web client is caching...
Infor CRM (Formerly Saleslogix) v 8.1.3 Web Client- Bug with Picklist Enabling on Form Load
We recently had a client report an issue that occurs in the Infor CRM web client. The client had code to set a picklist control to disabled (Control.Enabled=false) on the form load. That worked fine: The problem is as soon as a postback occurred things got funky: Notice we now have two controls. Hmm.Well the solution to this is simple, the...
Infor CRM (Formerly Saleslogix) v8.1.3- Strange Behavior with the Account Hierarchy Add-In
We recently had a customer on version 8.1 update 03 that was having problems with the Account Hierarchy module Customer FX created.The Account Hierarchy screen displays the Parent/Child relationships that Infor CRM never recreated in the web client. This is a custom smart part that is launched as a dialog from a button. We have always been able to...
Infor CRM (Formerly Saleslogix) – New Triggers To Be Aware Of in v8.1
Just a heads up, Infor CRM has added several triggers into the system as part of the upgrade process. These triggers are used for their ERP integrations. For most customers who don't use this integration, these are unnecessary objects that will only result in extraneous data being written to tables that are never used (tables start with ERP). Worse,...
Infor CRM Sync for Exchange: Action Required by August 31, 2026
Using Infor CRM Sync for Exchange with Microsoft 365? Your Exchange administrator must update tenant settings by August 31, 2026 to prevent sync disruption.
[Webinar] What’s Coming Next for Infor CRM SLX and Why v10 Matters
See what’s coming next for Infor CRM SLX, including new marketing workflows, automation improvements, and reasons to consider upgrading to v10.
Disable Caching in Infor CRM SLX Web Client
In the rare case caching is causing issues in the Infor CRM SLX web client, it is possible to disable specific types of caching by making edits using Application Architect, and then deploying.
AI Readiness Checklist for CRM Teams: Is Your CRM System Ready for AI?
Before using AI in Creatio, make sure your CRM data, users, processes, and automation foundation are ready. Use this practical AI readiness checklist for CRM teams.
Build Your Creatio AI Skills with the 2026 AI Summer Program
Join Creatio’s free 2026 AI Summer Program to learn how to identify, build, deploy, and manage AI agents.



