back to top

Tag: SalesLogix 7.5.1

Dynamically changing a SlxGridView column headers in the Infor CRM (formerly Saleslogix) web client

The SLXGridView control (the older of the 2 controls available in the Infor CRM web client) inherits from the standard ASP.Net GridView as Ryan detailed. Knowing what this control is we can then identify how to change the column header dynamically. This is normally set during the RowDataBound event, however we can also access this from within a QuickForm's...

Follow up to selecting a SalesLogix gridview Row ID

In my previous post, I mentioned how to get the selected ID of a gridview’s row when you click the row.  Since then I have found that sometimes SalesLogix will implement an extra DataKey in the grid when it is deployed as a quick form.  (For instance, if you specify the grid’s DataKeyNames = “Id”, when it deploys you...

Enforcing numeric input on a SalesLogix 7.5.1 quick form text control

SalesLogix has a couple of numeric based custom text controls including currency, and numeric.  One of the things you will find is that using these controls gives the user a slightly different experience based on the custom control chosen.  One of the big differences is that the currency control enforces numeric input once the user leaves the field where...

How to invoke a web lookup control’s popup event in the SalesLogix web client

One of the things that is often asked is how can you call a certain lookup’s “Popup event” from code in the SalesLogix web client.  The SalesLogix web uses JavaScript to launch these lookups.  You can see the invoke code of the JavaScript by putting your cursor over the lookup’s button.  Once you know that syntax you can determine...

Error attempting to sort a SalesLogix web grid control

If you have ever added code similar to: mygrid.Sort("CreateDate", SortDirection.Descending); You may have seen an error similar to this: System.Web.HttpException: The GridView 'mygrid' fired event Sorting which wasn't handled.

A bug in the SalesLogix 7.5.1 Web Lookup Wizard

I recently ran into a situation where I had built several quick forms on the SalesLogix web that contained lookups.  Once the quick forms were deployed to a web site, when attempting to use the lookup the lookup would open with the defined lookup columns, however, regardless of search criteria entered no results would show.  Looking at activity on...

Dynamically restricting SalesLogix lookups controls – Using the SeedProperty

In the SalesLogix web client it is often the case where you want to dynamically restrict a control based upon some property of the current entity.  For instance, lets say I have a Widget screen and on that screen I want to identify the Account that owns the widget and the Contact at the Account who posses the widget. ...

Retrieving the current grid row ID in the SalesLogix web control

The SalesLogix grid control exposes an OnRowSelected event  during design time to allow adding code when a row is selected.  This functionality allows you to build out additional functionality around selecting a row, other than just bringing up an edit dialog.  In doing this you could for instance have a memo next to a grid that displays details of ...

SalesLogix v7.5.1 Hot Fix 22, 31 and 32 just released

These hotfixes are now available for download on the SalesLogix support web site... SalesLogix v7.5.1 Hot Fix 22 corrects a SpeedSearch error that occurs on lead conversion where insufficient resources exist. SalesLogix v7.5.1 Hot Fix 31 includes several fixes for the SalesLogix Provider.  Refer to the Applying Guide for more details. SalesLogix v7.5.1 Hot Fix 32 includes enables functionality for...

Changing the default width of a column in the SalesLogix Web GridView

The SalesLogix GridView control does not offer settings fro controlling the width of columns placed within it during design time.  Apparently, the though was the control does such a fine job of auto-sizing the grid that exposing those kind of properties was not needed (It is).  There is a way of doing this, though it must be set at...

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.